aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-22 18:27:41 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-22 18:27:41 +0300
commit22df158af031a5bb0a126ce148e44d7fa4b5ad63 (patch)
tree4894b1bfe422c8eabcb4a0e22a3c4063daeebc70 /TODO
parent189a34d24326d2838c3dcd9ec7e9915c480e8873 (diff)
downloadapplause2-22df158af031a5bb0a126ce148e44d7fa4b5ad63.tar.gz
README: documented some FreeBSD tweaks
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 64fc6ce..dffa014 100644
--- a/TODO
+++ b/TODO
@@ -100,3 +100,5 @@
* 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).
+ It might also be viable to do our own graphics via Cairo, which allows SVG output in contrast to
+ Tk canvases.