diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-22 21:02:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-22 21:02:07 +0000 |
commit | 19aae6dbd80ac61b33a0963019d15e201dc006e6 (patch) | |
tree | bd2cfa279a1cab3738a7d73de829b52d9f2b8453 | |
parent | aa3a262caaec4cb55aa42f317ce27d60a976a6b8 (diff) | |
download | rtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.tar.gz rtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.tar.bz2 rtmux-19aae6dbd80ac61b33a0963019d15e201dc006e6.zip |
Add a couple of notes so I don't forget.
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ;-) |