]> code.delx.au - gnu-emacs/blobdiff - src/termopts.h
Fix so top -10 and left -10 in frame parameters work.
[gnu-emacs] / src / termopts.h
index ead2aca0205ef862651ab27f811b05d4218d44e6..f3f7e97784a24f7a6566831bd39fb15c6aa0c368 100644 (file)
@@ -1,6 +1,6 @@
 /* Flags and parameters describing user options for handling the terminal.
    Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -36,8 +36,8 @@ extern int interrupts_deferred;
 /* Terminal has meta key */
 extern int meta_key;
 
-/* Nonzero means truncate lines in all windows less wide than the frame */
-extern int truncate_partial_width_windows;
+/* Defined in xdisp.c */
+extern Lisp_Object Vtruncate_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