aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-07-09 19:04:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-07-09 19:04:12 +0000
commita41ece5ff0d3ce7a0b7d987baa9759f8a012b48b (patch)
tree95adfffa5b036fe4c593254efd2b32aa03696b34 /TODO
parent2905e0ef10926ab6f538598228a71e40844a8be6 (diff)
downloadrtmux-a41ece5ff0d3ce7a0b7d987baa9759f8a012b48b.tar.gz
rtmux-a41ece5ff0d3ce7a0b7d987baa9759f8a012b48b.tar.bz2
rtmux-a41ece5ff0d3ce7a0b7d987baa9759f8a012b48b.zip
Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..eb02c350
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+- key remapping
+- decide if TIOCPKT is necessary and either handle it or remove the code
+- it would be nice if there wasn't so much copying buffers about, audit uses
+- window names
+- status bar
+- useful env vars like WINDOW
+- lots of scripting love: add, remove, move around windows, status bar
+- sort out who controls the buffers in local.c a bit
+- better checking/emulation for missing term requirements
+- alt charset, borders etc (terminfo(5)/Line Graphics)
+- use default shell rather than fixed
+- wrap windows with forward/back
+- new window command prompt