]> code.delx.au - gnu-emacs/blobdiff - src/termopts.h
Merged from miles@gnu.org--gnu-2005 (patch 469)
[gnu-emacs] / src / termopts.h
index 9d241f64678a508be4c4adc11b957bf55a131f33..94d3f3bb9d71b6375f7b4e3ec92342fc46099015 100644 (file)
@@ -40,5 +40,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) */