qw3rtty / neix

neix - a RSS/Atom feed reader for your terminal.
GNU General Public License v3.0
200 stars 12 forks source link

[FEATURE] Mouse support #17

Open Hoekstraa opened 3 years ago

Hoekstraa commented 3 years ago

This is a purely comfort related feature.

If this application were to support the mouse (like vim, tmux, etc.) you could be able to:

  1. click on items in the feed list
  2. click on items in the posts list
  3. scroll through aforementioned lists
  4. scroll through opened posts
  5. 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.

qw3rtty commented 3 years ago

@JanSHoekstra Thanks for opening this issue. I will take a look into it