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.245 by root, Wed Jan 25 21:03:04 2006 UTC vs.
Revision 1.247 by root, Mon Jan 30 04:27:17 2006 UTC

432// fake styles 432// fake styles
433#define RS_Blink 0x00010000UL // blink 433#define RS_Blink 0x00010000UL // blink
434#define RS_RVid 0x00020000UL // reverse video 434#define RS_RVid 0x00020000UL // reverse video
435#define RS_Uline 0x00040000UL // underline 435#define RS_Uline 0x00040000UL // underline
436 436
437// toggle this to force redraw, must be != RS_Careful
438#define RS_redraw 0x01000000UL
439
437// 5 custom bits for extensions 440// 5 custom bits for extensions
438#define RS_customCount 32 441#define RS_customCount 32
439#define RS_customMask 0x00f80000UL 442#define RS_customMask 0x00f80000UL
440#define RS_customShift 19 443#define RS_customShift 19
441 444
510 Rxvt_restoreFG = 39, // change default fg color 513 Rxvt_restoreFG = 39, // change default fg color
511 Rxvt_restoreBG = 49, // change default bg color 514 Rxvt_restoreBG = 49, // change default bg color
512 Rxvt_dumpscreen = 55, // dump scrollback and all of screen 515 Rxvt_dumpscreen = 55, // dump scrollback and all of screen
513 516
514 URxvt_locale = 701, // change locale 517 URxvt_locale = 701, // change locale
518 URxvt_version = 702, // request version
515 519
516 URxvt_Color_IT = 704, // change actual 'Italic' colour 520 URxvt_Color_IT = 704, // change actual 'Italic' colour
517 URxvt_Color_tint = 705, // change actual tint colour 521 URxvt_Color_tint = 705, // change actual tint colour
518 URxvt_Color_BD = 706, 522 URxvt_Color_BD = 706,
519 URxvt_Color_UL = 707, 523 URxvt_Color_UL = 707,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines