[PR #199] [MERGED] Windows compatibility with crossterm #667

Closed
opened 2026-02-28 14:50:25 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: timon/crossterm


📝 Commits (3)

📊 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.

  • Remove termion dependency
  • Use crossterm feature flag TUI
  • Added event module, for event handling behavior.
  • Implemented crossterm 0.14.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/199 **Author:** [@TimonPost](https://github.com/TimonPost) **Created:** 12/25/2019 **Status:** ✅ Merged **Merged:** 12/27/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `timon/crossterm` --- ### 📝 Commits (3) - [`533fa89`](https://github.com/Rigellute/spotify-tui/commit/533fa89a7cc5272a8bb381b114ecc3b0882b544b) - Remove Termion dependency - [`bfb6e1c`](https://github.com/Rigellute/spotify-tui/commit/bfb6e1c8c01f7083ebe07a6947add1d9b5112cde) Fixed build errors - [`53e842a`](https://github.com/Rigellute/spotify-tui/commit/53e842a889593675e7c9d4306190d0751a9dc0d5) a ### 📊 Changes **29 files changed** (+442 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Continues on #99 which had had an issue after merging. This PR contains the fix. - Remove termion dependency - Use crossterm feature flag TUI - Added event module, for event handling behavior. - Implemented crossterm 0.14. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#667
No description provided.