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:
@ -300,7 +300,7 @@ screen_redraw_make_pane_status(struct client *c, struct window *w,
|
||||
screen_resize(&wp->status_screen, outlen, 1, 0);
|
||||
|
||||
screen_write_start(&ctx, NULL, &wp->status_screen);
|
||||
screen_write_cursormove(&ctx, 0, 0);
|
||||
screen_write_cursormove(&ctx, 0, 0, 0);
|
||||
screen_write_clearline(&ctx, 8);
|
||||
screen_write_cnputs(&ctx, outlen, &gc, "%s", out);
|
||||
screen_write_stop(&ctx);
|
||||
|
Reference in New Issue
Block a user