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.41 by root, Tue Aug 31 07:55:15 2004 UTC vs.
Revision 1.42 by root, Wed Dec 1 02:12:18 2004 UTC

213# define Opt_borderLess (1UL<<24) // mem borderless hints 213# define Opt_borderLess (1UL<<24) // mem borderless hints
214#else 214#else
215# define Opt_insecure 0 215# define Opt_insecure 0
216# define Opt_borderLess 0 216# define Opt_borderLess 0
217#endif 217#endif
218#define Opt_pastableTabs (1UL<<25)
218/* place holder used for parsing command-line options */ 219/* place holder used for parsing command-line options */
219#define Opt_Reverse (1UL<<30) 220#define Opt_Reverse (1UL<<30)
220#define Opt_Boolean (1UL<<31) 221#define Opt_Boolean (1UL<<31)
221 222
222#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput | \ 223#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
223 Opt_jumpScroll | Opt_secondaryScreen) 224 | Opt_jumpScroll | Opt_secondaryScreen \
225 | Opt_pastableTabs)
224 226
225/* ------------------------------------------------------------------------- */ 227/* ------------------------------------------------------------------------- */
226 228
227typedef struct { 229typedef struct {
228 short state; 230 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines