From c9818e7bb1511625b952e7c1546ae724e27c90e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Jun 2018 15:14:16 +0530 Subject: [PATCH] ... --- docs/faq.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 67f2e225c..e67d69bf8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -66,8 +66,9 @@ terminfo files to the server:: kitty +kitten ssh myserver 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 -as it needs to ssh into the server twice, but will work with most servers):: +a non POSIX compliant shell), you can use the following one-liner instead (it +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