summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 16:28:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 16:28:14 +0000
commit86b73cec72fc178cc612a60af2ac1d0aff3c10c5 (patch)
treedca26379d88eabeaf0efc74f4e6a5fc5c38b23e3 /TODO
parentce5f02fc9eedb5848c3b9768101068f5fb92d03c (diff)
Check for scrolling when _cursor_ is inside region, not number of lines. Duh.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 82738806..91ea9013 100644
--- a/TODO
+++ b/TODO
@@ -40,7 +40,7 @@
- Nested sessions over the network, plug-in another tmux as a window/subsession
- it would be nice to have multichar commands so you could have C-b K K for
kill-window to limit accidental presses
-- status-fg/status-bg should be to set attributes: bold, etc
+- status-fg/status-bg should be able to set attributes: bold, etc
- show-options command
- detach client and other client commands. note that there can only be a
"current client" on key presses - these should probably act like
@@ -66,4 +66,4 @@
-- For 0.2 --------------------------------------------------------------------
- copy and paste
-- window splitting
+- window splitting?