Check for scrolling when _cursor_ is inside region, not number of lines. Duh.

This commit is contained in:
Nicholas Marriott
2007-11-16 16:28:14 +00:00
parent ce5f02fc9e
commit 86b73cec72
2 changed files with 5 additions and 5 deletions

4
TODO
View File

@ -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?