mirror of
https://github.com/tmux/tmux.git
synced 2026-09-22 12:57:43 +00:00
46ed81fc45c26e383e6bb97b0bf624a3087b217f
- Use the grid data directly instead of copying it. - Special case the most typical one byte character cells and use memcmp for multiple bytes instead of a handrolled loop. - Hoist regcomp out of the loop into the calling functions. GitHub issue 2143. Also a man page from from jmc@.
Description
tmux source code
Languages
C
73.1%
Shell
19.1%
Roff
5.7%
Yacc
0.9%
M4
0.7%
Other
0.4%