aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-09 14:23:34 +0000
committernicm <nicm>2020-04-09 14:23:34 +0000
commite9e5facb0e0d0cb374b17f6818b035156886bcac (patch)
treed2dd158af0bf34cc9b02c7707f75b9025635dd10 /tmux.h
parentb0b07fb585310175b22d1e1f14db42138f08cd6d (diff)
downloadrtmux-e9e5facb0e0d0cb374b17f6818b035156886bcac.tar.gz
rtmux-e9e5facb0e0d0cb374b17f6818b035156886bcac.tar.bz2
rtmux-e9e5facb0e0d0cb374b17f6818b035156886bcac.zip
Some minor style nits.
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 9344dfe3..e66cbb39 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2469,7 +2469,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;