mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
3a5219c6d0c1a85ac3cf7a6b938f724650001a4d

that 14 bytes are wasted for each character in the BMP, only store characters of three bytes or less in the cell itself and store others (outside the BMP or with combining characters) in a separate global tree. Can reduce grid memory use for heavy Unicode users by around 30%.
Description
No description provided
Languages
C
87.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%