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.208 by root, Mon Jan 16 15:00:20 2006 UTC vs.
Revision 1.209 by root, Mon Jan 16 15:12:48 2006 UTC

158 * STRUCTURES AND TYPEDEFS 158 * STRUCTURES AND TYPEDEFS
159 ***************************************************************************** 159 *****************************************************************************
160 */ 160 */
161struct grwin_t; 161struct grwin_t;
162 162
163/* If we're using either the rxvt scrollbar or menu bars, keep the 163/* If we're using either the rxvt scrollbar, keep the
164 * scrollColor resource. 164 * scrollColor resource.
165 */ 165 */
166#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(PLAIN_SCROLLBAR) 166#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(PLAIN_SCROLLBAR)
167# define KEEP_SCROLLCOLOR 1 167# define KEEP_SCROLLCOLOR 1
168#else 168#else
256 256
257#define scrollBar_esc 30 257#define scrollBar_esc 30
258 258
259#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR) 259#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR)
260# define HAVE_SCROLLBARS 1 260# define HAVE_SCROLLBARS 1
261#endif
262
263/* width of scrollBar shadow, must be 1 or 2 */
264#ifdef HALFSHADOW
265# define MENU_SHADOW 1
266#else
267# define MENU_SHADOW 2
268#endif 261#endif
269 262
270#define R_SB_ALIGN_CENTRE 0 263#define R_SB_ALIGN_CENTRE 0
271#define R_SB_ALIGN_TOP 1 264#define R_SB_ALIGN_TOP 1
272#define R_SB_ALIGN_BOTTOM 2 265#define R_SB_ALIGN_BOTTOM 2
481 Rxvt_restoreFG = 39, // change default fg color 474 Rxvt_restoreFG = 39, // change default fg color
482 Rxvt_restoreBG = 49, // change default bg color 475 Rxvt_restoreBG = 49, // change default bg color
483 Rxvt_dumpscreen = 55, // dump scrollback and all of screen 476 Rxvt_dumpscreen = 55, // dump scrollback and all of screen
484 477
485 URxvt_locale = 701, // change locale 478 URxvt_locale = 701, // change locale
486 URxvt_Menu = 703, // set menu item 479
487 URxvt_Color_IT = 704, // change actual 'Italic' colour 480 URxvt_Color_IT = 704, // change actual 'Italic' colour
488 URxvt_Color_tint = 705, // change actual tint colour 481 URxvt_Color_tint = 705, // change actual tint colour
489 URxvt_Color_BD = 706, 482 URxvt_Color_BD = 706,
490 URxvt_Color_UL = 707, 483 URxvt_Color_UL = 707,
491 484

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines