Add a link to the issue for graphics rendering
This commit is contained in:
parent
28f0dc1e51
commit
b9a2524992
@ -5,7 +5,10 @@
|
||||
kitty has a few extensions to the xterm protocol, to enable advanced features.
|
||||
These are typically in the form of new or re-purposed escape codes. While these
|
||||
extensions are currently kitty specific, it would be nice to get some of them
|
||||
adopted more broadly.
|
||||
adopted more broadly, to push the state of terminal emulators forward.
|
||||
|
||||
If you wish to discuss these extensions, propose additions/changes to them
|
||||
please do so by opening issues in the github bug tracker.
|
||||
|
||||
toc::[]
|
||||
|
||||
@ -54,6 +57,8 @@ emulator. The major design goals are
|
||||
the existing cursor based protocols.
|
||||
* Should use optimizations when the client is running on the same computer as the terminal emulator.
|
||||
|
||||
For some discussion regarding the design choices, see #33.
|
||||
|
||||
=== Getting the window size
|
||||
|
||||
In order to know what size of images to display and how to position them, the client must be able to get the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user