Il 01/10/2015 alle 20:36, Marc Lehmann ha scritto:

> Hmm, works for me - note that the classless resource is only used when
> nothing gives a more specific match - check your resource files to see
> if you (or your os distribution) doesn't provide a background colour.

Weird. I just did the following test:

    ~> xrdb -query -all -global
            [all Xresources are listed]
    ~> xrdb -remove
    ~> xrdb -query -all -global
            [nothing is returned]

    ~> urxvt -xrm '*background: #DBC291'
            [urxvt opens with a white background]

    ~> urxvt -xrm 'urxvt*background: #DBC291'
            [urxvt opens with the expected tan background]

If you can confirm my result, we can conclude that, indeed, urxvt is
ignoring '*background' even without interference from other Xresources.

Thanks again for looking into the matter.

A.R.

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to