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.53 by root, Wed Dec 21 23:57:12 2005 UTC vs.
Revision 1.54 by root, Thu Dec 22 16:44:10 2005 UTC

253#define Opt_pastableTabs (1UL<<22) 253#define Opt_pastableTabs (1UL<<22)
254#define Opt_cursorUnderline (1UL<<23) 254#define Opt_cursorUnderline (1UL<<23)
255#if ENABLE_FRILLS 255#if ENABLE_FRILLS
256# define Opt_insecure (1UL<<24) // insecure esc sequences 256# define Opt_insecure (1UL<<24) // insecure esc sequences
257# define Opt_borderLess (1UL<<25) // mem borderless hints 257# define Opt_borderLess (1UL<<25) // mem borderless hints
258# define Opt_hold (1UL<<26) // hold window open after exit
258#else 259#else
259# define Opt_insecure 0 260# define Opt_insecure 0
260# define Opt_borderLess 0 261# define Opt_borderLess 0
262# define Opt_hold 0
261#endif 263#endif
262/* place holder used for parsing command-line options */ 264/* place holder used for parsing command-line options */
263#define Opt_Reverse (1UL<<30) 265#define Opt_Reverse (1UL<<30)
264#define Opt_Boolean (1UL<<31) 266#define Opt_Boolean (1UL<<31)
265 267

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines