summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-28 19:52:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-28 19:52:21 +0000
commit4428987e955da1c56d1fcd98d2130f6a02738f1a (patch)
treec17e6a8d9d907c28c39039346cf99d54a3cf4b93 /TODO
parent70024b3685126195994313790c26359236889485 (diff)
* Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode.
* Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1e5b225e..f52d436b 100644
--- a/TODO
+++ b/TODO
@@ -89,4 +89,5 @@
- document find-window
- document split-window -p and -l
- attach should have a flag to create session if it doesn't exist
-- do mouse mode properly and fix it when window is split
+- support mouse in copy mode
+- fix page up/down in choice mode AGAIN