Mercurial > hg > xemacs-beta
comparison src/console-tty.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | d2f30a177268 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
55 int real_cursor_x; | 55 int real_cursor_x; |
56 int real_cursor_y; | 56 int real_cursor_y; |
57 | 57 |
58 int height; | 58 int height; |
59 int width; | 59 int width; |
60 | |
61 /* The count of frame number. */ | |
62 int frame_count; | |
60 | 63 |
61 /* flags indicating presence, absence or value of various features */ | 64 /* flags indicating presence, absence or value of various features */ |
62 struct | 65 struct |
63 { | 66 { |
64 unsigned int must_write_spaces :1;/* terminal inserts nulls, not | 67 unsigned int must_write_spaces :1;/* terminal inserts nulls, not |