summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorSimon Rettberg2022-09-29 15:17:08 +0200
committerSimon Rettberg2022-09-29 15:17:08 +0200
commit4ceb8bac28941da3e18076020f327347cad766ea (patch)
tree7642f9e30d3137445eec4b3000410409c7ce964e /src/config.h
parentSupport wildcards * and ? in ldap filters (diff)
downloadvmchooser2-4ceb8bac28941da3e18076020f327347cad766ea.tar.gz
vmchooser2-4ceb8bac28941da3e18076020f327347cad766ea.tar.xz
vmchooser2-4ceb8bac28941da3e18076020f327347cad766ea.zip
Add option to force honoring --tab, fuzzy match on selectSession()
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 011e82a..a1eecec 100644
--- a/src/config.h
+++ b/src/config.h
@@ -24,6 +24,7 @@ public:
static const ConfigOption* const RUNSCRIPT;
static const ConfigOption* const WINDOW_SIZE;
static const ConfigOption* const DEFAULT_TAB;
+ static const ConfigOption* const FORCE_DEFAULT_TAB;
static const ConfigOption* const THEME;
static const ConfigOption* const URL_BASE;
static const ConfigOption* const URL_LIST;