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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.152 by root, Sun Feb 20 19:45:30 2005 UTC vs.
Revision 1.154 by root, Mon Feb 21 19:30:58 2005 UTC

23 23
24#if ENABLE_FRILLS 24#if ENABLE_FRILLS
25# define ENABLE_XEMBED 1 25# define ENABLE_XEMBED 1
26# define ENABLE_EWMH 1 26# define ENABLE_EWMH 1
27#endif 27#endif
28
29 28
30/* 29/*
31 ***************************************************************************** 30 *****************************************************************************
32 * SYSTEM HACKS 31 * SYSTEM HACKS
33 ***************************************************************************** 32 *****************************************************************************
473 XTerm_Color_UL = 19, // change actual 'Underline' color 472 XTerm_Color_UL = 19, // change actual 'Underline' color
474 XTerm_Pixmap = 20, // new bg pixmap 473 XTerm_Pixmap = 20, // new bg pixmap
475 XTerm_restoreFG = 39, // change default fg color 474 XTerm_restoreFG = 39, // change default fg color
476 XTerm_restoreBG = 49, // change default bg color 475 XTerm_restoreBG = 49, // change default bg color
477 XTerm_dumpscreen = 55, // dump scrollback and all of screen 476 XTerm_dumpscreen = 55, // dump scrollback and all of screen
477
478 XTerm_locale = 701, // change locale 478 URxvt_locale = 701, // change locale
479 XTerm_Menu = 703, // set menu item 479 URxvt_Menu = 703, // set menu item
480 XTerm_Color_IT = 704, // change actual 'Italic' colour 480 URxvt_Color_IT = 704, // change actual 'Italic' colour
481 XTerm_Color_tint = 705, // change actual tint colour 481 URxvt_Color_tint = 705, // change actual tint colour
482 482
483 URxvt_font = 710, 483 URxvt_font = 710,
484 URxvt_boldFont = 711, 484 URxvt_boldFont = 711,
485 URxvt_italicFont = 712, 485 URxvt_italicFont = 712,
486 URxvt_boldItalicFont = 713, 486 URxvt_boldItalicFont = 713,
487
488 URxvt_view_up = 720,
489 URxvt_view_down = 721,
487}; 490};
488 491
489/* Words starting with `Color_' are colours. Others are counts */ 492/* Words starting with `Color_' are colours. Others are counts */
490/* 493/*
491 * The following comment is mostly obsolete since pixcolor_set was expanded: 494 * The following comment is mostly obsolete since pixcolor_set was expanded:
1471 void scr_release (); 1474 void scr_release ();
1472 void scr_clear (bool really = false); 1475 void scr_clear (bool really = false);
1473 void scr_refresh (unsigned char refresh_type); 1476 void scr_refresh (unsigned char refresh_type);
1474 bool scr_refresh_rend (rend_t mask, rend_t value); 1477 bool scr_refresh_rend (rend_t mask, rend_t value);
1475 void scr_erase_screen (int mode); 1478 void scr_erase_screen (int mode);
1479#if ENABLE_FRILLS
1480 void scr_erase_savelines ();
1481 void scr_backindex ();
1482 void scr_forwardindex ();
1483#endif
1476 void scr_touch (bool refresh); 1484 void scr_touch (bool refresh);
1477 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);
1478 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); 1486 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1479 void scr_recolour (); 1487 void scr_recolour ();
1480 void scr_remap_chars (); 1488 void scr_remap_chars ();
1487 void scr_color (unsigned int color, int fgbg); 1495 void scr_color (unsigned int color, int fgbg);
1488 void scr_rendition (int set, int style); 1496 void scr_rendition (int set, int style);
1489 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);
1490 void scr_backspace (); 1498 void scr_backspace ();
1491 void scr_tab (int count, bool ht = false); 1499 void scr_tab (int count, bool ht = false);
1492 void scr_backindex ();
1493 void scr_forwardindex ();
1494 void scr_gotorc (int row, int col, int relative); 1500 void scr_gotorc (int row, int col, int relative);
1495 void scr_index (enum page_dirn direction); 1501 void scr_index (enum page_dirn direction);
1496 void scr_erase_line (int mode); 1502 void scr_erase_line (int mode);
1497 void scr_E (); 1503 void scr_E ();
1498 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