diff --git a/README.asciidoc b/README.asciidoc index d93470da9..ce1ad3eab 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -48,7 +48,7 @@ image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, li * Supports tiling multiple terminal windows side by side in different layouts without needing to use an extra program like tmux -* Supports all modern terminal features: unicode, true-color, mouse +* Supports all modern terminal features: graphics, unicode, true-color, mouse protocol, focus tracking, bracketed paste and so on. * Allows you to view the scrollback buffer in a separate window diff --git a/graphics-protocol.asciidoc b/graphics-protocol.asciidoc index f5b79c6bb..e0206b95d 100644 --- a/graphics-protocol.asciidoc +++ b/graphics-protocol.asciidoc @@ -15,6 +15,15 @@ emulator. The major design goals are For some discussion regarding the design choices, see link:../../issues/33[#33]. +To see a quick demo, inside a kitty terminal run: + +``` +kitty icat path/to/some/image.png +``` + +You can also see a screenshot with more sophisticated features such as alpha-blending and text over graphics here: +link:https://github.com/kovidgoyal/kitty/issues/33#issuecomment-334436100 + toc::[] == Getting the window size diff --git a/protocol-extensions.asciidoc b/protocol-extensions.asciidoc index 3a795cc75..8f6c4b320 100644 --- a/protocol-extensions.asciidoc +++ b/protocol-extensions.asciidoc @@ -71,7 +71,7 @@ link:http://vt100.net/docs/vt510-rm/DECRPM[DECRPM] == Graphics rendering See link:graphics-protocol.asciidoc[Graphics Protocol] for a description -of this protocol to enable drawing of arbitrary easter images in the terminal. +of this protocol to enable drawing of arbitrary raster images in the terminal. == Keyboard handling