--- rxvt-unicode/src/rxvtlib.h.in 2005/02/13 08:56:28 1.44 +++ rxvt-unicode/src/rxvtlib.h.in 2005/04/17 22:36:13 1.46 @@ -24,7 +24,7 @@ #if HAVE_CWCHAR # include -#elsif HAVE_WCHAR_H +#elif HAVE_WCHAR_H # include #else // stdlib.h might provide it @@ -222,6 +222,7 @@ # define Opt_borderLess 0 #endif #define Opt_pastableTabs (1UL<<25) +#define Opt_cursorUnderline (1UL<<26) /* place holder used for parsing command-line options */ #define Opt_Reverse (1UL<<30) #define Opt_Boolean (1UL<<31)