repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 4f9c84d0131057457b19f209938a4d46a5bfeda9: path_to: revision_to:
commit 4f9c84d0131057457b19f209938a4d46a5bfeda9 Author: Marc LehmannDate: Wed Jan 25 22:14:45 2006 +0000 *** empty log message *** diff --git a/src/xdefaults.C b/src/xdefaults.C
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -323,33 +323,6 @@ static const char optionsstring[] = "options: "
#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
@@ -383,7 +356,32 @@ static const char optionsstring[] = "options: "
#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
-----END OF PAGE-----