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.77 by root, Wed Jan 11 00:59:58 2006 UTC vs.
Revision 1.92 by root, Tue Jan 31 19:55:05 2006 UTC

21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 *----------------------------------------------------------------------*/ 24 *----------------------------------------------------------------------*/
25 25
26#include "../config.h" /* NECESSARY */ 26#include "../config.h"
27#include "rxvt.h" /* NECESSARY */ 27#include "rxvt.h"
28#include "version.h" 28#include "version.h"
29 29
30#ifdef KEYSYM_RESOURCE 30#ifdef KEYSYM_RESOURCE
31#include "keyboard.h" 31#include "keyboard.h"
32#endif 32#endif
33 33
34/* place holders used for parsing command-line options */ 34/* place holders used for parsing command-line options */
35#define Optflag_Reverse 0x40000000UL 35#define Optflag_Reverse 0x40000000UL
36#define Optflag_Boolean 0x80000000UL 36#define Optflag_Boolean 0x80000000UL
37#define Optflag_mask 0x3fffffffUL 37#define Optflag_mask 0x3fffffffUL
38
39/* #define DEBUG_RESOURCES */
40 38
41/*{{{ monolithic option/resource structure: */ 39/*{{{ monolithic option/resource structure: */
42/* 40/*
43 * `string' options MUST have a usage argument 41 * `string' options MUST have a usage argument
44 * `switch' and `boolean' options have no argument 42 * `switch' and `boolean' options have no argument
187 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"), 185 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"),
188#endif /* NO_CURSORCOLOR */ 186#endif /* NO_CURSORCOLOR */
189 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"), 187 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"),
190 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"), 188 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"),
191 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"), 189 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"),
192#if defined (XPM_BACKGROUND) || (MENUBAR_MAX) 190#ifdef XPM_BACKGROUND
193 RSTRG (Rs_path, "path", "search path"), 191 RSTRG (Rs_path, "path", "search path"),
194#endif /* defined (XPM_BACKGROUND) || (MENUBAR_MAX) */
195#ifdef XPM_BACKGROUND
196 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"), 192 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"),
197#endif /* XPM_BACKGROUND */
198#if (MENUBAR_MAX)
199 RSTRG (Rs_menu, "menu", "name[;tag]"),
200#endif 193#endif
201 /* fonts: command-line option = resource name */ 194 /* fonts: command-line option = resource name */
202 STRG (Rs_font, "font", "fn", "fontname", "normal text font"), 195 STRG (Rs_font, "font", "fn", "fontname", "normal text font"),
203#if ENABLE_STYLES 196#if ENABLE_STYLES
204 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"), 197 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"),
218 STRG (Rs_iconName, "iconName", "n", "string", "icon name for window"), 211 STRG (Rs_iconName, "iconName", "n", "string", "icon name for window"),
219 STRG (Rs_saveLines, "saveLines", "sl", "number", "number of scrolled lines to save"), 212 STRG (Rs_saveLines, "saveLines", "sl", "number", "number of scrolled lines to save"),
220#if ENABLE_XEMBED 213#if ENABLE_XEMBED
221 STRG (Rs_embed, NULL, "embed", "windowid", "window id to embed terminal in"), 214 STRG (Rs_embed, NULL, "embed", "windowid", "window id to embed terminal in"),
222#endif 215#endif
216#if XFT
217 STRG (Rs_depth, "depth", "depth", "number", "depth of visual to request"),
218#endif
223#if ENABLE_FRILLS 219#if ENABLE_FRILLS
224 RSTRG (Rs_transient_for, "transient-for", "windowid"), 220 RSTRG (Rs_transient_for, "transient-for", "windowid"),
221 BOOL (Rs_override_redirect, "override-redirect", "override-redirect", Opt_override_redirect, "set override-redirect on the terminal window"),
225 STRG (Rs_pty_fd, NULL, "pty-fd", "fileno", "file descriptor of pty to use"), 222 STRG (Rs_pty_fd, NULL, "pty-fd", "fileno", "file descriptor of pty to use"),
226 BOOL (Rs_hold, "hold", "hold", Opt_hold, "retain window after shell exit"), 223 BOOL (Rs_hold, "hold", "hold", Opt_hold, "retain window after shell exit"),
227 STRG (Rs_ext_bwidth, "externalBorder", "w", "number", "external border in pixels"), 224 STRG (Rs_ext_bwidth, "externalBorder", "w", "number", "external border in pixels"),
228 STRG (Rs_ext_bwidth, NULL, "bw", NULL, NULL), 225 STRG (Rs_ext_bwidth, NULL, "bw", NULL, NULL),
229 STRG (Rs_ext_bwidth, NULL, "borderwidth", NULL, NULL), 226 STRG (Rs_ext_bwidth, NULL, "borderwidth", NULL, NULL),
323 "transparent," 320 "transparent,"
324#endif 321#endif
325#if TINTING 322#if TINTING
326 "tint," 323 "tint,"
327#endif 324#endif
328#if defined(UTMP_SUPPORT)
329 "utmp,"
330#endif
331#if defined(MENUBAR)
332 "menubar,"
333#endif
334#if defined(USE_XIM) 325#if defined(USE_XIM)
335 "XIM," 326 "XIM,"
327#endif
328#if defined(NO_BACKSPACE_KEY)
329 "no_backspace,"
330#endif
331#if defined(NO_DELETE_KEY)
332 "no_delete,"
333#endif
334#if EIGHT_BIT_CONTROLS
335 "8bitctrls,"
336#endif
337#if defined(ENABLE_FRILLS)
338 "frills,"
339#endif
340#if defined(SELECTION_SCROLLING)
341 "selectionscrolling,"
342#endif
343#if MOUSE_WHEEL
344 "wheel,"
345#endif
346#if MOUSE_SLIP_WHEELING
347 "slipwheel,"
348#endif
349#if defined(SMART_RESIZE)
350 "smart-resize,"
351#endif
352#if defined(CURSOR_BLINK)
353 "cursorBlink,"
354#endif
355#if defined(POINTER_BLANK)
356 "pointerBlank,"
357#endif
358#if defined(NO_RESOURCES)
359 "NoResources,"
336#endif 360#endif
337 "scrollbars=" 361 "scrollbars="
338#if !defined(HAVE_SCROLLBARS) 362#if !defined(HAVE_SCROLLBARS)
339 "NONE" 363 "NONE"
340#else 364#else
358# endif 382# endif
359# if defined(XTERM_SCROLLBAR) 383# if defined(XTERM_SCROLLBAR)
360 "xterm" 384 "xterm"
361# endif 385# endif
362#endif 386#endif
363 ","
364#if defined(NO_BACKSPACE_KEY)
365 "no_backspace,"
366#endif
367#if defined(NO_DELETE_KEY)
368 "no_delete,"
369#endif
370#if EIGHT_BIT_CONTROLS
371 "8bitctrls,"
372#endif
373#if !defined(NO_STRINGS)
374 "strings,"
375#endif
376#if defined(ENABLE_FRILLS)
377 "frills,"
378#endif
379#if defined(PREFER_24BIT)
380 "24bit,"
381#endif
382#if defined(SELECTION_SCROLLING)
383 "selectionscrolling,"
384#endif
385#if MOUSE_WHEEL
386 "wheel,"
387#endif
388#if MOUSE_SLIP_WHEELING
389 "slipwheel,"
390#endif
391#if defined(SMART_RESIZE)
392 "smart-resize,"
393#endif
394#if defined(CURSOR_BLINK)
395 "cursorBlink,"
396#endif
397#if defined(POINTER_BLANK)
398 "pointerBlank,"
399#endif
400#if defined(NO_RESOURCES)
401 "NoResources"
402#endif
403 "\nUsage: "; /* Usage */ 387 "\nUsage: "; /* Usage */
404 388
405#define INDENT 18 389#define INDENT 18
390
391const char rxvt_term::resval_undef [] = "<undef>";
392const char rxvt_term::resval_on [] = "on";
393const char rxvt_term::resval_off [] = "off";
406 394
407/*{{{ usage: */ 395/*{{{ usage: */
408/*----------------------------------------------------------------------*/ 396/*----------------------------------------------------------------------*/
409static void 397static void
410rxvt_usage (int type) 398rxvt_usage (int type)
419 rxvt_log (" [-help] [--help]\n"); 407 rxvt_log (" [-help] [--help]\n");
420 408
421 for (col = 1, i = 0; i < optList_size; i++) 409 for (col = 1, i = 0; i < optList_size; i++)
422 if (optList[i].desc != NULL) 410 if (optList[i].desc != NULL)
423 { 411 {
424 int len = 0; 412 int len = 0;
425 413
426 if (!optList_isBool (i)) 414 if (!optList_isBool (i))
427 { 415 {
428 len = optList_strlen (i); 416 len = optList_strlen (i);
429 if (len > 0) 417 if (len > 0)
497/*{{{ get command-line options before getting resources */ 485/*{{{ get command-line options before getting resources */
498void 486void
499rxvt_term::get_options (int argc, const char *const *argv) 487rxvt_term::get_options (int argc, const char *const *argv)
500{ 488{
501 int i, bad_option = 0; 489 int i, bad_option = 0;
502 static const char On[3] = "ON", Off[4] = "OFF";
503 490
504 for (i = 1; i < argc; i++) 491 for (i = 1; i < argc; i++)
505 { 492 {
506 unsigned int entry, longopt = 0; 493 unsigned int entry, longopt = 0;
507 const char *flag, *opt; 494 const char *flag, *opt;
508 495
509 opt = argv[i]; 496 opt = argv[i];
510#ifdef DEBUG_RESOURCES 497
511 fprintf (stderr, "argv[%d] = %s: ", i, opt);
512#endif
513 if (*opt == '-') 498 if (*opt == '-')
514 { 499 {
515 flag = On; 500 flag = resval_on;
501
516 if (*++opt == '-') 502 if (*++opt == '-')
517 longopt = *opt++; /* long option */ 503 longopt = *opt++; /* long option */
518 } 504 }
519 else if (*opt == '+') 505 else if (*opt == '+')
520 { 506 {
521 flag = Off; 507 flag = resval_off;
508
522 if (*++opt == '+') 509 if (*++opt == '+')
523 longopt = *opt++; /* long option */ 510 longopt = *opt++; /* long option */
524 } 511 }
525 else 512 else
526 { 513 {
529 continue; 516 continue;
530 } 517 }
531 518
532 if (!strcmp (opt, "help")) 519 if (!strcmp (opt, "help"))
533 rxvt_usage (longopt ? 2 : 1); 520 rxvt_usage (longopt ? 2 : 1);
521
534 if (!strcmp (opt, "h")) 522 if (!strcmp (opt, "h"))
535 rxvt_usage (0); 523 rxvt_usage (0);
536 524
537 /* feature: always try to match long-options */ 525 /* feature: always try to match long-options */
538 for (entry = 0; entry < optList_size; entry++) 526 for (entry = 0; entry < optList_size; entry++)
542 break; 530 break;
543 531
544 if (entry < optList_size) 532 if (entry < optList_size)
545 { 533 {
546 if (optList_isReverse (entry)) 534 if (optList_isReverse (entry))
547 flag = flag == On ? Off : On; 535 flag = flag == resval_on ? resval_off : resval_on;
548 536
549 if (optList_strlen (entry)) 537 if (optList_strlen (entry))
550 { 538 {
551 /* 539 /*
552 * special cases are handled in main.c:main () to allow 540 * special cases are handled in main.c:main () to allow
553 * X resources to set these values before we settle for 541 * X resources to set these values before we settle for
554 * default values 542 * default values
555 */ 543 */
556 544
557 if (optList[entry].doff != -1) 545 if (optList[entry].doff != -1)
558 rs[optList[entry].doff] = flag == On && argv[i+1] 546 rs[optList[entry].doff] = flag == resval_on && argv[i+1]
559 ? argv[++i] : 0; 547 ? argv[++i] : resval_undef;
560 } 548 }
561 else 549 else
562 { /* boolean value */ 550 { /* boolean value */
563#ifdef DEBUG_RESOURCES
564 fprintf (stderr, "boolean (%s,%s) = %s\n",
565 optList[entry].opt, optList[entry].kw, flag);
566#endif
567 set_option (optList[entry].flag & Optflag_mask, flag == On); 551 set_option (optList[entry].flag & Optflag_mask, flag == resval_on);
568 552
569 if (optList[entry].doff != -1) 553 if (optList[entry].doff != -1)
570 rs[optList[entry].doff] = flag; 554 rs[optList[entry].doff] = flag;
571 } 555 }
572 } 556 }
604 * "rxvt" "keysym" "0xFF01" 588 * "rxvt" "keysym" "0xFF01"
605 * value will be a string 589 * value will be a string
606 */ 590 */
607/* ARGSUSED */ 591/* ARGSUSED */
608int 592int
609rxvt_define_key (XrmDatabase *database __attribute__((unused)), 593rxvt_define_key (XrmDatabase *database UNUSED,
610 XrmBindingList bindings __attribute__((unused)), 594 XrmBindingList bindings UNUSED,
611 XrmQuarkList quarks, 595 XrmQuarkList quarks,
612 XrmRepresentation *type __attribute__((unused)), 596 XrmRepresentation *type UNUSED,
613 XrmValue *value, 597 XrmValue *value,
614 XPointer closure __attribute__((unused))) 598 XPointer closure UNUSED)
615{ 599{
616 int last; 600 int last;
617 601
618 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */ 602 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */
619 ; 603 ;
771} 755}
772 756
773# endif /* KEYSYM_RESOURCE */ 757# endif /* KEYSYM_RESOURCE */
774#endif /* NO_RESOURCES */ 758#endif /* NO_RESOURCES */
775 759
760static char *
776char *get_res (XrmDatabase database, const char *program, const char *option) 761get_res (XrmDatabase database, const char *program, const char *option)
777{ 762{
778 char resource[512]; 763 char resource[512];
779 char *type; 764 char *type;
780 XrmValue result; 765 XrmValue result;
781 766
783 XrmGetResource (database, resource, resource, &type, &result); 768 XrmGetResource (database, resource, resource, &type, &result);
784 769
785 return result.addr; 770 return result.addr;
786} 771}
787 772
788/*{{{ read the resources files */ 773const char *
789/* 774rxvt_term::x_resource (const char *name)
790 * using XGetDefault () or the hand-rolled replacement 775{
791 */ 776 XrmDatabase database = XrmGetDatabase (xdisp);
792/* ARGSUSED */ 777
778 const char *p = get_res (database, rs[Rs_name], name);
779 const char *p0 = get_res (database, "!INVALIDPROGRAMMENAMEDONTMATCH!", name);
780
781 if (p == NULL || (p0 && strcmp (p, p0) == 0))
782 {
783 p = get_res (database, RESCLASS, name);
784#ifdef RESFALLBACK
785 if (p == NULL || (p0 && strcmp (p, p0) == 0))
786 p = get_res (database, RESFALLBACK, name);
787#endif
788 }
789
790 if (p == NULL && p0)
791 p = p0;
792
793 return p;
794}
795
793void 796void
794rxvt_term::extract_resources () 797rxvt_term::extract_resources ()
795{ 798{
796 dDisp;
797
798#ifndef NO_RESOURCES 799#ifndef NO_RESOURCES
799 XrmDatabase database = XrmGetDatabase (display->display);
800
801 /* 800 /*
802 * Query resources for options that affect us 801 * Query resources for options that affect us
803 */ 802 */
804 for (int entry = 0; entry < optList_size; entry++) 803 for (int entry = 0; entry < optList_size; entry++)
805 { 804 {
806 int s; 805 int s;
807 char *p, *p0;
808 const char *kw = optList[entry].kw; 806 const char *kw = optList[entry].kw;
809 807
810 if (kw == NULL || rs[optList[entry].doff] != NULL) 808 if (kw == NULL || rs[optList[entry].doff] != NULL)
811 continue; // previously set 809 continue; // previously set
812 810
813 p = get_res (database, rs[Rs_name], kw); 811 const char *p = x_resource (kw);
814 p0 = get_res (database, "!INVALIDPROGRAMMENAMEDONTMATCH!", kw);
815 if (p == NULL || (p0 && strcmp (p, p0) == 0))
816 {
817 p = get_res (database, RESCLASS, kw);
818#ifdef RESFALLBACK
819 if (p == NULL || (p0 && strcmp (p, p0) == 0))
820 p = get_res (database, RESFALLBACK, kw);
821#endif
822 }
823
824 if (p == NULL && p0)
825 p = p0;
826 812
827 if (p) 813 if (p)
828 { 814 {
829 p = strdup (p); 815 p = strdup (p);
830 allocated.push_back (p); 816 allocated.push_back ((void *)p);
831 rs[optList[entry].doff] = p; 817 rs[optList[entry].doff] = p;
832 818
833 if (optList_isBool (entry)) 819 if (optList_isBool (entry))
834 { 820 {
835 s = strcasecmp (p, "TRUE") == 0 821 s = strcasecmp (p, "TRUE") == 0
847 833
848 /* 834 /*
849 * [R5 or later]: enumerate the resource database 835 * [R5 or later]: enumerate the resource database
850 */ 836 */
851# ifdef KEYSYM_RESOURCE 837# ifdef KEYSYM_RESOURCE
838 XrmDatabase database = XrmGetDatabase (xdisp);
852 XrmName name_prefix[3]; 839 XrmName name_prefix[3];
853 XrmClass class_prefix[3]; 840 XrmClass class_prefix[3];
854 841
855 name_prefix[0] = XrmStringToName (rs[Rs_name]); 842 name_prefix[0] = XrmStringToName (rs[Rs_name]);
856 name_prefix[1] = XrmStringToName ("keysym"); 843 name_prefix[1] = XrmStringToName ("keysym");
873# endif 860# endif
874 861
875#endif /* NO_RESOURCES */ 862#endif /* NO_RESOURCES */
876} 863}
877 864
878/*}}} */
879/*----------------------- end-of-file (C source) -----------------------*/ 865/*----------------------- end-of-file (C source) -----------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines