aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-03-28 20:20:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-03-28 20:20:51 +0000
commitc9856ebad1885f31a8bfb2a6d080f7941618ebc4 (patch)
treef5861b12fd23599e9380f4c7bcff79c36ff80bd5
parentcf7b384c43b4a2c5a1bde8b4f6bfeee20ecad027 (diff)
downloadrtmux-c9856ebad1885f31a8bfb2a6d080f7941618ebc4.tar.gz
rtmux-c9856ebad1885f31a8bfb2a6d080f7941618ebc4.tar.bz2
rtmux-c9856ebad1885f31a8bfb2a6d080f7941618ebc4.zip
Update/reorganise.
-rw-r--r--TODO19
1 files changed, 10 insertions, 9 deletions
diff --git a/TODO b/TODO
index d6a80892..905fda4f 100644
--- a/TODO
+++ b/TODO
@@ -73,21 +73,22 @@
- set-remain-on-exit is a bit of a hack, some way to do it generically?
- set-option should be set-session-option and should be overall global options
for stuff like mode keys?
-
-(hopefully) for 0.8, in no particular order:
+- a confirm-before command which asks "Are you sure? (y/n)" before executing
+ command, eg bind-key "&" confirm-before "kill-window"
+- might be nice if attach-session behaved like switch-client inside an
+ existing client
- key to switch to copy mode from scroll mode
- attach should have a flag to create session if it doesn't exist
-- swap-pane-up, swap-pane-down (maybe move-pane-*)
- clear window title on exit
-- might be nice if attach-session behaved like switch-client inside an
- existing client
-- test bug sshing from freebsd console
- better support for stupid margin terminals. strcmp for cons25 sucks, how can
these be autodetected?
- refer to windows by name etc (duplicates? fnmatch?)
-- a confirm-before command which asks "Are you sure? (y/n)" before executing
- command, eg bind-key "&" confirm-before "kill-window"
-- c&p is funny w/ UTF-8
+
+(hopefully) for 0.8, in no particular order:
+- swap-pane-up, swap-pane-down (maybe move-pane-*)
+- test bug sshing from freebsd console
+- c&p is funny w/ UTF-8: a) skips over width=2 b) displays padding cells
+- fix compare fn for UTF-8
- document repeat behaviour and -r on bind-key
- document status-keys