summaryrefslogtreecommitdiff
path: root/src/termopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termopts.h')
-rw-r--r--src/termopts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termopts.h b/src/termopts.h
index 5d4059babb0..8d776b3de38 100644
--- a/src/termopts.h
+++ b/src/termopts.h
@@ -41,5 +41,10 @@ extern int meta_key;
/* Nonzero means truncate lines in all windows less wide than the frame */
extern int truncate_partial_width_windows;
+/* Nonzero means no need to redraw the entire frame on resuming a suspended
+ Emacs. This is useful on terminals with multiple pages, where one page is
+ used for Emacs and another for all else. */
+extern int no_redraw_on_reenter;
+
/* arch-tag: 35d4d284-dc1a-4fff-97fa-0154a21aebdb
(do not change this comment) */