]> code.delx.au - gnu-emacs/blobdiff - src/termopts.h
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
[gnu-emacs] / src / termopts.h
index eaac0557cdb0662ef0f9ad1e99450d4601310ebd..2e5da3c994812fc45e2858bc2f2b4a29cd5c2b2b 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) */