-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrow keys dont work instantly when --default_widget_type is set to CPU #1341
Comments
Does this occur with the newest stable release (0.9.6)? |
Just tested it - this is technically correct behaviour, you would have the same behaviour if you started on the process widget and selected the graph part of the CPU widget, which is what is selected by default if you do That said, I honestly don't remember why I made them disconnected - might have been for consistency since things like the process widget treat things like the search and sort "subwidgets" as separate widgets from the main process widget. |
I suggest a simple line, that transitions one into the other, after the startup Thanks |
Sorry, not exactly sure what you mean by this - do you mean like combining the two with a connector? I guess that's doable, though I don't know if I want to do that. As for saving the position between invocations, yeah that seems reasonable to add at some point as an option. (EDIT: filed #1345) |
As far as I understand, starts the app now in a state, in which it is impossible to move the cursor by arrow keys And I understand, that there is another state, which allows that Why not simply transition from one state into the other automatically? |
🤷 I don't really feel like that's a necessity, and I would rather address the crux of your issue (that you wanted to select the average CPU by default). |
Closing as this is not a bug, and in favour of #1350. |
Checklist
What operating system and version are you using?
NixOS
What architecture are you using?
x86_64 / AMD64
What terminal(s) are you running bottom on?
Konsole
Are you using ZFS?
No
What version of bottom are you running?
0.9.1
How did you install bottom?
NixOS
Describe the issue
Setting the default widget style to CPU lets me not use the arrow keys on start
Clicking on the widget does allow me to use the arrow keys
What is the expected behaviour?
I start the app with --default_widget_type cpu and can immediately move with the arrow keys between the selections
What is the actual behaviour?
Arrow keys show no effect
How can we reproduce this?
Additional information
Thanks a lot 🥳
The text was updated successfully, but these errors were encountered: