mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Merge branch 'ibus_move_overlay_linefeed' of https://github.com/martinetd/kitty
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user