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.187 by root, Thu Jan 5 21:21:49 2006 UTC vs.
Revision 1.188 by root, Fri Jan 6 18:33:30 2006 UTC

1294 1294
1295 // command.C 1295 // command.C
1296 void lookup_key (XKeyEvent &ev); 1296 void lookup_key (XKeyEvent &ev);
1297 unsigned int cmd_write (const char *str, unsigned int count); 1297 unsigned int cmd_write (const char *str, unsigned int count);
1298 1298
1299 unicode_t next_char (); 1299 wchar_t next_char ();
1300 unicode_t cmd_getc (); 1300 wchar_t cmd_getc ();
1301 unicode_t next_octet (); 1301 uint32_t next_octet ();
1302 unicode_t cmd_get8 (); 1302 uint32_t cmd_get8 ();
1303 1303
1304 bool cmd_parse (); 1304 bool cmd_parse ();
1305 void mouse_report (XButtonEvent &ev); 1305 void mouse_report (XButtonEvent &ev);
1306 void button_press (XButtonEvent &ev); 1306 void button_press (XButtonEvent &ev);
1307 void button_release (XButtonEvent &ev); 1307 void button_release (XButtonEvent &ev);
1461 void scr_cursor (int mode); 1461 void scr_cursor (int mode);
1462 void scr_do_wrap (); 1462 void scr_do_wrap ();
1463 int scr_change_screen (int scrn); 1463 int scr_change_screen (int scrn);
1464 void scr_color (unsigned int color, int fgbg); 1464 void scr_color (unsigned int color, int fgbg);
1465 void scr_rendition (int set, int style); 1465 void scr_rendition (int set, int style);
1466 void scr_add_lines (const unicode_t *str, int nlines, int len); 1466 void scr_add_lines (const wchar_t *str, int len, int minlines = 0);
1467 void scr_backspace (); 1467 void scr_backspace ();
1468 void scr_tab (int count, bool ht = false); 1468 void scr_tab (int count, bool ht = false);
1469 void scr_gotorc (int row, int col, int relative); 1469 void scr_gotorc (int row, int col, int relative);
1470 void scr_index (enum page_dirn direction); 1470 void scr_index (enum page_dirn direction);
1471 void scr_erase_line (int mode); 1471 void scr_erase_line (int mode);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines