Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-03-21 14:01:10 +00:00
15 changed files with 48 additions and 43 deletions

View File

@ -400,7 +400,7 @@ screen_resize_y(struct screen *s, u_int sy, int eat_empty, u_int *cy)
/*
* Try to pull as much as possible out of scrolled history, if
* is is enabled.
* it is enabled.
*/
available = gd->hscrolled;
if (gd->flags & GRID_HISTORY && available > 0) {