From 95132b4fe1a97b12e6f72555f210941a590c2af6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Aug 2020 20:19:29 +0530 Subject: [PATCH] formatting --- docs/graphics-protocol.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ------------------