mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
notcurses_visual.3: link to sixel/kitty
This commit is contained in:
parent
16d0b71162
commit
f35e2eb982
4
NEWS.md
4
NEWS.md
@ -1,6 +1,10 @@
|
||||
This document attempts to list user-visible changes and any major internal
|
||||
rearrangements of Notcurses.
|
||||
|
||||
* 2.2.4 (not yet released)
|
||||
* Implemented **EXPERIMENTAL** `NCBLIT_PIXEL` for terminals reporting the
|
||||
Kitty pixel graphics protocol.
|
||||
|
||||
* 2.2.3 (2021-03-08)
|
||||
* Implemented **EXPERIMENTAL** `NCBLIT_PIXEL` for terminals reporting Sixel
|
||||
support. Added `notcurses_check_pixel_support()` and its companion
|
||||
|
@ -251,6 +251,9 @@ Multimedia decoding requires that Notcurses be built with either FFmpeg or
|
||||
OpenImageIO support. What formats can be decoded is totally dependent on the
|
||||
linked library. OpenImageIO does not support subtitles.
|
||||
|
||||
Sixel documentation can be found at [Dankwiki](https://nick-black.com/dankwiki/index.php?title=Sixel).
|
||||
Kitty's graphics protocol is specified in [its documentation](https://sw.kovidgoyal.net/kitty/graphics-protocol.html).
|
||||
|
||||
# BUGS
|
||||
|
||||
**ncvisual_rotate** currently supports only **M_PI**/2 and -**M_PI**/2
|
||||
|
Loading…
x
Reference in New Issue
Block a user