--- rxvt-unicode/src/rxvtlib.h.in 2004/07/30 14:59:12 1.24 +++ 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; /* @@ -204,13 +205,15 @@ #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)