bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: terminfo-20140607.src.gz


From: Nicholas Marriott
Subject: Re: ANN: terminfo-20140607.src.gz
Date: Thu, 19 Jun 2014 22:56:35 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Jun 19, 2014 at 02:53:26PM +0100, Christian Ebert wrote:
> * Nicholas Marriott on Thursday, June 19, 2014 at 13:11:30 +0100
> > What is TERM outside tmux? Does it differ?
> 
> $ echo $TERM
> xterm-256color
> $ xterm -version
> XTerm(306)

Well, everything looks fine to me with latest terminfo but my xterm is
quite a lot older.

I guess your problem is that less is ending up with italics because
xterm-256color now has sitm.

If so, you can either tell tmux to ignore sitm in xterm with something
like:

    set -ag terminal-overrides ',xterm*:sitm@:ritm@'

Or look at the "vim displays reverse video instead of italics" entry in
the tmux FAQ which also covers less.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]