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.74 by root, Tue Mar 28 06:33:03 2006 UTC vs.
Revision 1.75 by ayin, Tue May 1 09:34:07 2007 UTC

204#define Screen_WrapNext (1<<4) /* need to wrap for next char? */ 204#define Screen_WrapNext (1<<4) /* need to wrap for next char? */
205#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap) 205#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap)
206 206
207/* rxvt_vars.options */ 207/* rxvt_vars.options */
208enum { 208enum {
209# define def(name,idx) Opt_ ## name = 1UL << (idx), 209# define def(name,idx) Opt_ ## name = 1UL << (idx), Opt_ ## name ## _idx = idx,
210# define nodef(name) Opt_ ## name = 0, 210# define nodef(name) Opt_ ## name = 0, Opt_ ## name ## _idx = 0,
211# include "optinc.h" 211# include "optinc.h"
212# undef nodef 212# undef nodef
213# undef def 213# undef def
214}; 214};
215 215

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines