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.400 by sf-exg, Thu Apr 1 16:39:31 2010 UTC vs.
Revision 1.404 by sf-exg, Sun Apr 18 11:06:46 2010 UTC

327#define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */ 327#define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */
328#define RS_fontMask ((rxvt_fontset::fontCount << (RS_fontShift + 1)) | RS_Careful) // includes RS_Careful 328#define RS_fontMask ((rxvt_fontset::fontCount << (RS_fontShift + 1)) | RS_Careful) // includes RS_Careful
329 329
330// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral" 330// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
331#define RS_redraw (2UL << RS_fontShift) 331#define RS_redraw (2UL << RS_fontShift)
332
333#define RS_Sel (1UL << 22)
332 334
333// 5 custom bits for extensions 335// 5 custom bits for extensions
334#define RS_customCount 16UL 336#define RS_customCount 16UL
335#define RS_customShift 23 337#define RS_customShift 23
336#define RS_customMask ((RS_customCount - 1UL) << RS_customShift) 338#define RS_customMask ((RS_customCount - 1UL) << RS_customShift)
389 XTerm_Color_cursor = 12, // change actual 'Cursor' color 391 XTerm_Color_cursor = 12, // change actual 'Cursor' color
390 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' fg color 392 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' fg color
391 XTerm_Color_pointer_bg = 14, // change actual 'Pointer' bg color 393 XTerm_Color_pointer_bg = 14, // change actual 'Pointer' bg color
392 XTerm_Color05 = 15, // not implemented (tektronix fg) 394 XTerm_Color05 = 15, // not implemented (tektronix fg)
393 XTerm_Color06 = 16, // not implemented (tektronix bg) 395 XTerm_Color06 = 16, // not implemented (tektronix bg)
394 XTerm_Color_RV = 17, // change actual 'Highlight' color 396 XTerm_Color_HC = 17, // change actual 'Highlight' color
395 XTerm_logfile = 46, // not implemented 397 XTerm_logfile = 46, // not implemented
396 XTerm_font = 50, 398 XTerm_font = 50,
397 399
398 XTerm_konsole30 = 30, // reserved for konsole 400 XTerm_konsole30 = 30, // reserved for konsole
399 XTerm_konsole31 = 31, // reserved for konsole 401 XTerm_konsole31 = 31, // reserved for konsole
401 /* 403 /*
402 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL) 404 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL)
403 */ 405 */
404 406
405 // deprecated 407 // deprecated
406 Rxvt_Color_BD = 18,
407 Rxvt_Color_UL = 19,
408 Rxvt_restoreFG = 39, 408 Rxvt_restoreFG = 39,
409 Rxvt_restoreBG = 49, 409 Rxvt_restoreBG = 49,
410 410
411 Rxvt_Pixmap = 20, // new bg pixmap 411 Rxvt_Pixmap = 20, // new bg pixmap
412 Rxvt_dumpscreen = 55, // dump scrollback and all of screen 412 Rxvt_dumpscreen = 55, // dump scrollback and all of screen
489#if ENABLE_FRILLS 489#if ENABLE_FRILLS
490 Color_underline, 490 Color_underline,
491#endif 491#endif
492#ifdef OPTION_HC 492#ifdef OPTION_HC
493 Color_HC, 493 Color_HC,
494 Color_HTC,
494#endif 495#endif
495 Color_scroll, 496 Color_scroll,
496#ifdef RXVT_SCROLLBAR 497#ifdef RXVT_SCROLLBAR
497 Color_trough, 498 Color_trough,
498#endif 499#endif
961 scrollBar_t scrollBar; 962 scrollBar_t scrollBar;
962 uint8_t options[(Opt_count + 7) >> 3]; 963 uint8_t options[(Opt_count + 7) >> 3];
963 XSizeHints szHint; 964 XSizeHints szHint;
964 rxvt_color *pix_colors; 965 rxvt_color *pix_colors;
965 Cursor TermWin_cursor; /* cursor for vt window */ 966 Cursor TermWin_cursor; /* cursor for vt window */
966 int numlock_state;
967 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf 967 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf
968 line_t *drawn_buf; // text on screen 968 line_t *drawn_buf; // text on screen
969 line_t *swap_buf; // lines for swap buffer 969 line_t *swap_buf; // lines for swap buffer
970 char *tabs; /* per location: 1 == tab-stop */ 970 char *tabs; /* per location: 1 == tab-stop */
971 screen_t screen; 971 screen_t screen;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines