Merge branch 'ibus_move_overlay_linefeed' of https://github.com/martinetd/kitty

This commit is contained in:
Kovid Goyal
2021-11-18 12:29:28 +05:30

View File

@@ -1344,6 +1344,7 @@ screen_carriage_return(Screen *self) {
void
screen_linefeed(Screen *self) {
MOVE_OVERLAY_LINE_WITH_CURSOR;
bool in_margins = cursor_within_margins(self);
screen_index(self);
if (self->modes.mLNM) screen_carriage_return(self);