From 2057e666a2c2f7803b86640bcaeaa5c1e35ac58c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 28 Jan 2009 22:00:22 +0000 Subject: Mouse in copy mode. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index f52d436b..e51b1988 100644 --- a/TODO +++ b/TODO @@ -76,6 +76,7 @@ utf8 should work differently; could store as multiple cells, 1 of width >0 and n of width 0, then translate cursor indexes on-the-fly would need to adjust all cursor movement and also handle different width lines properly. +- support other mouse modes (highlight etc) and use it in copy mode (hopefully) for 0.7, in no particular order: - swap-pane-up, swap-pane-down (maybe move-pane-*) @@ -89,5 +90,4 @@ - document find-window - document split-window -p and -l - attach should have a flag to create session if it doesn't exist -- support mouse in copy mode - fix page up/down in choice mode AGAIN -- cgit