From 325d43e4172ede3bd1e9c94acbf405a205beb4b5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 3 Apr 2009 17:21:46 +0000 Subject: rotate-window command. --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ab660c6e..6e2b9ad9 100644 --- a/TODO +++ b/TODO @@ -80,6 +80,8 @@ - refer to windows by name etc (duplicates? fnmatch?) - the output code (tty.c) could do with optimisation depending on term capibilities +- resize-pane-up/down should be resize-pane -U/-D. ditto up-pane/down-pane + should be select-pane -U/-D (hopefully) for 0.8, in no particular order: - test bug sshing from freebsd console @@ -94,10 +96,10 @@ more layouts better resizing of shells when changing layout find and fix bug with clear screen after horiz split - speed improvements? + speed improvements? -- still too slow over ssh! hardcoded 81 for left-vertical is nasty - document new layout stuff: next-layout -- document swap-pane +- document swap-pane and rotate-window - document repeat behaviour and -r on bind-key - document status-keys - document break-pane -- cgit