From 4cbf7d489e1d27a0b85c5d2dee791b108bbb6530 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 29 Mar 2009 11:06:22 +0000 Subject: - Ignore padding when writing so copying the screen for copy-mode doesn't include extra characters. - Handle combined characters properly when the previous character is not UTF-8. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 905fda4f..4405ca05 100644 --- a/TODO +++ b/TODO @@ -87,7 +87,7 @@ (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 +- c&p is funny w/ UTF-8: skips over width=2 - fix compare fn for UTF-8 - document repeat behaviour and -r on bind-key -- cgit