mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
DECRC and DECSC apparently need to preserve origin mode as well, based
on a fix from Marc Reisner.
This commit is contained in:
@ -226,7 +226,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata,
|
||||
line[at] = '\0';
|
||||
|
||||
if (*line != '\0') {
|
||||
screen_write_cursormove(ctx, cx, cy + i);
|
||||
screen_write_cursormove(ctx, cx, cy + i, 0);
|
||||
screen_write_puts(ctx, &grid_default_cell, "%s", line);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user