comparison src/console-tty.h @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children 56c54cf7c5b6
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
41 struct tty_console 41 struct tty_console
42 { 42 {
43 int infd, outfd; 43 int infd, outfd;
44 Lisp_Object instream, outstream; 44 Lisp_Object instream, outstream;
45 Lisp_Object terminal_type; 45 Lisp_Object terminal_type;
46 Lisp_Object controlling_process;
46 char *term_entry_buffer; 47 char *term_entry_buffer;
47 48
48 /* Physical location of cursor on this console. */ 49 /* Physical location of cursor on this console. */
49 int cursor_x; 50 int cursor_x;
50 int cursor_y; 51 int cursor_y;