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
commit 18e747babf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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