chore: Update cursive to 0.21.0

* Update cursive to 0.21.0

* Inject TERM=xterm in CI to help build ncurses backend
This commit is contained in:
Alexandre Bury
2024-08-04 11:27:58 -04:00
committed by GitHub
parent af2fe17f33
commit 02f72b1c21
7 changed files with 253 additions and 199 deletions

View File

@@ -375,7 +375,7 @@ impl ViewExt for SelectArtistActionMenu {
}
}
fn handle_move_command<T: 'static>(
fn handle_move_command<T: Send + Sync + 'static>(
sel: &mut Modal<Dialog>,
s: &mut Cursive,
cmd: &Command,