- 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.
This commit is contained in:
Nicholas Marriott
2009-03-29 11:06:22 +00:00
parent ae0ba11ac2
commit 4cbf7d489e
2 changed files with 14 additions and 5 deletions

2
TODO
View File

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