mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
icat kitten: Add a command line argument to override terminal window size detection
Fixes #7165 I had five minutes, so why not.
This commit is contained in:
@@ -72,6 +72,11 @@ The amount of time (in seconds) to wait for a response from the terminal, when
|
||||
detecting image display support.
|
||||
|
||||
|
||||
--use-window-size
|
||||
Instead of querying the terminal for the window size, use the specified size, which must
|
||||
be of the format: width_in_cells,height_in_cells,width_in_pixels,height_in_pixels
|
||||
|
||||
|
||||
--print-window-size
|
||||
type=bool-set
|
||||
Print out the window size as <:italic:`width`>x<:italic:`height`> (in pixels) and quit. This is a
|
||||
|
||||
Reference in New Issue
Block a user