We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ec988 + b992a44 commit 18e747bCopy full SHA for 18e747b
kitty/screen.c
@@ -1344,6 +1344,7 @@ screen_carriage_return(Screen *self) {
1344
1345
void
1346
screen_linefeed(Screen *self) {
1347
+ MOVE_OVERLAY_LINE_WITH_CURSOR;
1348
bool in_margins = cursor_within_margins(self);
1349
screen_index(self);
1350
if (self->modes.mLNM) screen_carriage_return(self);
0 commit comments