Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fix hard-to-read colors in xterm' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fix hard-to-read colors in xterm
Authored by: neier on Jul 12, '04 09:32:48PM
It is better to do xrdb -merge ~/.Xresources

Without the -merge option, then ONLY the defaults which are explicitly listed in your .Xresources file will be applied. The -merge option keeps the old values, and overwrites the ones listed in the .Xresources file.

[ Reply to This | # ]