Switch to Crossterm backend by default
- Is capable of 256 colors - Can handle Shift+Up/Shift+Down/etc. (#1283)
This commit is contained in:
@@ -87,10 +87,11 @@ optional = true
|
||||
[features]
|
||||
alsa_backend = ["librespot-playback/alsa-backend"]
|
||||
cover = ["ioctl-rs"] # Support displaying the album cover
|
||||
default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "termion_backend"]
|
||||
default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "crossterm_backend"]
|
||||
mpris = ["zbus"] # Allow ncspot to be controlled via MPRIS API
|
||||
ncurses_backend = ["cursive/ncurses-backend"]
|
||||
notify = ["notify-rust"] # Show what's playing via a notification
|
||||
crossterm_backend = ["cursive/crossterm-backend"]
|
||||
pancurses_backend = ["cursive/pancurses-backend", "pancurses/win32"]
|
||||
portaudio_backend = ["librespot-playback/portaudio-backend"]
|
||||
pulseaudio_backend = ["librespot-playback/pulseaudio-backend"]
|
||||
|
||||
Reference in New Issue
Block a user