aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-07 20:09:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-07 20:09:10 +0000
commit51a3a93731c403333072f6fb171c706ad554e04a (patch)
treee016a13e2cde708d97ec2a99a06dfe46113041b4
parent18312fa6fd1b06c68d5f97fd7d1b8830b0d8669f (diff)
downloadrtmux-51a3a93731c403333072f6fb171c706ad554e04a.tar.gz
rtmux-51a3a93731c403333072f6fb171c706ad554e04a.tar.bz2
rtmux-51a3a93731c403333072f6fb171c706ad554e04a.zip
Update TODO.
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 754cb402..025e19c2 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,7 @@
- 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
+- 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 mode-fg/mode-bg/message-fg/message-bg
- document window options changes