]> code.delx.au - gnu-emacs/blobdiff - src/termopts.h
Merge from emacs--devo--0
[gnu-emacs] / src / termopts.h
index 210236017d5840b179a1d52278933ea1a5c1ca0d..5946666654c1b8c836c151e65cbee4be7f54a081 100644 (file)
@@ -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) */