mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-29 09:35:59 +03:00
[GH-ISSUE #108] Help does not display the action #61
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#61
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?
Originally created by @Valansch on GitHub (Oct 24, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/108
I think this is supposed to display what the keys actually do. I compiled the latest
spotify-tui 0.7.5 ██████████████████ ████████ user@host ██████████████████ ████████ ---------- ██████████████████ ████████ OS: Manjaro Linux x86_64 ██████████████████ ████████ Host: MS-7970 1.0 ████████ ████████ Kernel: 5.3.7-2-MANJARO ████████ ████████ ████████ Uptime: 3 hours, 42 mins ████████ ████████ ████████ Packages: 1506 (pacman) ████████ ████████ ████████ Shell: zsh 5.7.1 ████████ ████████ ████████ Resolution: 1440x900, 3840x2160, 3840x2160, 1920x1080 ████████ ████████ ████████ WM: i3 ████████ ████████ ████████ Theme: Breath [GTK3] ████████ ████████ ████████ Icons: maia [GTK3] ████████ ████████ ████████ Terminal: konsole 19.08.2 ████████ ████████ ████████ Terminal Font: Noto Mono 10 CPU: Intel i7-6700 (8) @ 4.000GHz GPU: NVIDIA GeForce GTX 970 Memory: 1702MiB / 15973MiB@Rigellute commented on GitHub (Oct 25, 2019):
Ah looks like this is a scrolling issue (the screen is not large enough to contain all the rows).
Needs to be fixed 👍
@Valansch commented on GitHub (Oct 25, 2019):
Actually its the same on my 4k monitors. No matter the scrolling in konsole.Also tried xterm and terminator. Same issue. Please tell me how i can assist you figure this out.@Rigellute commented on GitHub (Oct 25, 2019):
When I say scrolling I mean from within
spotiify-tui, not the terminal emulator. If you increase the height of your terminal window, you should see the rest of the list.The fix is for
spotify-tuito handle scrolling within table views (like the help menu).@Valansch commented on GitHub (Oct 25, 2019):
You are right, it appears when i zoom. Also appears on my 4k monitors with bigger terminal, what i said before about it not appearing on 4k is false.
Keep up the good work 👍
@AlexanderDavid commented on GitHub (Mar 6, 2020):
@Rigellute is this being worked on?
@Rigellute commented on GitHub (Mar 7, 2020):
@AlexanderDavid ah yes it looks like this was fixed here https://github.com/Rigellute/spotify-tui/pull/302
Thanks for looking for this though