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

Comparing rxvt-unicode/src/optinc.h (file contents):
Revision 1.17 by sf-exg, Sat Aug 16 10:51:23 2014 UTC vs.
Revision 1.18 by root, Sat Jul 3 04:04:13 2021 UTC

12 def(scrollBar_floating) 12 def(scrollBar_floating)
13 def(meta8) 13 def(meta8)
14 def(scrollTtyOutput) 14 def(scrollTtyOutput)
15 def(scrollTtyKeypress) 15 def(scrollTtyKeypress)
16 def(transparent) 16 def(transparent)
17 def(tripleclickwords)
18 def(scrollWithBuffer) 17 def(scrollWithBuffer)
19 def(jumpScroll) 18 def(jumpScroll)
20 def(skipScroll) 19 def(skipScroll)
21 def(mouseWheelScrollPage) 20 def(mouseWheelScrollPage)
22#if POINTER_BLANK 21#if POINTER_BLANK
28 def(secondaryScreen) 27 def(secondaryScreen)
29 def(secondaryScroll) 28 def(secondaryScroll)
30 def(pastableTabs) 29 def(pastableTabs)
31 def(cursorUnderline) 30 def(cursorUnderline)
32#if ENABLE_FRILLS 31#if ENABLE_FRILLS
32 def(tripleclickwords)
33 def(disablePasteBrackets)
34 def(borderLess) // mwm borderless hints
35#endif
36#if ENABLE_FRILLS
33 def(insecure) // insecure esc sequences 37 def(insecure) // insecure esc sequences
34 def(borderLess) // mwm borderless hints
35 def(hold) // hold window open after exit 38 def(hold) // hold window open after exit
36 def(override_redirect) 39 def(override_redirect)
37 def(urgentOnBell) 40 def(urgentOnBell)
38#else 41#else
39 nodef(insecure) 42 nodef(insecure)
40 nodef(borderLess)
41 nodef(hold) 43 nodef(hold)
42 nodef(override_redirect) 44 nodef(override_redirect)
43 nodef(urgentOnBell) 45 nodef(urgentOnBell)
44#endif 46#endif
45#ifdef BUILTIN_GLYPHS 47#ifdef BUILTIN_GLYPHS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines