Update list of major features
This commit is contained in:
@@ -49,7 +49,7 @@ image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, li
|
|||||||
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: graphics (images), unicode,
|
* Supports all modern terminal features: graphics (images), unicode,
|
||||||
true-color, mouse protocol, focus tracking, bracketed paste and so on.
|
true-color, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and so on.
|
||||||
|
|
||||||
* Supports startup sessions which allow you to specify the window/tab layout,
|
* Supports startup sessions which allow you to specify the window/tab layout,
|
||||||
working directories and programs to run on startup.
|
working directories and programs to run on startup.
|
||||||
@@ -62,8 +62,10 @@ latency.
|
|||||||
it uses only OpenGL for rendering, it should be trivial to port to other
|
it uses only OpenGL for rendering, it should be trivial to port to other
|
||||||
platforms.
|
platforms.
|
||||||
|
|
||||||
* Allows you to view the scrollback buffer in a separate window using your
|
* Allows you to open the scrollback buffer and window contents in a separate
|
||||||
favorite pager program such as less
|
window using arbitrary programs of your choice. This is useful for browsing
|
||||||
|
the history comfortably in a pager or editor and also for doing things like
|
||||||
|
opening URLs using only the keyboard.
|
||||||
|
|
||||||
* Easily hackable (UI layer written in python, inner loops in C for
|
* Easily hackable (UI layer written in python, inner loops in C for
|
||||||
speed). Less than fifteen thousand lines of code.
|
speed). Less than fifteen thousand lines of code.
|
||||||
|
|||||||
Reference in New Issue
Block a user