repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: f0732521228d0d1ee6bdca31be2e753c17b386a1:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit f0732521228d0d1ee6bdca31be2e753c17b386a1
Author: Marc Lehmann 
Date:   Wed Jul 14 09:28:18 2021 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 1b566e19b2f9ccdbb44781d85fa680ab7f1bef87..
index ..941f6f985c6eb15c668e327849d5271ba9143b7c 100644
--- a/Changes
+++ b/Changes
@@ -39,16 +39,18 @@ TODO: simplify extension metainfo cache, cache on disk
 TODO: URxvt::Ext::Name installs urxvt ext name and provides pod/manpage for URxvt::Ext::Name
 TODO: üpixel droppins idenrasm,ll,scrollup
 TODO: cuu/cud and probably others default to 1 when arg is 0, not just missing, in xterm/vt102, but not in rxvt
+TODO: clean up the resource vs. long option mess, especially in the manpage.

 TODO: xterm-osc does not autoload background
 TODO: think about daemon delaying urxvt client exit.
 IDEA: use harfbuzz to render combining sequences, maybe also complex scripts

 TODO: https://github.com/bbidulock/icewm/issues/492 urxvt wrongfully(?) needa configurenotify after mapwindow? also, black border?
-TODO: fontset caching per display?
-TODO: xOff caching. for ascii only? fr basefont only?
 TODO: image loading osc does not autoload background ext
 TODO: clean up the resource vs. long option mess, especially in the manpage.
+	- allow URxvt*keysym to match again. The fact that it was ignored
+          is considered a regression due in the way we checked for keysym
+          resources.
         - Key bindings specified with the -keysym option or with resources of
           the form URxvt*keysym work again. Such resources, as opposed to
           resources of the form URxvt.keysym, were not officially allowed but
diff --git a/src/xdefaults.C b/src/xdefaults.C
index 81d15c69136c417932b022854837cc9d4c39ee96..
index ..970b8ac23fcbd9fe64004fe8f826a19b175b574e 100644
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -237,7 +237,7 @@ optList[] = {
               STRG (Rs_letterSpace, "letterSpace", "letsp", "number", "letter spacing adjustment"),
 #endif
 #ifdef BUILTIN_GLYPHS
-              BOOL (Rs_skipBuiltinGlyphs, "skipBuiltinGlyphs", "sbg", Opt_skipBuiltinGlyphs, 0, "using font glyphs instead of internal glyphs"),
+              BOOL (Rs_skipBuiltinGlyphs, "skipBuiltinGlyphs", "sbg", Opt_skipBuiltinGlyphs, 0, "use of font glyphs instead of internal glyphs"),
 #endif
 #ifdef POINTER_BLANK
               RSTRG (Rs_pointerBlankDelay, "pointerBlankDelay", "number"),

-----END OF PAGE-----