Mouse usage needed #5
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ghostchain/ghost-eye#5
Loading…
Reference in New Issue
Block a user
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?
I personally don't need the mouse for the TUI applications (that's why it called Terminal UI 🤫), but some people feel more comfortable to use mouse. The starting point I believe should be somewhere here.
From what I understand, it should be enough to duplicate functionality from pressing hot keys.
As a side note, we have flag
--mouse
which should activate mouse usage, but the more I think about it the more I feel that it should be hiden behind the rust featureuse-mouse
so we can have different compiled application w/ and w/o mouth down the road without messing up with flags during start.