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.387 by root, Wed Mar 31 23:19:06 2010 UTC vs.
Revision 1.404 by sf-exg, Sun Apr 18 11:06:46 2010 UTC

247# define COLORTERMENVFULL COLORTERMENV "-xpm" 247# define COLORTERMENVFULL COLORTERMENV "-xpm"
248#else 248#else
249# define COLORTERMENVFULL COLORTERMENV 249# define COLORTERMENVFULL COLORTERMENV
250#endif 250#endif
251#ifndef TERMENV 251#ifndef TERMENV
252# ifdef USE_256_COLORS
253# define TERMENV "rxvt-unicode-256color"
254# else
252# define TERMENV "rxvt-unicode" 255# define TERMENV "rxvt-unicode"
256# endif
253#endif 257#endif
254 258
255#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR) 259#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR)
256# define NO_MOUSE_REPORT_SCROLLBAR 1 260# define NO_MOUSE_REPORT_SCROLLBAR 1
257#endif 261#endif
304enum { 308enum {
305 PRIMARY = 0, 309 PRIMARY = 0,
306 SECONDARY, 310 SECONDARY,
307}; 311};
308 312
313// define various rendition bits and masks. the rendition word
314// is 32 bits in size, and we should use it as efficiently as possible
315
309#define RS_None 0 316#define RS_None 0
310 317
311#define RS_colorMask 0x0000007fUL // 128 colors 318// GET_BGATTR depends on RS_fgShift > RS_bgShift
319#define RS_colorMask ((1UL << Color_Bits) - 1UL)
312#define RS_fgShift 0 320#define RS_bgShift 0
313#define RS_bgShift Color_Bits 321#define RS_fgShift (RS_bgShift + Color_Bits)
322#define RS_bgMask (RS_colorMask << RS_bgShift)
314#define RS_fgMask (RS_colorMask << RS_fgShift) 323#define RS_fgMask (RS_colorMask << RS_fgShift)
315#define RS_bgMask (RS_colorMask << RS_bgShift) 324
325// must have space for rxvt_fontset::fontCount * 2 + 2 values
326#define RS_fontShift (RS_fgShift + Color_Bits)
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
329
330// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
331#define RS_redraw (2UL << RS_fontShift)
332
333#define RS_Sel (1UL << 22)
334
335// 5 custom bits for extensions
336#define RS_customCount 16UL
337#define RS_customShift 23
338#define RS_customMask ((RS_customCount - 1UL) << RS_customShift)
316 339
317// font styles 340// font styles
318#define RS_Bold 0x00004000UL // value 1 341#define RS_Bold (1UL << RS_styleShift)
319#define RS_Italic 0x00008000UL // value 2 342#define RS_Italic (2UL << RS_styleShift)
343
344#define RS_styleCount 4
345#define RS_styleShift 27
346#define RS_styleMask (RS_Bold | RS_Italic)
320 347
321// fake styles 348// fake styles
322#define RS_Blink 0x00010000UL // blink 349#define RS_Blink (1UL << 29)
323#define RS_RVid 0x00020000UL // reverse video 350#define RS_RVid (1UL << 30) // reverse video
324#define RS_Uline 0x00040000UL // underline 351#define RS_Uline (1UL << 31) // underline
325
326// 5 custom bits for extensions
327#define RS_customCount 16
328#define RS_customMask 0x00780000UL
329#define RS_customShift 19
330
331// must have space for rxvt_fontset::fontCount * 2 + 2 values
332#define RS_fontMask 0xf8000000UL // includes RS_Careful
333#define RS_fontShift 27
334#define RS_Careful 0x08000000UL /* be careful when drawing these */
335
336// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
337#define RS_redraw 0x02000000UL
338
339#define RS_styleCount 4
340#define RS_styleMask (RS_Bold | RS_Italic)
341#define RS_styleShift 14
342 352
343#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline) 353#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline)
344#define RS_attrMask (RS_baseattrMask | RS_fontMask) 354#define RS_attrMask (RS_baseattrMask | RS_fontMask)
345 355
346#define DEFAULT_RSTYLE (RS_None | (Color_fg << RS_fgShift) | (Color_bg << RS_bgShift)) 356#define DEFAULT_RSTYLE (RS_None | (Color_fg << RS_fgShift) | (Color_bg << RS_bgShift))
381 XTerm_Color_cursor = 12, // change actual 'Cursor' color 391 XTerm_Color_cursor = 12, // change actual 'Cursor' color
382 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' fg color 392 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' fg color
383 XTerm_Color_pointer_bg = 14, // change actual 'Pointer' bg color 393 XTerm_Color_pointer_bg = 14, // change actual 'Pointer' bg color
384 XTerm_Color05 = 15, // not implemented (tektronix fg) 394 XTerm_Color05 = 15, // not implemented (tektronix fg)
385 XTerm_Color06 = 16, // not implemented (tektronix bg) 395 XTerm_Color06 = 16, // not implemented (tektronix bg)
386 XTerm_Color_RV = 17, // change actual 'Highlight' color 396 XTerm_Color_HC = 17, // change actual 'Highlight' color
387 XTerm_logfile = 46, // not implemented 397 XTerm_logfile = 46, // not implemented
388 XTerm_font = 50, 398 XTerm_font = 50,
389 399
390 XTerm_konsole30 = 30, // reserved for konsole 400 XTerm_konsole30 = 30, // reserved for konsole
391 XTerm_konsole31 = 31, // reserved for konsole 401 XTerm_konsole31 = 31, // reserved for konsole
393 /* 403 /*
394 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL) 404 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL)
395 */ 405 */
396 406
397 // deprecated 407 // deprecated
398 Rxvt_Color_BD = 18,
399 Rxvt_Color_UL = 19,
400 Rxvt_restoreFG = 39, 408 Rxvt_restoreFG = 39,
401 Rxvt_restoreBG = 49, 409 Rxvt_restoreBG = 49,
402 410
403 Rxvt_Pixmap = 20, // new bg pixmap 411 Rxvt_Pixmap = 20, // new bg pixmap
404 Rxvt_dumpscreen = 55, // dump scrollback and all of screen 412 Rxvt_dumpscreen = 55, // dump scrollback and all of screen
458 Color_White = maxBrightCOLOR, 466 Color_White = maxBrightCOLOR,
459#else 467#else
460 Color_White = maxCOLOR, 468 Color_White = maxCOLOR,
461#endif 469#endif
462 minTermCOLOR = Color_White + 1, 470 minTermCOLOR = Color_White + 1,
471#ifndef USE_256_COLORS
463 maxTermCOLOR = Color_White + 72, 472 maxTermCOLOR = Color_White + 72,
473#else
474 maxTermCOLOR = Color_White + 240,
475#endif
464#ifndef NO_CURSORCOLOR 476#ifndef NO_CURSORCOLOR
465 Color_cursor, 477 Color_cursor,
466 Color_cursor2, 478 Color_cursor2,
467#endif 479#endif
468 Color_pointer_fg, 480 Color_pointer_fg,
477#if ENABLE_FRILLS 489#if ENABLE_FRILLS
478 Color_underline, 490 Color_underline,
479#endif 491#endif
480#ifdef OPTION_HC 492#ifdef OPTION_HC
481 Color_HC, 493 Color_HC,
494 Color_HTC,
482#endif 495#endif
483 Color_scroll, 496 Color_scroll,
484#ifdef RXVT_SCROLLBAR 497#ifdef RXVT_SCROLLBAR
485 Color_trough, 498 Color_trough,
486#endif 499#endif
498#else 511#else
499 TOTAL_COLORS = NRS_COLORS 512 TOTAL_COLORS = NRS_COLORS
500#endif 513#endif
501}; 514};
502 515
516#ifndef USE_256_COLORS
503#define Color_Bits 7 // 0 .. maxTermCOLOR 517#define Color_Bits 7 // 0 .. maxTermCOLOR
518#else
519#define Color_Bits 9 // 0 .. maxTermCOLOR
520#endif
504 521
505/* 522/*
506 * Resource list 523 * Resource list
507 */ 524 */
508enum { 525enum {
629 646
630#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift) 647#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift)
631#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift)) 648#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift))
632 649
633#define GET_ATTR(x) (((x) & RS_attrMask)) 650#define GET_ATTR(x) (((x) & RS_attrMask))
651// return attributes defining the background, encoding doesn't matter
652// depends on RS_fgShift > RS_bgShift
634#define GET_BGATTR(x) \ 653#define GET_BGATTR(x) \
654 (expect_false ((x) & RS_RVid) \
635 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \ 655 ? (((x) & (RS_attrMask & ~RS_RVid)) \
636 | (((x) & RS_colorMask) << RS_bgShift)) \ 656 | (((x) & RS_fgMask) >> (RS_fgShift - RS_bgShift))) \
637 : ((x) & (RS_attrMask | RS_bgMask))) 657 : ((x) & (RS_attrMask | RS_bgMask)))
638#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | ((fg) << RS_fgShift)) 658#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | ((fg) << RS_fgShift))
639#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg) << RS_bgShift)) 659#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg) << RS_bgShift))
640#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a)) 660#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a))
641 661
642#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful)) 662#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful))
942 scrollBar_t scrollBar; 962 scrollBar_t scrollBar;
943 uint8_t options[(Opt_count + 7) >> 3]; 963 uint8_t options[(Opt_count + 7) >> 3];
944 XSizeHints szHint; 964 XSizeHints szHint;
945 rxvt_color *pix_colors; 965 rxvt_color *pix_colors;
946 Cursor TermWin_cursor; /* cursor for vt window */ 966 Cursor TermWin_cursor; /* cursor for vt window */
947 int numlock_state;
948 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
949 line_t *drawn_buf; // text on screen 968 line_t *drawn_buf; // text on screen
950 line_t *swap_buf; // lines for swap buffer 969 line_t *swap_buf; // lines for swap buffer
951 char *tabs; /* per location: 1 == tab-stop */ 970 char *tabs; /* per location: 1 == tab-stop */
952 screen_t screen; 971 screen_t screen;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines