mirror of
https://github.com/tmux/tmux.git
synced 2026-07-23 17:22:42 +00:00
022b5cf193ffed6f3feaee741987f5860e78ed61
so that history shrinks, data->oy can exceed screen_hsize causing an unsigned integer underflow in the py computation. Clamp data->oy in window_copy_resize and window_copy_cmd_refresh_from_pane before the subtraction. From futpib at gmail dot com in GitHub issue 4958.
Description
tmux source code
Languages
C
76.5%
Shell
15.3%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%