aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-08 19:59:37 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-08 19:59:37 +0000
commited5e8c4cd960f6693c3e2f086b909aed6d4edb94 (patch)
treeebb88415fdefcf47226df9db97ab60a892957dff
parent481465d34c1038a97eaf552924a10ec15f59e0a8 (diff)
downloadrtmux-ed5e8c4cd960f6693c3e2f086b909aed6d4edb94.tar.gz
rtmux-ed5e8c4cd960f6693c3e2f086b909aed6d4edb94.tar.bz2
rtmux-ed5e8c4cd960f6693c3e2f086b909aed6d4edb94.zip
Tidy, +.
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index cd166ce0..53c7c1ed 100644
--- a/TODO
+++ b/TODO
@@ -46,10 +46,16 @@
- next prev word etc in command prompt; also ^K
- many more info() displays for various things
- vi half page scroll
-- backspace should perhaps wrap backwards over newlines which were not moved down by a newline: screen and the OS X terminal does this but xterm and most others do not. this might be hard: a flag for each grid line (top bit of size maybe)? a single flag is insufficient as can't then tell when to /stop/ unwrapping
+- backspace should perhaps wrap backwards over newlines which were not moved
+ down by a newline: screen and the OS X terminal does this but xterm and most
+ others do not. this might be hard: a flag for each grid line (top bit of size
+ maybe)? a single flag is insufficient as can't then tell when to /stop/
+ unwrapping
- OPTIONS section in man page with description of new option handling
- update set/setw in man page with -g and -u flags
- document status line options, title bits
- document window options changes
- more # commands in status-left,right eg #H for hostname. others?
- input.c is too complicated. simplify?
+- try change from pass-though model to redraw model (use updated screen
+ data). maybe too slow though?