summaryrefslogtreecommitdiffstats
path: root/src/pane.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-12-29 01:46:08 +0100
committerLouis Burda <quent.burda@gmail.com>2021-12-29 01:46:08 +0100
commit7902429e5d69bb6aa57c6f1411b163d3e037e0e1 (patch)
tree4e09953714eacf615da8cacb65bdc34d26ed7262 /src/pane.h
parentfb0a1cabe8d61d3305d9d14acc4754a1b6151b8c (diff)
downloadtmus-7902429e5d69bb6aa57c6f1411b163d3e037e0e1.tar.gz
tmus-7902429e5d69bb6aa57c6f1411b163d3e037e0e1.zip
More refactoring, moved track manipulation into player
Planning on creating a modular player_backend component
Diffstat (limited to 'src/pane.h')
-rw-r--r--src/pane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pane.h b/src/pane.h
index e58cfd0..6eed2f8 100644
--- a/src/pane.h
+++ b/src/pane.h
@@ -21,5 +21,6 @@ struct pane {
void pane_init(struct pane *pane, pane_handler handle, pane_updater update);
void pane_resize(struct pane *pane, int sx, int sy, int ex, int ey);
+void pane_clearln(struct pane *pane, int y);
void pane_free(struct pane *p);