This commit is contained in:
Kovid Goyal 2018-06-04 15:14:16 +05:30
parent c8bf7763b6
commit c9818e7bb1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -66,8 +66,9 @@ terminfo files to the server::
kitty +kitten ssh myserver kitty +kitten ssh myserver
If for some reason that does not work (typically because the server is using a If for some reason that does not work (typically because the server is using a
very limited shell), you can use the following one-liner instead (it is slower a non POSIX compliant shell), you can use the following one-liner instead (it
as it needs to ssh into the server twice, but will work with most servers):: is slower as it needs to ssh into the server twice, but will work with most
servers)::
infocmp xterm-kitty | ssh myserver tic -x -o \~/.terminfo /dev/stdin infocmp xterm-kitty | ssh myserver tic -x -o \~/.terminfo /dev/stdin