TODO: simplify selection_request and make it callable from perl.
TODO: split perl documentation and urxvt.pm into separate files
TODO: harmonize --disable-options into position-dependent options.
-TODO: after requesting the selection and getting a timeout, no further requests will be sent.
TODO: "slow" rendering mode for bidi and scripts
TODO: read property sequence is broken with respect to utf-8 etc.
WISH: anyevent mouse notification / manage MotionMask better.
#if defined(USE_XIM)
"XIM,"
#endif
- "scrollbars="
-#if !defined(HAVE_SCROLLBARS)
- "NONE"
-#else
-# if defined(PLAIN_SCROLLBAR)
- "plain"
-# if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR)
- "+"
-# endif
-# endif
-# if defined(RXVT_SCROLLBAR)
- "rxvt"
-# if defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR)
- "+"
-# endif
-# endif
-# if defined(NEXT_SCROLLBAR)
- "NeXT"
-# if defined(XTERM_SCROLLBAR)
- "+"
-# endif
-# endif
-# if defined(XTERM_SCROLLBAR)
- "xterm"
-# endif
-#endif
- ","
#if defined(NO_BACKSPACE_KEY)
"no_backspace,"
#endif
#if defined(NO_RESOURCES)
"NoResources,"
#endif
- "v" VERSION
+ "scrollbars="
+#if !defined(HAVE_SCROLLBARS)
+ "NONE"
+#else
+# if defined(PLAIN_SCROLLBAR)
+ "plain"
+# if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR)
+ "+"
+# endif
+# endif
+# if defined(RXVT_SCROLLBAR)
+ "rxvt"
+# if defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR)
+ "+"
+# endif
+# endif
+# if defined(NEXT_SCROLLBAR)
+ "NeXT"
+# if defined(XTERM_SCROLLBAR)
+ "+"
+# endif
+# endif
+# if defined(XTERM_SCROLLBAR)
+ "xterm"
+# endif
+#endif
"\nUsage: "; /* Usage */
#define INDENT 18