Skip to content

Commit 95132b4

Browse files
committed
formatting
1 parent df0c5d9 commit 95132b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/graphics-protocol.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ terminals should be modified to return the correct values. Examples of
7878
terminals that return correct values: ``kitty, xterm``
7979

8080
You 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

8586
A minimal example
8687
------------------

0 commit comments

Comments
 (0)