neix
neix copied to clipboard
[FEATURE] Mouse support
This is a purely comfort related feature.
If this application were to support the mouse (like vim, tmux, etc.) you could be able to:
- click on items in the feed list
- click on items in the posts list
- scroll through aforementioned lists
- scroll through opened posts
- possibly? click on hyperlinks in posts
The last one of course would require for a similar feature to exist for keyboard-only users. There may be more ease-of-use opportunities in the future of neix.
Since ncurses has the ability to detect mouse usage, there would be no need for any change in library usage, only programmers' time.
@JanSHoekstra Thanks for opening this issue. I will take a look into it