mirror of
https://github.com/tmux/tmux.git
synced 2026-08-07 15:59:04 +00:00
5e01b6d663abc086847c9bec145edeb9cd91530a
- a two-dimensional array of cells; - a two-dimensional array of utf8 data; - an array of line lengths. Now it is a single array of a new struct grid_line each of which represents a line and containts the length and an array of cells and an array of utf8 data. This will make it easier to add additional per-line members, such as flags.
Description
tmux source code
Languages
C
76.3%
Shell
15.5%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%