diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 6a5062cb9..4c3abd01d 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -78,9 +78,10 @@ terminals should be modified to return the correct values. Examples of terminals that return correct values: ``kitty, xterm`` You can also use the *CSI t* escape code to get the screen size. Send -``[14t`` to *stdout* and kitty will reply on *stdin* with -``[4;;t`` where *height* and *width* are the window size in -pixels. This escape code is supported in many terminals, not just kitty. +``[14t`` to ``STDOUT`` and kitty will reply on ``STDIN`` with +``[4;;t`` where ``height`` and ``width`` are the window +size in pixels. This escape code is supported in many terminals, not just +kitty. A minimal example ------------------