Tagged Questions
0
votes
1answer
53 views
RHEL6: system default font
When I fire up urxvt or xterm, by default the font is a sans-serif monospace unaliased font. I would like to make this my font in other applications, but I can't find it in my system font list (i.e. I ...
2
votes
4answers
536 views
Set tab width in GUI terminal
I found that
setterm -regtabs 4
doesn't work in xterm or urxvt.
But, this
xterm_set_tabs () {
TERM=linux;
export $TERM;
setterm -regtabs 4
}
will circumvent the problem.
But, I suspect ...
9
votes
3answers
3k views
How to get VIM to display 256 colors properly
I'm trying to get 256 color theme files to work with VIM under xterm.
This is peaksea how it looks for me:
How it should look:
I've tried following the tips on the wiki page to no avail.
set ...
