icat: allow specifying image ids

This commit is contained in:
Kovid Goyal
2023-03-09 10:17:53 +05:30
parent a56f111f98
commit 88443ef8a5
3 changed files with 31 additions and 13 deletions

View File

@@ -138,6 +138,14 @@ Whether to surround graphics commands with escape sequences that allow them to p
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.
--image-id
type=int
default=0
The graphics protocol id to use for the created image. Normally, a random id is created if needed.
This option allows control of the id. When multiple images are sent, sequential ids starting from the specified id
are used. Valid ids are from 1 to 4294967295. Numbers outside this range are automatically wrapped.
'''
help_text = (