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

terminfo descriptions (was: from screen to tmux)



Sorry, that's a bit old, but could solve your problem...

On 2020-06-24 11:13:06 +0700, Victor Sudakov wrote:
[...]
> I have a reason but not Debian-related. Since some version, screen has
> started enforcing the "screen.xterm-256color" (sic!) terminal type which
> is missing from FreeBSD's terminal definitions:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246029

This is not an issue. You can get the textual information under Debian
with "infocmp" (with no arguments, it will give you the one of the
current $TERM), send it to the remote machine, then compile it on
the remote machine with "tic" on this file. No need to be root, as
by default, it will install it in your home directory. This is what
I've done for years with various terminfo descriptions (so that I get
the same behavior on various machines I use), and I've never had any
issue with that.

Note: if you don't like something in a terminfo description, you can
change it before running "tic".

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: