aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-22 21:02:07 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-22 21:02:07 +0000
commit19aae6dbd80ac61b33a0963019d15e201dc006e6 (patch)
treebd2cfa279a1cab3738a7d73de829b52d9f2b8453
parentaa3a262caaec4cb55aa42f317ce27d60a976a6b8 (diff)
downloadrtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.tar.gz
rtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.tar.bz2
rtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.zip
Add a couple of notes so I don't forget.
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index ddeaf336..dbe5c56e 100644
--- a/TODO
+++ b/TODO
@@ -86,10 +86,12 @@
- option (mode-mouse) to turn off mouse in copy-mode etc
- way to override terminfo definitions
- ability to rebind mode keys
+ - make key binding code generic (key_tree?) from key_bindings, then use it for mode keya
+ - split mode keys into separate trees for edit/choice/movement? flag for mode (vi)?
- warts on current naming:
- display-time but message-fg/bg/attr
- list-* vs show-*
- server-info
- up-pane/down-pane vs next-*/previous-* vs resize-pane U/D/L/R
-- pxvt25 doesn't work properly, why? (bce?)
+- pcvt25 doesn't work properly, why? (bce?)
- tidy up and prioritise todo list ;-)