dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.57k stars 112 forks source link

ncsixel_as_rgba: fix lexing #2788

Closed dankamongmen closed 3 months ago

dankamongmen commented 3 months ago

Similarly to #2784, we were moving to the wrong state in our sixel lexer. Thanks @waveplate!