File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,10 @@ terminals should be modified to return the correct values. Examples of
7878terminals that return correct values: ``kitty, xterm ``
7979
8080You can also use the *CSI t * escape code to get the screen size. Send
81- ``<ESC>[14t `` to *stdout * and kitty will reply on *stdin * with
82- ``<ESC>[4;<height>;<width>t `` where *height * and *width * are the window size in
83- pixels. This escape code is supported in many terminals, not just kitty.
81+ ``<ESC>[14t `` to ``STDOUT `` and kitty will reply on ``STDIN `` with
82+ ``<ESC>[4;<height>;<width>t `` where ``height `` and ``width `` are the window
83+ size in pixels. This escape code is supported in many terminals, not just
84+ kitty.
8485
8586A minimal example
8687------------------
You can’t perform that action at this time.
0 commit comments