The urxvt tag has no wiki summary.
2
votes
4answers
541 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 ...
