From 67bf3eda5ae3de68ba2a06d9353db4ec0e919ed4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Aug 2023 19:16:05 +0530 Subject: [PATCH] ... --- kittens/icat/main.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kittens/icat/main.py b/kittens/icat/main.py index bc4926a57..984d9c6af 100644 --- a/kittens/icat/main.py +++ b/kittens/icat/main.py @@ -128,8 +128,10 @@ Use the Unicode placeholder method to display the images. Useful to display images from within full screen terminal programs that do not understand the kitty graphics protocol such as multiplexers or editors. See :ref:`graphics_unicode_placeholders` for details. Note that when using this -method, large images will get wrapped at the screen edge instead of getting truncated. -This wrapping is per line and therefore the image will look like it is interleaved with blank lines. +method, placed (with :option:`--place`) images that do not fit on the screen, +will get wrapped at the screen edge instead of getting truncated. This +wrapping is per line and therefore the image will look like it is interleaved +with blank lines. --passthrough