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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.40 by root, Sun Aug 22 01:45:12 2004 UTC vs.
Revision 1.42 by root, Wed Dec 1 02:12:18 2004 UTC

91 SWCH ("iconic", Opt_iconic, "start iconic"), 91 SWCH ("iconic", Opt_iconic, "start iconic"),
92 SWCH ("ic", Opt_iconic, NULL), /* short form */ 92 SWCH ("ic", Opt_iconic, NULL), /* short form */
93 BOOL (Rs_reverseVideo, "reverseVideo", "rv", Opt_reverseVideo, "reverse video"), 93 BOOL (Rs_reverseVideo, "reverseVideo", "rv", Opt_reverseVideo, "reverse video"),
94 BOOL (Rs_loginShell, "loginShell", "ls", Opt_loginShell, "login shell"), 94 BOOL (Rs_loginShell, "loginShell", "ls", Opt_loginShell, "login shell"),
95 BOOL (Rs_jumpScroll, "jumpScroll", "j", Opt_jumpScroll, "jump scrolling"), 95 BOOL (Rs_jumpScroll, "jumpScroll", "j", Opt_jumpScroll, "jump scrolling"),
96 BOOL (Rs_pastableTabs, "pastableTabs", "ptab", Opt_pastableTabs, "tab characters are pastable"),
96#ifdef HAVE_SCROLLBARS 97#ifdef HAVE_SCROLLBARS
97 BOOL (Rs_scrollBar, "scrollBar", "sb", Opt_scrollBar, "scrollbar"), 98 BOOL (Rs_scrollBar, "scrollBar", "sb", Opt_scrollBar, "scrollbar"),
98 BOOL (Rs_scrollBar_right, "scrollBar_right", "sr", Opt_scrollBar_right, "scrollbar right"), 99 BOOL (Rs_scrollBar_right, "scrollBar_right", "sr", Opt_scrollBar_right, "scrollbar right"),
99 BOOL (Rs_scrollBar_floating, "scrollBar_floating", "st", Opt_scrollBar_floating, "scrollbar without a trough"), 100 BOOL (Rs_scrollBar_floating, "scrollBar_floating", "st", Opt_scrollBar_floating, "scrollbar without a trough"),
100#endif 101#endif
284 "+jp-ext" 285 "+jp-ext"
285#endif 286#endif
286#if ENCODING_KR 287#if ENCODING_KR
287 "+kr" 288 "+kr"
288#endif 289#endif
289#if ENCODING_CN 290#if ENCODING_ZH
290 "+cn" 291 "+zh"
291#endif 292#endif
292#if ENCODING_CN_EXT 293#if ENCODING_ZH_EXT
293 "+cn-ext" 294 "+zh-ext"
294#endif 295#endif
295 "," 296 ","
296#if OFF_FOCUS_FADING 297#if OFF_FOCUS_FADING
297 "fade," 298 "fade,"
298#endif 299#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines