コード例 #1
0
ファイル: xdefaults.c プロジェクト: WndSks/msys
# endif
#endif
#ifdef META8_OPTION
    BOOL(Rs_meta8, "meta8", NULL, Opt_meta8, NULL),
#endif
#ifdef MULTICHAR_SET
    BOOL(Rs_mc_hack, "multibyte_cursor", "mcc", Opt_mc_hack,
	 "Multibyte character cursor movement"),
#endif
#ifndef NO_FRILLS
    BOOL(Rs_tripleclickwords, "tripleclickwords", "tcw", Opt_tripleclickwords,
	 "triple click word selection"),
#endif
    STRG(Rs_color + Color_bg, "background", "bg", "color", "background color"),
    STRG(Rs_color + Color_fg, "foreground", "fg", "color", "foreground color"),
    RSTRG(Rs_color + minCOLOR + 0, "color0", "color"),
    RSTRG(Rs_color + minCOLOR + 1, "color1", "color"),
    RSTRG(Rs_color + minCOLOR + 2, "color2", "color"),
    RSTRG(Rs_color + minCOLOR + 3, "color3", "color"),
    RSTRG(Rs_color + minCOLOR + 4, "color4", "color"),
    RSTRG(Rs_color + minCOLOR + 5, "color5", "color"),
    RSTRG(Rs_color + minCOLOR + 6, "color6", "color"),
    RSTRG(Rs_color + minCOLOR + 7, "color7", "color"),
#ifndef NO_BRIGHTCOLOR
    RSTRG(Rs_color + minBrightCOLOR + 0, "color8", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 1, "color9", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 2, "color10", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 3, "color11", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 4, "color12", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 5, "color13", "color"),
    RSTRG(Rs_color + minBrightCOLOR + 6, "color14", "color"),
コード例 #2
0
ファイル: xdefaults.C プロジェクト: 8ware/rxvt-unicode
              STRG (Rs_display_name, NULL, "display", "string", "X server to contact"),
              STRG (Rs_term_name, "termName", "tn", "string", "value of the TERM environment variable"),
              STRG (Rs_geometry, NULL, "g", NULL, NULL),	/* short form */
              STRG (Rs_geometry, "geometry", "geometry", "geometry", "size (in characters) and position"),
              SWCH ("C", Opt_console, 0, "intercept console messages"),
              SWCH ("iconic", Opt_iconic, 0, "start iconic"),
              SWCH ("ic", Opt_iconic, 0, NULL),	/* short form */
              STRG (Rs_chdir, "chdir", "cd", "string", "start shell in this directory"),
              SWCH ("dockapp", Opt_dockapp, 0, "start as dockapp"),
              BOOL (Rs_reverseVideo, "reverseVideo", "rv", Opt_reverseVideo, 0, "reverse video"),
              BOOL (Rs_loginShell, "loginShell", "ls", Opt_loginShell, 0, "login shell"),
              STRG (Rs_multiClickTime, "multiClickTime", "mc", "number", "maximum time (in ms) between multi-click selections"),
              BOOL (Rs_jumpScroll, "jumpScroll", "j", Opt_jumpScroll, 0, "jump scrolling"),
              BOOL (Rs_skipScroll, "skipScroll", "ss", Opt_skipScroll, 0, "skip scrolling"),
              BOOL (Rs_pastableTabs, "pastableTabs", "ptab", Opt_pastableTabs, 0, "tab characters are pastable"),
              RSTRG (Rs_scrollstyle, "scrollstyle", "mode"),
              BOOL (Rs_scrollBar, "scrollBar", "sb", Opt_scrollBar, 0, "scrollbar"),
              BOOL (Rs_scrollBar_right, "scrollBar_right", "sr", Opt_scrollBar_right, 0, "scrollbar right"),
              BOOL (Rs_scrollBar_floating, "scrollBar_floating", "st", Opt_scrollBar_floating, 0, "scrollbar without a trough"),
              RSTRG (Rs_scrollBar_align, "scrollBar_align", "mode"),
              STRG (Rs_scrollBar_thickness, "thickness", "sbt", "number", "scrollbar thickness/width in pixels"),
              BOOL (Rs_scrollTtyOutput, "scrollTtyOutput", NULL, Opt_scrollTtyOutput, 0, NULL),
              BOOL (Rs_scrollTtyOutput, NULL, "si",  Opt_scrollTtyOutput, Optflag_Reverse, "scroll-on-tty-output inhibit"),
              BOOL (Rs_scrollTtyKeypress, "scrollTtyKeypress", "sk", Opt_scrollTtyKeypress, 0, "scroll-on-keypress"),
              BOOL (Rs_scrollWithBuffer, "scrollWithBuffer", "sw", Opt_scrollWithBuffer, 0, "scroll-with-buffer"),
#if BG_IMAGE_FROM_ROOT
              BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, 0, "inherit parent pixmap"),
              BOOL (Rs_transparent, "transparent", "tr", Opt_transparent, 0, "inherit parent pixmap"),
              STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"),
              STRG (Rs_shade, "shading", "sh", "number", "shade background by number %."),
              STRG (Rs_blurradius, "blurRadius", "blr", "HxV", "gaussian blur radii to apply to the root background"),