Add new unicode placeholder and tmux passthrough options to icat
This commit is contained in:
parent
5b160ea599
commit
ed8a88e009
@ -472,6 +472,8 @@ z-index and the same id, then the behavior is undefined.
|
|||||||
Support for the C=1 cursor movement policy
|
Support for the C=1 cursor movement policy
|
||||||
|
|
||||||
|
|
||||||
|
.. _graphics_unicode_placeholders:
|
||||||
|
|
||||||
Unicode placeholders
|
Unicode placeholders
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
@ -120,6 +120,24 @@ is looped the specified number of times.
|
|||||||
--hold
|
--hold
|
||||||
type=bool-set
|
type=bool-set
|
||||||
Wait for a key press before exiting after displaying the images.
|
Wait for a key press before exiting after displaying the images.
|
||||||
|
|
||||||
|
|
||||||
|
--unicode-placeholder
|
||||||
|
type=bool-set
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
--passthrough
|
||||||
|
type=choices
|
||||||
|
choices=detect,tmux,none
|
||||||
|
default=detect
|
||||||
|
Whether to surround graphics commands with escape sequences that allow them to passthrough
|
||||||
|
programs like tmux. The default is to detect when running inside tmux and automatically use
|
||||||
|
the tmux passthrough escape codes. Note that when this option is enabled it implies
|
||||||
|
:option:`--unicode-placeholder` as well.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
help_text = (
|
help_text = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user