--- rxvt-unicode/src/rxvtlib.h.in 2004/04/02 18:00:01 1.20 +++ rxvt-unicode/src/rxvtlib.h.in 2004/08/04 03:29:28 1.26 @@ -106,6 +106,7 @@ Pixmap pixmap; rxvt_fontset *fontset; rxvt_drawable *drawable; + uint16_t ascii_map[0x7f - 0x20]; // map ascii chars to fonts for speed } TermWin_t; /* @@ -197,20 +198,22 @@ #define Opt_scrollTtyKeypress (1UL<<12) #define Opt_transparent (1UL<<13) #define Opt_transparent_all (1UL<<14) -#define Opt_15 (1UL<<15) // UNALLOCATED +#define Opt_realBold (1UL<<15) #define Opt_tripleclickwords (1UL<<16) #define Opt_scrollWithBuffer (1UL<<17) #define Opt_jumpScroll (1UL<<18) #define Opt_mouseWheelScrollPage (1UL<<19) #define Opt_pointerBlank (1UL<<20) #define Opt_cursorBlink (1UL<<21) +#define Opt_secondaryScreen (1UL<<22) +#define Opt_secondaryScroll (1UL<<23) #ifdef NO_FRILLS -# define Opt_insecure 0 +# define Opt_insecure 0 +# define Opt_borderLess 0 #else -# define Opt_insecure (1UL<<22) // insecure esc sequences +# define Opt_insecure (1UL<<24) // insecure esc sequences +# define Opt_borderLess (1UL<<25) // mem borderless hints #endif -#define Opt_secondaryScreen (1UL<<23) -#define Opt_secondaryScroll (1UL<<24) /* place holder used for parsing command-line options */ #define Opt_Reverse (1UL<<30) #define Opt_Boolean (1UL<<31) @@ -252,6 +255,10 @@ XSizeHints szHint; rxvt_display *display; rxvt_color *PixColors; + rxvt_color *PixColorsFocused; +#ifdef OFF_FOCUS_FADING + rxvt_color *PixColorsUnFocused; +#endif short numPixColors; Cursor TermWin_cursor; /* cursor for vt window */ int sb_shadow; /* scrollbar shadow width */