aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index f08b800163c..03fa801252f 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3986,6 +3986,10 @@ bigger, or it may make it blink, or it may do nothing at all. */);
3986 3986
3987 staticpro (&mouse_face_window); 3987 staticpro (&mouse_face_window);
3988#endif /* HAVE_GPM */ 3988#endif /* HAVE_GPM */
3989
3990 default_orig_pair = NULL;
3991 default_set_foreground = NULL;
3992 default_set_background = NULL;
3989} 3993}
3990 3994
3991 3995