From 7b703565151b9f6d1c53975cfc823c1ddaf7f1f8 Mon Sep 17 00:00:00 2001 From: Jinn Koriech Date: Mon, 27 Apr 2020 14:11:16 +0100 Subject: [PATCH] Add note clarifying that icat won't work with tmux When using icat with tmux we get the following: ``` $ kitty icat ~/Pictures/fc.jpg Terminal does not support reporting screen sizes via the TIOCGWINSZ ioctl ``` I found a suggestion[1] this is due to limitations between kitty and tmux, so I'm raising this PR to either confirm this is the case and make it clear in the documentation, or to have it rejected so an issue can be raised to address the feature. 1: https://unix.stackexchange.com/a/484776/41996 --- docs/kittens/icat.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/kittens/icat.rst b/docs/kittens/icat.rst index ec066980a..0ac5b17e0 100644 --- a/docs/kittens/icat.rst +++ b/docs/kittens/icat.rst @@ -21,6 +21,11 @@ Then you can simply use ``icat image.png`` to view images. `ImageMagick `_ must be installed for ``icat`` to work. +.. note:: + + ``icat`` uses terminal features that are incompatible with screen multiplexers + such as `tmux` and `screen`. + .. program:: kitty +kitten icat