From 652e1084bc1d92eec0a2fe4c6fc48abcdefca7c8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Oct 2017 21:10:45 +0530 Subject: [PATCH] ... --- graphics-protocol.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics-protocol.asciidoc b/graphics-protocol.asciidoc index d3dd8e57d..34e7f25a8 100644 --- a/graphics-protocol.asciidoc +++ b/graphics-protocol.asciidoc @@ -8,7 +8,7 @@ emulator. The major design goals are * Should not require terminal emulators to understand image formats. * Should allow specifying graphics to be drawn at individual pixel positions. * The graphics should integrate with the text, in particular it should be possible to draw graphics - below as well as above the text, with alpha blending. + below as well as above the text, with alpha blending. The graphics should also scroll with the text, automatically. * Should use optimizations when the client is running on the same computer as the terminal emulator. For some discussion regarding the design choices, see link:../../issues/33[#33].