mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #573] [MERGED] Add 'enable_text_emphasis' behavior config option #904
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#904
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/573
Author: @kepae
Created: 9/11/2020
Status: ✅ Merged
Merged: 9/22/2020
Merged by: @Rigellute
Base:
master← Head:configure-text-emphasis📝 Commits (1)
35d9b79add 'enable_text_emphasis' behavior config option📊 Changes
3 files changed (+15 additions, -1 deletions)
View changed files
📝
README.md(+2 -0)📝
src/ui/mod.rs(+6 -1)📝
src/user_config.rs(+7 -0)📄 Description
As mentioned in Issue #568, some users' terminals can have escaping issues with text emphasis.
This pull request introduces a new field named
enable_text_emphasistoBehaviorConfig.BehaviorConfigseemed better suited as a home for this bit thanTheme, and required less work. ;-)Open to simpler/more sustainable ways to make this change, of course! First time contributer here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.