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.153 by root, Mon Feb 21 19:26:07 2005 UTC vs.
Revision 1.154 by root, Mon Feb 21 19:30:58 2005 UTC

1474 void scr_release (); 1474 void scr_release ();
1475 void scr_clear (bool really = false); 1475 void scr_clear (bool really = false);
1476 void scr_refresh (unsigned char refresh_type); 1476 void scr_refresh (unsigned char refresh_type);
1477 bool scr_refresh_rend (rend_t mask, rend_t value); 1477 bool scr_refresh_rend (rend_t mask, rend_t value);
1478 void scr_erase_screen (int mode); 1478 void scr_erase_screen (int mode);
1479#if ENABLE_FRILLS
1479 void scr_erase_savelines (); 1480 void scr_erase_savelines ();
1481 void scr_backindex ();
1482 void scr_forwardindex ();
1483#endif
1480 void scr_touch (bool refresh); 1484 void scr_touch (bool refresh);
1481 void scr_expose (int x, int y, int width, int height, bool refresh); 1485 void scr_expose (int x, int y, int width, int height, bool refresh);
1482 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); 1486 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1483 void scr_recolour (); 1487 void scr_recolour ();
1484 void scr_remap_chars (); 1488 void scr_remap_chars ();
1491 void scr_color (unsigned int color, int fgbg); 1495 void scr_color (unsigned int color, int fgbg);
1492 void scr_rendition (int set, int style); 1496 void scr_rendition (int set, int style);
1493 void scr_add_lines (const unicode_t *str, int nlines, int len); 1497 void scr_add_lines (const unicode_t *str, int nlines, int len);
1494 void scr_backspace (); 1498 void scr_backspace ();
1495 void scr_tab (int count, bool ht = false); 1499 void scr_tab (int count, bool ht = false);
1496 void scr_backindex ();
1497 void scr_forwardindex ();
1498 void scr_gotorc (int row, int col, int relative); 1500 void scr_gotorc (int row, int col, int relative);
1499 void scr_index (enum page_dirn direction); 1501 void scr_index (enum page_dirn direction);
1500 void scr_erase_line (int mode); 1502 void scr_erase_line (int mode);
1501 void scr_E (); 1503 void scr_E ();
1502 void scr_insdel_lines (int count, int insdel); 1504 void scr_insdel_lines (int count, int insdel);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines