mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #199] [MERGED] Windows compatibility with crossterm #667
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#667
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/199
Author: @TimonPost
Created: 12/25/2019
Status: ✅ Merged
Merged: 12/27/2019
Merged by: @Rigellute
Base:
master← Head:timon/crossterm📝 Commits (3)
533fa89- Remove Termion dependencybfb6e1cFixed build errors53e842aa📊 Changes
29 files changed (+442 additions, -194 deletions)
View changed files
📝
Cargo.lock(+78 -29)📝
Cargo.toml(+2 -2)📝
README.md(+0 -6)➕
src/event/events.rs(+77 -0)➕
src/event/key.rs(+179 -0)➕
src/event/mod.rs(+7 -0)📝
src/handlers/album_list.rs(+5 -3)📝
src/handlers/album_tracks.rs(+5 -3)📝
src/handlers/artist_albums.rs(+5 -3)📝
src/handlers/artists.rs(+2 -3)📝
src/handlers/common_key_events.rs(+2 -2)📝
src/handlers/empty.rs(+7 -5)📝
src/handlers/error_screen.rs(+1 -2)📝
src/handlers/help_menu.rs(+1 -2)📝
src/handlers/home.rs(+1 -1)📝
src/handlers/input.rs(+3 -3)📝
src/handlers/library.rs(+2 -2)📝
src/handlers/made_for_you.rs(+1 -1)📝
src/handlers/mod.rs(+3 -3)📝
src/handlers/playbar.rs(+1 -1)...and 9 more files
📄 Description
Continues on #99 which had had an issue after merging. This PR contains the fix.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.