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.152 by root, Sun Feb 20 19:45:30 2005 UTC vs.
Revision 1.153 by root, Mon Feb 21 19:26:07 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 void scr_erase_savelines ();
1476 void scr_touch (bool refresh); 1480 void scr_touch (bool refresh);
1477 void scr_expose (int x, int y, int width, int height, bool refresh); 1481 void scr_expose (int x, int y, int width, int height, bool refresh);
1478 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); 1482 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1479 void scr_recolour (); 1483 void scr_recolour ();
1480 void scr_remap_chars (); 1484 void scr_remap_chars ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines