Switch to Crossterm backend by default

- Is capable of 256 colors
- Can handle Shift+Up/Shift+Down/etc. (#1283)
This commit is contained in:
Henrik Friedrichsen
2023-09-29 21:22:58 +02:00
parent fe8f8e78ee
commit 57538e2650
3 changed files with 42 additions and 3 deletions

View File

@@ -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"]