cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.94k stars 309 forks source link

Support for mouse events with modifiers? #269

Open lyricnz opened 2 years ago

lyricnz commented 2 years ago

Maybe useful for special-clicking on coins to open web? https://github.com/gdamore/tcell/issues/496

lyricnz commented 2 years ago

This actually seems to work at the tcell/mouse-event layer, but there's no support for mouse bindings in the config file. Plus, terminals have a habit of consuming some mouse events, so hard-coding might be a bit unsafe.