Is clicking on the status bar supposed to do something #1616
Unanswered
frosencrantz
asked this question in
Q&A
Replies: 2 comments
-
Clicking on the sheet name itself (not the whole status bar) should do something: left-click to go to the sheets sheet, right click to rename the sheet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That doesn't work. Here I load a datafile and click on the status bar and it causes the current column to change. It doesn't go to the sheets sheet or ask for a new name. You can't see the cursor. https://asciinema.org/a/cwIvucYMi1VohpbPO9teKhX4p Perhaps there is an off by one error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code makes it look like clicking on the status bar will work: https://github.com/saulpw/visidata/blame/develop/visidata/statusbar.py#L131-L134
When I right-click on the statusbar it doesn't do anything:
https://asciinema.org/a/g41VmcTEkgXxVw0J7955ZHcEo
Beta Was this translation helpful? Give feedback.
All reactions