@@ -1,5 +1,9 @@
2019-12-01 Tom Tromey <tom@tromey.com>
+ * tui/tui.c (tui_enable): Call tui_update_variables earlier.
+
+2019-12-01 Tom Tromey <tom@tromey.com>
+
* NEWS: Document new settings.
* tui/tui-wingeneral.c (box_win): Apply appropriate border style.
* tui/tui-win.c (_initialize_tui_win): Add border style
@@ -496,8 +496,9 @@
tui_install_hooks ();
rl_startup_hook = tui_rl_startup_hook;
- tui_update_variables ();
-
+ if (tui_update_variables ())
+ tui_rehighlight_all ();
+
tui_setup_io (1);
tui_active = 1;