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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.417 by root, Tue Nov 23 22:58:09 2010 UTC vs.
Revision 1.418 by root, Tue Dec 7 17:42:05 2010 UTC

952#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap) 952#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap)
953 953
954/* rxvt_vars.options */ 954/* rxvt_vars.options */
955enum { 955enum {
956# define def(name,idx) Opt_ ## name = idx, 956# define def(name,idx) Opt_ ## name = idx,
957# define nodef(name) Opt_ ## name = 0, 957# define nodef(name) Opt_prev_ ## name, Opt_ ## name = 0, Opt_next_ ## name = Opt_prev_ ## name - 1,
958# include "optinc.h" 958# include "optinc.h"
959# undef nodef 959# undef nodef
960# undef def 960# undef def
961Opt_count 961Opt_count
962}; 962};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines