Skip to content

Commit b992a44

Browse files
committed
screen_linefeed: add missing MOVE_OVERLAY_LINE_WITH_CURSOR
fixes ibus positioning problem when shell outputs text with pre-edit overlay open as per suggestion in this comment: #1000 (comment)
1 parent d30ba96 commit b992a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kitty/screen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ screen_carriage_return(Screen *self) {
13441344

13451345
void
13461346
screen_linefeed(Screen *self) {
1347+
MOVE_OVERLAY_LINE_WITH_CURSOR;
13471348
bool in_margins = cursor_within_margins(self);
13481349
screen_index(self);
13491350
if (self->modes.mLNM) screen_carriage_return(self);

0 commit comments

Comments
 (0)