aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/termopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termopts.h b/src/termopts.h
index ead2aca0205..681f6ed8e71 100644
--- a/src/termopts.h
+++ b/src/termopts.h
@@ -36,8 +36,8 @@ extern int interrupts_deferred;
36/* Terminal has meta key */ 36/* Terminal has meta key */
37extern int meta_key; 37extern int meta_key;
38 38
39/* Nonzero means truncate lines in all windows less wide than the frame */ 39/* Defined in xdisp.c */
40extern int truncate_partial_width_windows; 40extern Lisp_Object Vtruncate_partial_width_windows;
41 41
42/* Nonzero means no need to redraw the entire frame on resuming a suspended 42/* Nonzero means no need to redraw the entire frame on resuming a suspended
43 Emacs. This is useful on terminals with multiple pages, where one page is 43 Emacs. This is useful on terminals with multiple pages, where one page is