aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 97ac7040..a35e44a4 100644
--- a/tmux.h
+++ b/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;