aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index b3b7ace0..f0ea4a79 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2471,7 +2471,6 @@ void screen_select_cell(struct screen *, struct grid_cell *,
void screen_alternate_on(struct screen *, struct grid_cell *, int);
void screen_alternate_off(struct screen *, struct grid_cell *, int);
-
/* window.c */
extern struct windows windows;
extern struct window_pane_tree all_window_panes;