summaryrefslogtreecommitdiffstats
path: root/src/tui.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-02-21 17:17:08 +0100
committerLouis Burda <quent.burda@gmail.com>2022-02-21 17:17:42 +0100
commitbb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92 (patch)
tree80b504c8f853f9e8308b511ea2fca57177610a6c /src/tui.h
parenta1e28b9eb1c89a37d24ad50feb203f99504274b2 (diff)
downloadtmus-bb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92.tar.gz
tmus-bb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92.zip
Bug fixes, added select track shortcut and reindex command
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;