Add a vim-style command line
This commit is contained in:
@@ -9,6 +9,7 @@ pub enum Event {
|
||||
Queue(QueueEvent),
|
||||
Player(PlayerEvent),
|
||||
Playlist(PlaylistEvent),
|
||||
Command(String),
|
||||
}
|
||||
|
||||
pub type EventSender = Sender<Event>;
|
||||
|
||||
Reference in New Issue
Block a user