parent
94eaaae4a6
commit
1ceefde2d0
@ -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
|
* Supports tiling multiple terminal windows side by side in different
|
||||||
layouts without needing to use an extra program like tmux
|
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.
|
protocol, focus tracking, bracketed paste and so on.
|
||||||
|
|
||||||
* Allows you to view the scrollback buffer in a separate window
|
* Allows you to view the scrollback buffer in a separate window
|
||||||
|
|||||||
@ -15,6 +15,15 @@ emulator. The major design goals are
|
|||||||
|
|
||||||
For some discussion regarding the design choices, see link:../../issues/33[#33].
|
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::[]
|
toc::[]
|
||||||
|
|
||||||
== Getting the window size
|
== Getting the window size
|
||||||
|
|||||||
@ -71,7 +71,7 @@ link:http://vt100.net/docs/vt510-rm/DECRPM[DECRPM]
|
|||||||
== Graphics rendering
|
== Graphics rendering
|
||||||
|
|
||||||
See link:graphics-protocol.asciidoc[Graphics Protocol] for a description
|
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
|
== Keyboard handling
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user