aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJim Blandy1992-06-30 13:54:21 +0000
committerJim Blandy1992-06-30 13:54:21 +0000
commite5d77022e8429ca757746ed5d7cf9e2420703e8e (patch)
tree2e273d216c8f9e34d5e29547f8e7e7c6c5d32049 /src/term.c
parent53b0a6f88893036a42db2abcfbc257b68906956e (diff)
downloademacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.tar.gz
emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.zip
*** empty log message ***
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/term.c b/src/term.c
index e9f7ddbcd18..3663c44ff91 100644
--- a/src/term.c
+++ b/src/term.c
@@ -43,11 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
43/* Terminal charateristics that higher levels want to look at. 43/* Terminal charateristics that higher levels want to look at.
44 These are all extern'd in termchar.h */ 44 These are all extern'd in termchar.h */
45 45
46#ifndef MULTI_SCREEN
47int screen_width; /* Number of usable columns */
48int screen_height; /* Number of lines */
49#endif
50
51int must_write_spaces; /* Nonzero means spaces in the text 46int must_write_spaces; /* Nonzero means spaces in the text
52 must actually be output; can't just skip 47 must actually be output; can't just skip
53 over some columns to leave them blank. */ 48 over some columns to leave them blank. */
@@ -103,7 +98,7 @@ int (*read_socket_hook) ();
103void (*mouse_position_hook) ( /* SCREEN_PTR *s, 98void (*mouse_position_hook) ( /* SCREEN_PTR *s,
104 Lisp_Object *x, 99 Lisp_Object *x,
105 Lisp_Object *y, 100 Lisp_Object *y,
106 Lisp_Object *time */ ); 101 unsigned long *time */ );
107 102
108/* When reading from a minibuffer in a different screen, Emacs wants 103/* When reading from a minibuffer in a different screen, Emacs wants
109 to shift the highlight from the selected screen to the minibuffer's 104 to shift the highlight from the selected screen to the minibuffer's