Merge branch 'master' of git://git.suckless.org/st

This commit is contained in:
2026-01-16 14:38:19 +01:00
+3
View File
@@ -965,6 +965,9 @@ tsetdirt(int top, int bot)
{
int i;
if (term.row <= 0)
return;
LIMIT(top, 0, term.row-1);
LIMIT(bot, 0, term.row-1);