ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.44 by root, Sun Feb 13 08:56:28 2005 UTC vs.
Revision 1.46 by root, Sun Apr 17 22:36:13 2005 UTC

22#include <sys/wait.h> 22#include <sys/wait.h>
23#include <sys/stat.h> 23#include <sys/stat.h>
24 24
25#if HAVE_CWCHAR 25#if HAVE_CWCHAR
26# include <cwchar> 26# include <cwchar>
27#elsif HAVE_WCHAR_H 27#elif HAVE_WCHAR_H
28# include <wchar.h> 28# include <wchar.h>
29#else 29#else
30// stdlib.h might provide it 30// stdlib.h might provide it
31#endif 31#endif
32 32
220#else 220#else
221# define Opt_insecure 0 221# define Opt_insecure 0
222# define Opt_borderLess 0 222# define Opt_borderLess 0
223#endif 223#endif
224#define Opt_pastableTabs (1UL<<25) 224#define Opt_pastableTabs (1UL<<25)
225#define Opt_cursorUnderline (1UL<<26)
225/* place holder used for parsing command-line options */ 226/* place holder used for parsing command-line options */
226#define Opt_Reverse (1UL<<30) 227#define Opt_Reverse (1UL<<30)
227#define Opt_Boolean (1UL<<31) 228#define Opt_Boolean (1UL<<31)
228 229
229#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 230#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines