Commit db51eca
committed
fix(tmux): increase history-limit to mitigate copy-mode crash
Raise history-limit from 100k to 500k lines to reduce the frequency
of grid_trim_history runs, which are suspected to leave stale pointers
that cause a SIGABRT in grid_free_line when entering copy mode
(tmux/tmux#4888, tmux/tmux#4962). Not a full fix — the upstream bug
in tmux 3.6a remains open — but delays the trigger condition.1 parent 447588b commit db51eca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments