1 Commits
Author SHA1 Message Date
Milos NikicandHiltjo Posthuma 688f70add0 st: guard tsetdirt() against zero-sized terminal
tsetdirt() assumes term.row > 0. During early init or
resize paths this may not hold, leading to out-of-bounds
access. Bail out early if there are no rows.
2026-01-16 14:12:07 +01:00