Graphics rendering is now merged into master!

Fix #33
This commit is contained in:
Kovid Goyal 2017-10-09 15:20:15 +05:30
parent 94eaaae4a6
commit 1ceefde2d0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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