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.174 by sf-exg, Sat Dec 29 14:23:35 2012 UTC vs.
Revision 1.186 by sf-exg, Mon May 11 22:05:48 2015 UTC

9 * Copyright (c) 2003-2006 Marc Lehmann <schmorp@schmorp.de> 9 * Copyright (c) 2003-2006 Marc Lehmann <schmorp@schmorp.de>
10 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it> 10 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it>
11 * 11 *
12 * This program is free software; you can redistribute it and/or modify 12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by 13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or 14 * the Free Software Foundation; either version 3 of the License, or
15 * (at your option) any later version. 15 * (at your option) any later version.
16 * 16 *
17 * This program is distributed in the hope that it will be useful, 17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
96 STRG (Rs_geometry, "geometry", "geometry", "geometry", "size (in characters) and position"), 96 STRG (Rs_geometry, "geometry", "geometry", "geometry", "size (in characters) and position"),
97 SWCH ("C", Opt_console, 0, "intercept console messages"), 97 SWCH ("C", Opt_console, 0, "intercept console messages"),
98 SWCH ("iconic", Opt_iconic, 0, "start iconic"), 98 SWCH ("iconic", Opt_iconic, 0, "start iconic"),
99 SWCH ("ic", Opt_iconic, 0, NULL), /* short form */ 99 SWCH ("ic", Opt_iconic, 0, NULL), /* short form */
100 STRG (Rs_chdir, "chdir", "cd", "string", "start shell in this directory"), 100 STRG (Rs_chdir, "chdir", "cd", "string", "start shell in this directory"),
101 SWCH ("dockapp", Opt_dockapp, 0, "start as dockapp"),
101 BOOL (Rs_reverseVideo, "reverseVideo", "rv", Opt_reverseVideo, 0, "reverse video"), 102 BOOL (Rs_reverseVideo, "reverseVideo", "rv", Opt_reverseVideo, 0, "reverse video"),
102 BOOL (Rs_loginShell, "loginShell", "ls", Opt_loginShell, 0, "login shell"), 103 BOOL (Rs_loginShell, "loginShell", "ls", Opt_loginShell, 0, "login shell"),
104 STRG (Rs_multiClickTime, "multiClickTime", "mc", "number", "maximum time (in ms) between multi-click selections"),
103 BOOL (Rs_jumpScroll, "jumpScroll", "j", Opt_jumpScroll, 0, "jump scrolling"), 105 BOOL (Rs_jumpScroll, "jumpScroll", "j", Opt_jumpScroll, 0, "jump scrolling"),
104 BOOL (Rs_skipScroll, "skipScroll", "ss", Opt_skipScroll, 0, "skip scrolling"), 106 BOOL (Rs_skipScroll, "skipScroll", "ss", Opt_skipScroll, 0, "skip scrolling"),
105 BOOL (Rs_pastableTabs, "pastableTabs", "ptab", Opt_pastableTabs, 0, "tab characters are pastable"), 107 BOOL (Rs_pastableTabs, "pastableTabs", "ptab", Opt_pastableTabs, 0, "tab characters are pastable"),
106 RSTRG (Rs_scrollstyle, "scrollstyle", "mode"), 108 RSTRG (Rs_scrollstyle, "scrollstyle", "mode"),
107 BOOL (Rs_scrollBar, "scrollBar", "sb", Opt_scrollBar, 0, "scrollbar"), 109 BOOL (Rs_scrollBar, "scrollBar", "sb", Opt_scrollBar, 0, "scrollbar"),
623 return 0; 625 return 0;
624} 626}
625 627
626/*}}} */ 628/*}}} */
627 629
628#ifndef NO_RESOURCES
629/*----------------------------------------------------------------------*/ 630/*----------------------------------------------------------------------*/
630 631
631# ifdef KEYSYM_RESOURCE 632# ifdef KEYSYM_RESOURCE
633static void
634rxvt_define_key (rxvt_term *term, const char *k, const char *v)
635{
636 term->bind_action (k, v);
637}
638
632/* 639/*
633 * Define key from XrmEnumerateDatabase. 640 * Define key from XrmEnumerateDatabase.
634 * quarks will be something like 641 * quarks will be something like
635 * "rxvt" "keysym" "0xFF01" 642 * "rxvt" "keysym" "0xFF01"
636 * value will be a string 643 * value will be a string
637 */ 644 */
638static int 645static int
646rxvt_keysym_enumerate_helper (
639rxvt_define_key (XrmDatabase *database ecb_unused, 647 XrmDatabase *database ecb_unused,
640 XrmBindingList bindings ecb_unused, 648 XrmBindingList bindings ecb_unused,
641 XrmQuarkList quarks, 649 XrmQuarkList quarks,
642 XrmRepresentation *type ecb_unused, 650 XrmRepresentation *type ecb_unused,
643 XrmValue *value, 651 XrmValue *value,
644 XPointer closure) 652 XPointer closure
653)
645{ 654{
646 rxvt_term *term = (rxvt_term *)closure;
647 int last; 655 int last;
648 656
649 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */ 657 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */
650 ; 658 ;
651 659
652 last--; 660 rxvt_term *term = (rxvt_term *)(((void **)closure)[0]);
661 void (*cb)(rxvt_term *, const char *, const char *)
662 = (void (*)(rxvt_term *, const char *, const char *))
663 (((void **)closure)[1]);
664
653 term->parse_keysym (XrmQuarkToString (quarks[last]), (char *)value->addr); 665 cb (term, XrmQuarkToString (quarks[last - 1]), (char *)value->addr);
666
654 return False; 667 return False;
655} 668}
656 669
657/* 670/*
658 * look for something like this (XK_Delete) 671 * look for something like this (XK_Delete)
693 { "4", 1, Mod4Mask }, 706 { "4", 1, Mod4Mask },
694 { "5", 1, Mod5Mask }, 707 { "5", 1, Mod5Mask },
695}; 708};
696 709
697int 710int
698rxvt_term::parse_keysym (const char *str, const char *arg) 711rxvt_term::parse_keysym (const char *str, unsigned int &state)
699{ 712{
700 int sym; 713 int sym;
701 unsigned int state = 0;
702 const char *key = strrchr (str, '-'); 714 const char *key = strrchr (str, '-');
715
716 state = 0;
703 717
704 if (!key) 718 if (!key)
705 key = str; 719 key = str;
706 else 720 else
707 key++; 721 key++;
708 722
709 // string or key is empty 723 // string or key is empty
710 if (*arg == '\0' || *key == '\0') 724 if (*key == '\0')
711 return -1; 725 return -1;
712 726
713 // parse modifiers 727 // parse modifiers
714 while (str < key) 728 while (str < key)
715 { 729 {
740 sym = strtol (str, &end, 16); 754 sym = strtol (str, &end, 16);
741 if (*end) 755 if (*end)
742 return -1; 756 return -1;
743 } 757 }
744 758
759 return sym;
760}
761
762int
763rxvt_term::bind_action (const char *str, const char *arg)
764{
765 int sym;
766 unsigned int state;
767
768 if (*arg == '\0' || (sym = parse_keysym (str, state)) == -1)
769 return -1;
770
745 wchar_t *ws = rxvt_mbstowcs (arg); 771 wchar_t *ws = rxvt_mbstowcs (arg);
746 if (!HOOK_INVOKE ((this, HOOK_REGISTER_COMMAND, DT_INT, sym, DT_INT, state, DT_WCS_LEN, ws, wcslen (ws), DT_END))) 772 if (!HOOK_INVOKE ((this, HOOK_REGISTER_COMMAND, DT_INT, sym, DT_INT, state, DT_WCS_LEN, ws, wcslen (ws), DT_END)))
747 keyboard->register_user_translation (sym, state, ws); 773 keyboard->register_action (sym, state, ws);
748 774
749 free (ws); 775 free (ws);
750 return 1; 776 return 1;
751} 777}
752 778
753# endif /* KEYSYM_RESOURCE */ 779# endif /* KEYSYM_RESOURCE */
754#endif /* NO_RESOURCES */
755 780
756static char * 781static char *
757get_res (XrmDatabase database, const char *program, const char *option) 782get_res (XrmDatabase database, const char *program, const char *option)
758{ 783{
759 char resource[512]; 784 char resource[512];
831 } 856 }
832#endif /* NO_RESOURCES */ 857#endif /* NO_RESOURCES */
833} 858}
834 859
835void 860void
836rxvt_term::extract_keysym_resources () 861rxvt_term::enumerate_keysym_resources (void (*cb)(rxvt_term *, const char *, const char *))
837{ 862{
838#ifndef NO_RESOURCES
839 /* 863 /*
840 * [R5 or later]: enumerate the resource database 864 * [R5 or later]: enumerate the resource database
841 */ 865 */
842# ifdef KEYSYM_RESOURCE 866# ifdef KEYSYM_RESOURCE
867 void *closure[2] = {
868 (void *)this,
869 (void *)cb,
870 };
871
843 XrmDatabase database = XrmGetDatabase (dpy); 872 XrmDatabase database = XrmGetDatabase (dpy);
844 XrmName name_prefix[3]; 873 XrmName name_prefix[3];
845 XrmClass class_prefix[3]; 874 XrmClass class_prefix[3];
846 875
847 name_prefix[0] = XrmStringToName (rs[Rs_name]);
848 name_prefix[1] = XrmStringToName ("keysym"); 876 name_prefix[1] = XrmStringToName ("keysym");
849 name_prefix[2] = NULLQUARK; 877 name_prefix[2] = NULLQUARK;
850 class_prefix[0] = XrmStringToName (RESCLASS);
851 class_prefix[1] = XrmStringToName ("Keysym"); 878 class_prefix[1] = XrmStringToName ("Keysym");
852 class_prefix[2] = NULLQUARK; 879 class_prefix[2] = NULLQUARK;
853 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */ 880
854 XrmEnumerateDatabase (database, name_prefix, class_prefix,
855 XrmEnumOneLevel, rxvt_define_key, (XPointer)this);
856# ifdef RESFALLBACK 881# ifdef RESFALLBACK
857 name_prefix[0] = class_prefix[0] = XrmStringToName (RESFALLBACK); 882 name_prefix[0] = class_prefix[0] = XrmStringToName (RESFALLBACK);
858 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */ 883 /* XXX: Need to check sizeof (rxvt_t) == sizeof (XPointer) */
859 XrmEnumerateDatabase (database, name_prefix, class_prefix, 884 XrmEnumerateDatabase (database, name_prefix, class_prefix,
860 XrmEnumOneLevel, rxvt_define_key, (XPointer)this); 885 XrmEnumOneLevel, rxvt_keysym_enumerate_helper, (XPointer)closure);
861# endif 886# endif
887
888 name_prefix[0] = class_prefix[0] = XrmStringToName (RESCLASS);
889 XrmEnumerateDatabase (database, name_prefix, class_prefix,
890 XrmEnumOneLevel, rxvt_keysym_enumerate_helper, (XPointer)closure);
891
892 name_prefix[0] = class_prefix[0] = XrmStringToName (rs[Rs_name]);
893 XrmEnumerateDatabase (database, name_prefix, class_prefix,
894 XrmEnumOneLevel, rxvt_keysym_enumerate_helper, (XPointer)closure);
862# endif 895# endif
896}
863 897
864#endif /* NO_RESOURCES */ 898void
899rxvt_term::extract_keysym_resources ()
900{
901 enumerate_keysym_resources (rxvt_define_key);
865} 902}
866 903
867/*----------------------- end-of-file (C source) -----------------------*/ 904/*----------------------- end-of-file (C source) -----------------------*/
905

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines