From 86b73cec72fc178cc612a60af2ac1d0aff3c10c5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 16 Nov 2007 16:28:14 +0000 Subject: Check for scrolling when _cursor_ is inside region, not number of lines. Duh. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 82738806..91ea9013 100644 --- a/TODO +++ b/TODO @@ -40,7 +40,7 @@ - Nested sessions over the network, plug-in another tmux as a window/subsession - it would be nice to have multichar commands so you could have C-b K K for kill-window to limit accidental presses -- status-fg/status-bg should be to set attributes: bold, etc +- status-fg/status-bg should be able to set attributes: bold, etc - show-options command - detach client and other client commands. note that there can only be a "current client" on key presses - these should probably act like @@ -66,4 +66,4 @@ -- For 0.2 -------------------------------------------------------------------- - copy and paste -- window splitting +- window splitting? -- cgit