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.161 by sf-exg, Sun Dec 18 02:25:12 2011 UTC vs.
Revision 1.167 by root, Tue Jun 5 22:23:07 2012 UTC

192 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"), 192 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"),
193#endif /* NO_CURSORCOLOR */ 193#endif /* NO_CURSORCOLOR */
194 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"), 194 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"),
195 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"), 195 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"),
196 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"), 196 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"),
197#ifdef BG_IMAGE_FROM_FILE 197#if BG_IMAGE_FROM_FILE
198 RSTRG (Rs_path, "path", "search path"), 198 RSTRG (Rs_path, "path", "search path"),
199 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"), 199 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"),
200# if ENABLE_EWMH 200# if ENABLE_EWMH
201 STRG (Rs_iconfile, "iconFile", "icon", "file", "path to application icon image"), 201 STRG (Rs_iconfile, "iconFile", "icon", "file", "path to application icon image"),
202# endif 202# endif
207 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"), 207 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"),
208 STRG (Rs_italicFont, "italicFont", "fi", "fontname", "italic font"), 208 STRG (Rs_italicFont, "italicFont", "fi", "fontname", "italic font"),
209 STRG (Rs_boldItalicFont, "boldItalicFont", "fbi", "fontname", "bold italic font"), 209 STRG (Rs_boldItalicFont, "boldItalicFont", "fbi", "fontname", "bold italic font"),
210 BOOL (Rs_intensityStyles, "intensityStyles", "is", Opt_intensityStyles, 0, "font styles imply intensity changes"), 210 BOOL (Rs_intensityStyles, "intensityStyles", "is", Opt_intensityStyles, 0, "font styles imply intensity changes"),
211#endif 211#endif
212#ifdef USE_XIM 212#if USE_XIM
213 STRG (Rs_inputMethod, "inputMethod", "im", "name", "name of input method"), 213 STRG (Rs_inputMethod, "inputMethod", "im", "name", "name of input method"),
214 STRG (Rs_preeditType, "preeditType", "pt", "style", "input style: style = OverTheSpot|OffTheSpot|Root"), 214 STRG (Rs_preeditType, "preeditType", "pt", "style", "input style: style = OverTheSpot|OffTheSpot|Root"),
215 STRG (Rs_imLocale, "imLocale", "imlocale", "string", "locale to use for input method"), 215 STRG (Rs_imLocale, "imLocale", "imlocale", "string", "locale to use for input method"),
216 STRG (Rs_imFont, "imFont", "imfont", "fontname", "fontset for styles OverTheSpot and OffTheSpot"), 216 STRG (Rs_imFont, "imFont", "imfont", "fontname", "fontset for styles OverTheSpot and OffTheSpot"),
217#endif /* USE_XIM */ 217#endif /* USE_XIM */
270#endif 270#endif
271#if ISO_14755 271#if ISO_14755
272 BOOL (Rs_iso14755, "iso14755", NULL, Opt_iso14755, 0, NULL), 272 BOOL (Rs_iso14755, "iso14755", NULL, Opt_iso14755, 0, NULL),
273 BOOL (Rs_iso14755_52, "iso14755_52", NULL, Opt_iso14755_52, 0, NULL), 273 BOOL (Rs_iso14755_52, "iso14755_52", NULL, Opt_iso14755_52, 0, NULL),
274#endif 274#endif
275#ifdef HAVE_AFTERIMAGE
276 STRG (Rs_blendtype, "blendType", "blt", "string", "background image blending type - alpha, tint, etc..."),
277#endif
278#ifndef NO_RESOURCES 275#ifndef NO_RESOURCES
279 RINFO ("xrm", "string"), 276 RINFO ("xrm", "string"),
280#endif 277#endif
281#ifdef KEYSYM_RESOURCE 278#ifdef KEYSYM_RESOURCE
282 RINFO ("keysym.sym", "keysym"), 279 RINFO ("keysym.sym", "keysym"),
336#endif 333#endif
337#if defined(ENABLE_TRANSPARENCY) 334#if defined(ENABLE_TRANSPARENCY)
338 "transparent," 335 "transparent,"
339 "tint," 336 "tint,"
340#endif 337#endif
341#if HAVE_AFTERIMAGE
342 "afterimage,"
343#endif
344#if HAVE_PIXBUF 338#if HAVE_PIXBUF
345 "pixbuf," 339 "pixbuf,"
346#endif 340#endif
347#if defined(USE_XIM) 341#if defined(USE_XIM)
348 "XIM," 342 "XIM,"
398const char rxvt_term::resval_on [] = "on"; 392const char rxvt_term::resval_on [] = "on";
399const char rxvt_term::resval_off [] = "off"; 393const char rxvt_term::resval_off [] = "off";
400 394
401/*{{{ usage: */ 395/*{{{ usage: */
402/*----------------------------------------------------------------------*/ 396/*----------------------------------------------------------------------*/
403static void 397void
404rxvt_usage (int type) 398rxvt_term::rxvt_usage (int type)
405{ 399{
406 unsigned int i, col; 400 unsigned int i, col;
407 401
408 rxvt_log ("%s%s%s", releasestring, optionsstring, RESNAME); 402 rxvt_log ("%s%s%s", releasestring, optionsstring, RESNAME);
409 403
417 { 411 {
418 int len = 0; 412 int len = 0;
419 413
420 if (optList[i].arg) 414 if (optList[i].arg)
421 len = strlen (optList[i].arg) + 1; 415 len = strlen (optList[i].arg) + 1;
416
422 assert (optList[i].opt != NULL); 417 assert (optList[i].opt != NULL);
423 len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2 : 0); 418 len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2 : 0);
424 col += len; 419 col += len;
420
425 if (col > 79) 421 if (col > 79)
426 { 422 {
427 /* assume regular width */ 423 /* assume regular width */
428 rxvt_log ("\n"); 424 rxvt_log ("\n");
429 col = 1 + len; 425 col = 1 + len;
430 } 426 }
431 427
432 rxvt_log (" [-%s%s", (optList_isBool (i) ? "/+" : ""), optList[i].opt); 428 rxvt_log (" [-%s%s", (optList_isBool (i) ? "/+" : ""), optList[i].opt);
429
433 if (optList[i].arg) 430 if (optList[i].arg)
434 rxvt_log (" %s]", optList[i].arg); 431 rxvt_log (" %s]", optList[i].arg);
435 else 432 else
436 rxvt_log ("]"); 433 rxvt_log ("]");
437 } 434 }
450 + (optList_isBool (i) ? 0 : 2)), 447 + (optList_isBool (i) ? 0 : 2)),
451 (optList[i].arg ? optList[i].arg : ""), 448 (optList[i].arg ? optList[i].arg : ""),
452 (optList_isBool (i) ? "turn on/off " : ""), 449 (optList_isBool (i) ? "turn on/off " : ""),
453 optList[i].desc); 450 optList[i].desc);
454 } 451 }
452
453#if ENABLE_PERL
454 rxvt_perl.init (this);
455 rxvt_perl.usage (this, 1);
456#endif
457
455 rxvt_log ("\n --help to list long-options"); 458 rxvt_log ("\n --help to list long-options");
456 break; 459 break;
457 460
458 case 2: /* full resource listing */ 461 case 2: /* full resource listing */
459 rxvt_log (" [options] [-e command args]\n\n" 462 rxvt_log (" [options] [-e command args]\n\n"
463 if (optList[i].kw != NULL) 466 if (optList[i].kw != NULL)
464 rxvt_log (" %s: %*s%s\n", 467 rxvt_log (" %s: %*s%s\n",
465 optList[i].kw, 468 optList[i].kw,
466 (INDENT - strlen (optList[i].kw)), "", /* XXX */ 469 (INDENT - strlen (optList[i].kw)), "", /* XXX */
467 (optList_isBool (i) ? "boolean" : optList[i].arg)); 470 (optList_isBool (i) ? "boolean" : optList[i].arg));
471
472#if ENABLE_PERL
473 rxvt_perl.init (this);
474 rxvt_perl.usage (this, 2);
475#endif
476
468 rxvt_log ("\n -help to list options"); 477 rxvt_log ("\n -help to list options");
469 break; 478 break;
470 } 479 }
471 480
472 rxvt_log ("\n\n"); 481 rxvt_log ("\n\n");
579 588
580 return (const char **)argv + i + 1; 589 return (const char **)argv + i + 1;
581 } 590 }
582 else 591 else
583 { 592 {
593#if ENABLE_PERL
594 rxvt_perl.init (this);
595
596 if (int flags = rxvt_perl.resource (this, opt, true, longopt, flag, argv [i + 1]))
597 {
598 if ((!flags & rxvt_perl.RESOURCE_BOOLEAN))
599 {
600 if (flag && i + 1 == argc)
601 rxvt_fatal ("option '%s' requires an argument, aborting.\n", argv [i]);
602
603 ++i;
604 }
605 }
606 else
607#endif
608 {
584 bad_option = 1; 609 bad_option = 1;
585 rxvt_warn ("\"%s\": unknown or malformed option.\n", opt); 610 rxvt_warn ("\"%s\": unknown or malformed option.\n", opt);
611 }
586 } 612 }
587 } 613 }
588 614
589 if (bad_option) 615 if (bad_option)
590 rxvt_usage (0); 616 rxvt_usage (0);
766 /* 792 /*
767 * Query resources for options that affect us 793 * Query resources for options that affect us
768 */ 794 */
769 for (int entry = 0; entry < ecb_array_length (optList); entry++) 795 for (int entry = 0; entry < ecb_array_length (optList); entry++)
770 { 796 {
771 int s;
772 const char *kw = optList[entry].kw; 797 const char *kw = optList[entry].kw;
773 798
774 if (kw == NULL || rs[optList[entry].doff] != NULL) 799 if (kw == NULL || rs[optList[entry].doff] != NULL)
775 continue; // previously set 800 continue; // previously set
776 801
782 allocated.push_back ((void *)p); 807 allocated.push_back ((void *)p);
783 rs[optList[entry].doff] = p; 808 rs[optList[entry].doff] = p;
784 809
785 if (optList_isBool (entry)) 810 if (optList_isBool (entry))
786 { 811 {
787 s = strcasecmp (p, "TRUE") == 0 812 bool s = parse_bool_resource (p);
788 || strcasecmp (p, "YES") == 0
789 || strcasecmp (p, "ON") == 0
790 || strcasecmp (p, "1") == 0;
791 813
792 if (optList_isReverse (entry)) 814 if (optList_isReverse (entry))
793 s = !s; 815 s = !s;
794 816
795 set_option (optList[entry].index, s); 817 set_option (optList[entry].index, s);
800} 822}
801 823
802void 824void
803rxvt_term::extract_keysym_resources () 825rxvt_term::extract_keysym_resources ()
804{ 826{
805#ifndef NO_RESOURCES 827#if !defined NO_RESOURCES && defined KEYSYM_RESOURCE
828 find_resources ("keysym", "Keysym", XrmEnumOneLevel, rxvt_define_key);
829#endif
830}
831
832#if !defined NO_RESOURCES && (defined KEYSYM_RESOURCE || defined BG_IMAGE_FROM_FILE)
833void
834rxvt_term::find_resources (const char *n_prefix, const char *c_prefix, int mode,
835 Bool (*proc)(XrmDatabase *, XrmBindingList, XrmQuarkList, XrmRepresentation *, XrmValue *, XPointer))
836{
806 /* 837 /*
807 * [R5 or later]: enumerate the resource database 838 * [R5 or later]: enumerate the resource database
808 */ 839 */
809# ifdef KEYSYM_RESOURCE
810 XrmDatabase database = XrmGetDatabase (dpy); 840 XrmDatabase database = XrmGetDatabase (dpy);
811 XrmName name_prefix[3]; 841 XrmName name_prefix[3];
812 XrmClass class_prefix[3]; 842 XrmClass class_prefix[3];
813 843
814 name_prefix[0] = XrmStringToName (rs[Rs_name]); 844 name_prefix[0] = XrmStringToName (rs[Rs_name]);
815 name_prefix[1] = XrmStringToName ("keysym"); 845 name_prefix[1] = XrmStringToName (n_prefix);
816 name_prefix[2] = NULLQUARK; 846 name_prefix[2] = NULLQUARK;
817 class_prefix[0] = XrmStringToName (RESCLASS); 847 class_prefix[0] = XrmStringToName (RESCLASS);
818 class_prefix[1] = XrmStringToName ("Keysym"); 848 class_prefix[1] = XrmStringToName (c_prefix);
819 class_prefix[2] = NULLQUARK; 849 class_prefix[2] = NULLQUARK;
820 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */ 850 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */
821 XrmEnumerateDatabase (database, name_prefix, class_prefix, 851 XrmEnumerateDatabase (database, name_prefix, class_prefix,
822 XrmEnumOneLevel, rxvt_define_key, NULL); 852 mode, proc, NULL);
823# ifdef RESFALLBACK 853# ifdef RESFALLBACK
824 name_prefix[0] = class_prefix[0] = XrmStringToName (RESFALLBACK); 854 name_prefix[0] = class_prefix[0] = XrmStringToName (RESFALLBACK);
825 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */ 855 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */
826 XrmEnumerateDatabase (database, name_prefix, class_prefix, 856 XrmEnumerateDatabase (database, name_prefix, class_prefix,
827 XrmEnumOneLevel, rxvt_define_key, NULL); 857 mode, proc, NULL);
828# endif 858# endif
829# endif
830
831#endif /* NO_RESOURCES */
832} 859}
860#endif
833 861
834/*----------------------- end-of-file (C source) -----------------------*/ 862/*----------------------- end-of-file (C source) -----------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines