ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.69 by pcg, Fri Apr 2 20:41:01 2004 UTC vs.
Revision 1.71 by pcg, Sun May 9 18:19:49 2004 UTC

909 hidden_text:1, 909 hidden_text:1,
910#endif 910#endif
911#ifdef POINTER_BLANK 911#ifdef POINTER_BLANK
912 hidden_pointer:1, 912 hidden_pointer:1,
913#endif 913#endif
914 parsed_geometry:1,
915// enc_utf8:1, /* wether terminal reads/writes utf-8 */ 914// enc_utf8:1, /* wether terminal reads/writes utf-8 */
916 seen_input:1; /* wether any input has been seen so far */ 915 parsed_geometry:1;
917 916
918 unsigned char refresh_type, 917 unsigned char refresh_type,
919#ifdef UTMP_SUPPORT 918#ifdef UTMP_SUPPORT
920 next_utmp_action, 919 next_utmp_action,
921#endif 920#endif
1211 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs); 1210 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs);
1212 int scr_scroll_text (int row1, int row2, int count, int spec); 1211 int scr_scroll_text (int row1, int row2, int count, int spec);
1213 void scr_reset (); 1212 void scr_reset ();
1214 void scr_reset_realloc (); 1213 void scr_reset_realloc ();
1215 void scr_release (); 1214 void scr_release ();
1216 void scr_clear (bool really = true); 1215 void scr_clear (bool really = false);
1217 void scr_refresh (unsigned char refresh_type); 1216 void scr_refresh (unsigned char refresh_type);
1218 bool scr_refresh_rend (rend_t mask, rend_t value); 1217 bool scr_refresh_rend (rend_t mask, rend_t value);
1219 void scr_erase_screen (int mode); 1218 void scr_erase_screen (int mode);
1220 void scr_touch (bool refresh); 1219 void scr_touch (bool refresh);
1221 void scr_expose (int x, int y, int width, int height, bool refresh); 1220 void scr_expose (int x, int y, int width, int height, bool refresh);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines