comparison src/console-tty.h @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 54cc21c15cbb
children d2f30a177268
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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;