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.351 by ayin, Sat Jan 19 15:00:50 2008 UTC vs.
Revision 1.353 by ayin, Sat Jan 26 15:26:54 2008 UTC

279 279
280#define scrollBar_esc 30 280#define scrollBar_esc 30
281 281
282#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR) 282#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR)
283# define HAVE_SCROLLBARS 1 283# define HAVE_SCROLLBARS 1
284#endif
285
286#if !defined (RXVT_SCROLLBAR) && !defined (NEXT_SCROLLBAR)
287# define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
284#endif 288#endif
285 289
286enum { 290enum {
287 NO_REFRESH = 0, /* Window not visible at all! */ 291 NO_REFRESH = 0, /* Window not visible at all! */
288 FAST_REFRESH = 1, /* Fully exposed window */ 292 FAST_REFRESH = 1, /* Fully exposed window */
554#define PrivMode_smoothScroll (1UL<<17) 558#define PrivMode_smoothScroll (1UL<<17)
555#define PrivMode_vt52 (1UL<<18) 559#define PrivMode_vt52 (1UL<<18)
556#define PrivMode_LFNL (1UL<<19) 560#define PrivMode_LFNL (1UL<<19)
557#define PrivMode_MouseBtnEvent (1UL<<20) 561#define PrivMode_MouseBtnEvent (1UL<<20)
558#define PrivMode_MouseAnyEvent (1UL<<21) 562#define PrivMode_MouseAnyEvent (1UL<<21)
563#define PrivMode_BracketPaste (1UL<<22)
559 564
560#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent) 565#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent)
561 566
562#ifdef ALLOW_132_MODE 567#ifdef ALLOW_132_MODE
563# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 568# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines