summaryrefslogtreecommitdiffstats
path: root/src/tui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui.h')
-rw-r--r--src/tui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui.h b/src/tui.h
index 15c80a2..6201da4 100644
--- a/src/tui.h
+++ b/src/tui.h
@@ -14,7 +14,7 @@ bool tui_update(void);
void tui_restore(void);
extern struct pane *cmd_pane, *tag_pane, *track_pane;
-extern struct pane *pane_sel, *pane_top_sel;
+extern struct pane *pane_sel, *pane_after_cmd;
extern struct list *tracks_vis;
extern int track_show_playlist;