summaryrefslogtreecommitdiffstats
path: root/Src/Zle/zle_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r--Src/Zle/zle_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c
index ab0b51374..99ee3c804 100644
--- a/Src/Zle/zle_main.c
+++ b/Src/Zle/zle_main.c
@@ -2239,6 +2239,10 @@ setup_(UNUSED(Module m))
comprecursive = 0;
rdstrs = NULL;
+ /* detect terminal color and features */
+ if (shout)
+ query_terminal();
+
/* initialise the keymap system */
init_keymaps();