mirror of
https://github.com/tmux/tmux.git
synced 2026-03-07 00:05:33 +00:00
as UTF-8 in a separate array, the code does a lookup into this every time it gets to a UTF-8 cell. Zero width characters are just appended onto the UTF-8 data for the previous cell. This also means that almost no bytes extra are wasted non-Unicode data (yay). Still some oddities, such as copy mode skips over wide characters in a strange way, and the code could do with some tidying.
4.9 KiB
4.9 KiB