diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-12 21:52:11 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-12 21:52:11 +0300 |
commit | 189a34d24326d2838c3dcd9ec7e9915c480e8873 (patch) | |
tree | e2d4889a8479723ed0db07752caadab4e9797b05 /TODO | |
parent | c339ed4def5854b8daa0cbf2733c00d54b672078 (diff) | |
download | applause2-189a34d24326d2838c3dcd9ec7e9915c480e8873.tar.gz |
Stream:gnuplot() supports plotting into Kitty terminals now
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -98,3 +98,5 @@ * Per-class optimizations. * SndfileStream:sub() for seeking in sound files. * EvdevStream:evabs() for retrieving the minimum/maximum values automatically. +* More options for plotting into terminals via Stream:gnuplot(). + Theoretically we can support xterm and others via braille characters (gnuplot's block terminal). |