From a41ece5ff0d3ce7a0b7d987baa9759f8a012b48b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 9 Jul 2007 19:04:12 +0000 Subject: 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. --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO (limited to 'TODO') 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 -- cgit