mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Fix top lines appearing at bottom when resizing a screen that seen more lines than the number of lines available
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
linebuf_init_line(dest, dest->ynum - 1); \
|
||||
historybuf_add_line(historybuf, dest->line); \
|
||||
}\
|
||||
linebuf_clear_line(dest, dest->ynum - 1); \
|
||||
} else dest_y++; \
|
||||
init_dest_line(dest_y); \
|
||||
dest->continued_map[dest_y] = continued;
|
||||
|
||||
Reference in New Issue
Block a user