Mercurial > emacs
diff src/term.c @ 732:a8d94735277e
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 30 Jun 1992 13:54:21 +0000 |
| parents | eca8812e61cd |
| children | e4093444f9f8 |
line wrap: on
line diff
--- a/src/term.c Tue Jun 30 13:49:39 1992 +0000 +++ b/src/term.c Tue Jun 30 13:54:21 1992 +0000 @@ -43,11 +43,6 @@ /* Terminal charateristics that higher levels want to look at. These are all extern'd in termchar.h */ -#ifndef MULTI_SCREEN -int screen_width; /* Number of usable columns */ -int screen_height; /* Number of lines */ -#endif - int must_write_spaces; /* Nonzero means spaces in the text must actually be output; can't just skip over some columns to leave them blank. */ @@ -103,7 +98,7 @@ void (*mouse_position_hook) ( /* SCREEN_PTR *s, Lisp_Object *x, Lisp_Object *y, - Lisp_Object *time */ ); + unsigned long *time */ ); /* When reading from a minibuffer in a different screen, Emacs wants to shift the highlight from the selected screen to the minibuffer's
