Add a vim-style command line

This commit is contained in:
KoffeinFlummi
2019-03-09 15:03:14 +01:00
parent 2bc87d8af5
commit fcf28183bc
4 changed files with 239 additions and 49 deletions

View File

@@ -9,6 +9,7 @@ pub enum Event {
Queue(QueueEvent),
Player(PlayerEvent),
Playlist(PlaylistEvent),
Command(String),
}
pub type EventSender = Sender<Event>;