aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 94bf013f4a0..370f6fcd453 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3842,7 +3842,9 @@ clear_tty_hooks (struct terminal *terminal)
3842 terminal->update_begin_hook = 0; 3842 terminal->update_begin_hook = 0;
3843 terminal->update_end_hook = 0; 3843 terminal->update_end_hook = 0;
3844 terminal->set_terminal_window_hook = 0; 3844 terminal->set_terminal_window_hook = 0;
3845 terminal->defined_color_hook = 0; 3845 /* Don't clear the defined_color_hook, as that makes it impossible
3846 to unload or load a theme when some TTY frame is suspended. */
3847 /* terminal->defined_color_hook = 0; */
3846 terminal->mouse_position_hook = 0; 3848 terminal->mouse_position_hook = 0;
3847 terminal->frame_rehighlight_hook = 0; 3849 terminal->frame_rehighlight_hook = 0;
3848 terminal->frame_raise_lower_hook = 0; 3850 terminal->frame_raise_lower_hook = 0;