mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Using the alternative screen (smcup/rmcup) should also preserve the current
colours and attributes. Found thanks to a report from Taylor Venable. While here also nuke a couple of extra blank lines.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -602,7 +602,6 @@ struct input_ctx {
|
||||
|
||||
struct grid_cell cell;
|
||||
|
||||
|
||||
struct grid_cell saved_cell;
|
||||
u_int saved_cx;
|
||||
u_int saved_cy;
|
||||
@ -674,6 +673,7 @@ struct window_pane {
|
||||
u_int saved_cx;
|
||||
u_int saved_cy;
|
||||
struct grid *saved_grid;
|
||||
struct grid_cell saved_cell;
|
||||
|
||||
const struct window_mode *mode;
|
||||
void *modedata;
|
||||
|
Reference in New Issue
Block a user