Mouse usage needed #5

Open
opened 2025-01-12 16:41:46 +01:00 by str3tch · 0 comments
Owner

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 feature use-mouse so we can have different compiled application w/ and w/o mouth down the road without messing up with flags during start.

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]([url](https://docs.rs/crossterm/latest/crossterm/event/struct.MouseEvent.html)). 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 feature `use-mouse` so we can have different compiled application w/ and w/o mouth down the road without messing up with flags during start.
str3tch added the
enhancement
help wanted
labels 2025-01-13 14:41:45 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ghostchain/ghost-eye#5
No description provided.