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.147 by root, Wed Feb 16 20:32:05 2005 UTC vs.
Revision 1.149 by root, Thu Feb 17 15:07:48 2005 UTC

609 Rs_ext_bwidth, 609 Rs_ext_bwidth,
610 Rs_int_bwidth, 610 Rs_int_bwidth,
611 Rs_borderLess, 611 Rs_borderLess,
612 Rs_lineSpace, 612 Rs_lineSpace,
613 Rs_embed, 613 Rs_embed,
614 Rs_pty_fd,
614#endif 615#endif
615 Rs_cutchars, 616 Rs_cutchars,
616 Rs_modifier, 617 Rs_modifier,
617 Rs_answerbackstring, 618 Rs_answerbackstring,
618 Rs_tripleclickwords, 619 Rs_tripleclickwords,
699 priv_modes |= (bit); \ 700 priv_modes |= (bit); \
700 else \ 701 else \
701 priv_modes &= ~(bit) 702 priv_modes &= ~(bit)
702 703
703#ifdef ALLOW_132_MODE 704#ifdef ALLOW_132_MODE
704# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 705# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
705#else 706#else
706# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor) 707# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
707#endif 708#endif
708 709
709// do not change these constants lightly, there are many interdependencies 710// do not change these constants lightly, there are many interdependencies
710#define IMBUFSIZ 128 // input modifier buffer sizes 711#define IMBUFSIZ 128 // input modifier buffer sizes
711#define KBUFSZ 512 // size of keyboard mapping buffer 712#define KBUFSZ 512 // size of keyboard mapping buffer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines