aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-14 16:41:22 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-14 16:41:22 +0100
commit4d2db6895a167fcb3f38972852a92bcceab9d930 (patch)
tree0092df9f2c6fe603b3a8f688420b08bc9fe6d307 /TODO
parentc827a90d71ca48a99f5e94a4698574f8146c394f (diff)
rewrite from original
Diffstat (limited to 'TODO')
-rw-r--r--TODO28
1 files changed, 28 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5f74cd5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,28 @@
+vt emulation
+------------
+
+* double-height support
+
+code & interface
+----------------
+
+* add a simple way to do multiplexing
+
+drawing
+-------
+* add diacritics support to xdraws()
+ * switch to a suckless font drawing library
+* make the font cache simpler
+* add better support for brightening of the upper colors
+
+bugs
+----
+
+* fix shift up/down (shift selection in emacs)
+* remove DEC test sequence when appropriate
+
+misc
+----
+
+ $ grep -nE 'XXX|TODO' st.c
+