The removal of rxvt own parsing caused an inconsistency for keysym
authorayin <ayin>
Thu, 22 Nov 2007 15:07:10 +0000 (15:07 +0000)
committerayin <ayin>
Thu, 22 Nov 2007 15:07:10 +0000 (15:07 +0000)
commit342ce6675fd02aca8fca5177fad5d18ccf724231
tree8e2c7eb311503107f58c23485ed8b692874cc54d
parent3be53e4d353d8a56f44d4967f5859a271c5180a4
The removal of rxvt own parsing caused an inconsistency for keysym
directives between resources and command line options, because the
former are subjected to xlib parsing while the latter are not. Fix it
by generating resources from the command line options and merging them
later in the resource database.
src/main.C
src/rxvt.h
src/xdefaults.C