WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xterm background color question  (Read 2877 times)

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
xterm background color question
« on: May 05, 2012, 02:00:12 PM »
During opening an xterm window with the command "xterm -bg red&" I can notice that the new window is opened with a red background which is immediately reset back to black. I am probably foreseeing some basic configuration and wish to get a hint on where and how to make my background color selection to work...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: xterm background color question
« Reply #1 on: May 05, 2012, 03:36:29 PM »
The options in .Xdefaults may interfere. Try turning transparency off there.
The only barriers that can stop you are the ones you create yourself.

Offline bengt_t

  • Newbie
  • *
  • Posts: 11
Re: xterm background color question
« Reply #2 on: May 05, 2012, 04:01:15 PM »
Many thanks! "xterm +tr -bg red" helped.