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.391 by sf-exg, Thu Apr 1 00:12:33 2010 UTC vs.
Revision 1.401 by sf-exg, Fri Apr 2 15:02:11 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#ifndef USE_256_COLORS 318// GET_BGATTR depends on RS_fgShift > RS_bgShift
312#define RS_colorMask 0x0000007fUL // 128 colors 319#define RS_colorMask ((1UL << Color_Bits) - 1UL)
313#else
314#define RS_colorMask 0x000001ffUL
315#endif
316#define RS_fgShift 0 320#define RS_bgShift 0
317#define RS_bgShift Color_Bits 321#define RS_fgShift (RS_bgShift + Color_Bits)
322#define RS_bgMask (RS_colorMask << RS_bgShift)
318#define RS_fgMask (RS_colorMask << RS_fgShift) 323#define RS_fgMask (RS_colorMask << RS_fgShift)
319#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// 5 custom bits for extensions
334#define RS_customCount 16UL
335#define RS_customShift 23
336#define RS_customMask ((RS_customCount - 1UL) << RS_customShift)
320 337
321// font styles 338// font styles
322#define RS_Bold 0x08000000UL // value 1 339#define RS_Bold (1UL << RS_styleShift)
323#define RS_Italic 0x10000000UL // value 2 340#define RS_Italic (2UL << RS_styleShift)
341
342#define RS_styleCount 4
343#define RS_styleShift 27
344#define RS_styleMask (RS_Bold | RS_Italic)
324 345
325// fake styles 346// fake styles
326#define RS_Blink 0x20000000UL // blink 347#define RS_Blink (1UL << 29)
327#define RS_RVid 0x40000000UL // reverse video 348#define RS_RVid (1UL << 30) // reverse video
328#define RS_Uline 0x80000000UL // underline 349#define RS_Uline (1UL << 31) // underline
329
330// 5 custom bits for extensions
331#define RS_customCount 16
332#define RS_customMask 0x07800000UL
333#define RS_customShift 23
334
335// must have space for rxvt_fontset::fontCount * 2 + 2 values
336#define RS_fontMask 0x007c0000UL // includes RS_Careful
337#define RS_fontShift 18
338#define RS_Careful 0x00010000UL /* be careful when drawing these */
339
340// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
341#define RS_redraw 0x00020000UL
342
343#define RS_styleCount 4
344#define RS_styleMask (RS_Bold | RS_Italic)
345#define RS_styleShift 27
346 350
347#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline) 351#define RS_baseattrMask (RS_Italic | RS_Bold | RS_Blink | RS_RVid | RS_Uline)
348#define RS_attrMask (RS_baseattrMask | RS_fontMask) 352#define RS_attrMask (RS_baseattrMask | RS_fontMask)
349 353
350#define DEFAULT_RSTYLE (RS_None | (Color_fg << RS_fgShift) | (Color_bg << RS_bgShift)) 354#define DEFAULT_RSTYLE (RS_None | (Color_fg << RS_fgShift) | (Color_bg << RS_bgShift))
641 645
642#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift) 646#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift)
643#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift)) 647#define SET_STYLE(x,style) (((x) & ~RS_styleMask) | ((style) << RS_styleShift))
644 648
645#define GET_ATTR(x) (((x) & RS_attrMask)) 649#define GET_ATTR(x) (((x) & RS_attrMask))
650// return attributes defining the background, encoding doesn't matter
651// depends on RS_fgShift > RS_bgShift
646#define GET_BGATTR(x) \ 652#define GET_BGATTR(x) \
653 (expect_false ((x) & RS_RVid) \
647 (((x) & RS_RVid) ? (((x) & (RS_attrMask & ~RS_RVid)) \ 654 ? (((x) & (RS_attrMask & ~RS_RVid)) \
648 | (((x) & RS_colorMask) << RS_bgShift)) \ 655 | (((x) & RS_fgMask) >> (RS_fgShift - RS_bgShift))) \
649 : ((x) & (RS_attrMask | RS_bgMask))) 656 : ((x) & (RS_attrMask | RS_bgMask)))
650#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | ((fg) << RS_fgShift)) 657#define SET_FGCOLOR(x,fg) (((x) & ~RS_fgMask) | ((fg) << RS_fgShift))
651#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg) << RS_bgShift)) 658#define SET_BGCOLOR(x,bg) (((x) & ~RS_bgMask) | ((bg) << RS_bgShift))
652#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a)) 659#define SET_ATTR(x,a) (((x) & ~RS_attrMask) | (a))
653 660
654#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful)) 661#define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful))
954 scrollBar_t scrollBar; 961 scrollBar_t scrollBar;
955 uint8_t options[(Opt_count + 7) >> 3]; 962 uint8_t options[(Opt_count + 7) >> 3];
956 XSizeHints szHint; 963 XSizeHints szHint;
957 rxvt_color *pix_colors; 964 rxvt_color *pix_colors;
958 Cursor TermWin_cursor; /* cursor for vt window */ 965 Cursor TermWin_cursor; /* cursor for vt window */
959 int numlock_state;
960 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf 966 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf
961 line_t *drawn_buf; // text on screen 967 line_t *drawn_buf; // text on screen
962 line_t *swap_buf; // lines for swap buffer 968 line_t *swap_buf; // lines for swap buffer
963 char *tabs; /* per location: 1 == tab-stop */ 969 char *tabs; /* per location: 1 == tab-stop */
964 screen_t screen; 970 screen_t screen;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines