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.385 by root, Wed Mar 31 22:46:40 2010 UTC vs.
Revision 1.398 by root, Thu Apr 1 01:03:20 2010 UTC

304enum { 304enum {
305 PRIMARY = 0, 305 PRIMARY = 0,
306 SECONDARY, 306 SECONDARY,
307}; 307};
308 308
309// define various rendition bits and masks. the rendition word
310// is 32 bits in size, and we should use it as efficiently as possible
311
309#define RS_None 0 312#define RS_None 0
310 313
311#define RS_fgMask 0x0000007fUL // 128 colors 314// GET_BGATTR depends on RS_fgShift > RS_bgShift
312#define RS_bgMask 0x00003f80UL // 128 colors 315#define RS_colorMask ((1UL << Color_Bits) - 1UL)
316#define RS_bgShift 0
317#define RS_fgShift (RS_bgShift + Color_Bits)
318#define RS_bgMask (RS_colorMask << RS_bgShift)
319#define RS_fgMask (RS_colorMask << RS_fgShift)
320
321// must have space for rxvt_fontset::fontCount * 2 + 2 values
322#define RS_fontShift (RS_fgShift + Color_Bits)
323#define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */
324#define RS_fontMask ((rxvt_fontset::fontCount << (RS_fontShift + 1)) | RS_Careful) // includes RS_Careful
325
326// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
327#define RS_redraw (2UL << RS_fontShift)
328
329// 5 custom bits for extensions
330#define RS_customCount 16UL
331#define RS_customShift 23
332#define RS_customMask ((RS_customCount - 1UL) << RS_customShift)
313 333
314// font styles 334// font styles
315#define RS_Bold 0x00004000UL // value 1 335#define RS_Bold (1UL << RS_styleShift)
316#define RS_Italic 0x00008000UL // value 2 336#define RS_Italic (2UL << RS_styleShift)
337
338#define RS_styleCount 4
339#define RS_styleShift 27
340#define RS_styleMask (RS_Bold | RS_Italic)
317 341
318// fake styles 342// fake styles
319#define RS_Blink 0x00010000UL // blink 343#define RS_Blink (1UL << 29)
320#define RS_RVid 0x00020000UL // reverse video 344#define RS_RVid (1UL << 30) // reverse video
321#define RS_Uline 0x00040000UL // underline 345#define RS_Uline (1UL << 31) // underline
322
323// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
324#define RS_redraw 0x02000000UL
325
326// 5 custom bits for extensions
327#define RS_customCount 32
328#define RS_customMask 0x00f80000UL
329#define RS_customShift 19
330
331// other flags
332#define RS_Careful 0x10000000UL /* be careful when drawing these */
333
334#define RS_fontCount rxvt_fontset::fontCount
335#define RS_fontMask 0xf0000000UL // plenty(?) of fonts, includes RS_Careful
336#define RS_fontShift 28
337
338#define RS_styleCount 4
339#define RS_styleMask (RS_Bold | RS_Italic)
340#define RS_styleShift 14
341 346
342#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline) 347#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline)
343#define RS_attrMask (RS_baseattrMask | RS_fontMask) 348#define RS_attrMask (RS_baseattrMask | RS_fontMask)
344 349
345#define DEFAULT_RSTYLE (RS_None | Color_fg | (Color_bg << Color_Bits)) 350#define DEFAULT_RSTYLE (RS_None | (Color_fg << RS_fgShift) | (Color_bg << RS_bgShift))
346#define OVERLAY_RSTYLE (RS_None | Color_Black | (Color_Yellow << Color_Bits)) 351#define OVERLAY_RSTYLE (RS_None | (Color_Black << RS_fgShift) | (Color_Yellow << RS_bgShift))
347 352
348#define Sel_none 0 /* Not waiting */ 353#define Sel_none 0 /* Not waiting */
349#define Sel_normal 0x01 /* normal selection */ 354#define Sel_normal 0x01 /* normal selection */
350#define Sel_incr 0x02 /* incremental selection */ 355#define Sel_incr 0x02 /* incremental selection */
351#define Sel_direct 0x00 356#define Sel_direct 0x00
457 Color_White = maxBrightCOLOR, 462 Color_White = maxBrightCOLOR,
458#else 463#else
459 Color_White = maxCOLOR, 464 Color_White = maxCOLOR,
460#endif 465#endif
461 minTermCOLOR = Color_White + 1, 466 minTermCOLOR = Color_White + 1,
467#ifndef USE_256_COLORS
462 maxTermCOLOR = Color_White + 72, 468 maxTermCOLOR = Color_White + 72,
469#else
470 maxTermCOLOR = Color_White + 240,
471#endif
463#ifndef NO_CURSORCOLOR 472#ifndef NO_CURSORCOLOR
464 Color_cursor, 473 Color_cursor,
465 Color_cursor2, 474 Color_cursor2,
466#endif 475#endif
467 Color_pointer_fg, 476 Color_pointer_fg,
497#else 506#else
498 TOTAL_COLORS = NRS_COLORS 507 TOTAL_COLORS = NRS_COLORS
499#endif 508#endif
500}; 509};
501 510
511#ifndef USE_256_COLORS
502#define Color_Bits 7 // 0 .. maxTermCOLOR 512#define Color_Bits 7 // 0 .. maxTermCOLOR
513#else
514#define Color_Bits 9 // 0 .. maxTermCOLOR
515#endif
503 516
504/* 517/*
505 * Resource list 518 * Resource list
506 */ 519 */
507enum { 520enum {
618 631
619#define LINENO(n) LINENO_of (this, n) 632#define LINENO(n) LINENO_of (this, n)
620#define ROW(n) ROW_of (this, n) 633#define ROW(n) ROW_of (this, n)
621 634
622/* how to build & extract colors and attributes */ 635/* how to build & extract colors and attributes */
623#define GET_BASEFG(x) (((x) & RS_fgMask)) 636#define GET_BASEFG(x) (((x) & RS_fgMask) >> RS_fgShift)
624#define GET_BASEBG(x) (((x) & RS_bgMask)>>Color_Bits) 637#define GET_BASEBG(x) (((x) & RS_bgMask) >> RS_bgShift)
625 638
626#define GET_FONT(x) (((x) & RS_fontMask) >> RS_fontShift) 639#define GET_FONT(x) (((x) & RS_fontMask) >> RS_fontShift)
627#define SET_FONT(x,fid) (((x) & ~RS_fontMask) | ((fid) << RS_fontShift)) 640#define SET_FONT(x,fid) (((x) & ~RS_fontMask) | ((fid) << RS_fontShift))
628 641
629#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift) 642#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift)
630#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift)) 643#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift))
631 644
632#define GET_ATTR(x) (((x) & RS_attrMask)) 645#define GET_ATTR(x) (((x) & RS_attrMask))
646// return attributes defining the background, encoding doesn't matter
647// depends on RS_fgShift > RS_bgShift
633#define GET_BGATTR(x) \ 648#define GET_BGATTR(x) \
649 (expect_false ((x) & RS_RVid) \
634 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \ 650 ? (((x) & (RS_attrMask & ~RS_RVid)) \
635 | (((x) & RS_fgMask)<<Color_Bits)) \ 651 | (((x) & RS_fgMask) >> (RS_fgShift - RS_bgShift))) \
636 : ((x) & (RS_attrMask | RS_bgMask))) 652 : ((x) & (RS_attrMask | RS_bgMask)))
637#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | (fg)) 653#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | ((fg) << RS_fgShift))
638#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg)<<Color_Bits)) 654#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg) << RS_bgShift))
639#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a)) 655#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a))
640 656
641#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful)) 657#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful))
642 658
643#define PIXCOLOR_NAME(idx) rs[Rs_color + (idx)] 659#define PIXCOLOR_NAME(idx) rs[Rs_color + (idx)]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines