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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.147 by root, Wed Feb 16 20:32:05 2005 UTC vs.
Revision 1.148 by root, Thu Feb 17 12:06:21 2005 UTC

699 priv_modes |= (bit); \ 699 priv_modes |= (bit); \
700 else \ 700 else \
701 priv_modes &= ~(bit) 701 priv_modes &= ~(bit)
702 702
703#ifdef ALLOW_132_MODE 703#ifdef ALLOW_132_MODE
704# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 704# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
705#else 705#else
706# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor) 706# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
707#endif 707#endif
708 708
709// do not change these constants lightly, there are many interdependencies 709// do not change these constants lightly, there are many interdependencies
710#define IMBUFSIZ 128 // input modifier buffer sizes 710#define IMBUFSIZ 128 // input modifier buffer sizes
711#define KBUFSZ 512 // size of keyboard mapping buffer 711#define KBUFSZ 512 // size of keyboard mapping buffer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines