Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Move or hide cursor for non-text components #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't think showing the cursor on items like Buttons (which you can't 
navigate within) looks that good. I'd prefer to have the cursor made invisible 
when those items are focused, relying solely on the Components alternate 
display in its focused state. Or if the cursor can't be hidden, stick it in the 
corner of the screen where it's less jarring.

Original issue reported on code.google.com by bem...@gmail.com on 11 Sep 2012 at 9:25

GoogleCodeExporter commented 9 years ago
Hmm, I think having a blinking cursor in the corner is just as annoying. Do you 
know of any program can handles this nicely that we can model after?

Original comment by mab...@gmail.com on 11 Sep 2012 at 11:49

GoogleCodeExporter commented 9 years ago
Hmm, I think having a blinking cursor in the corner is just as annoying. Do you 
know of any program can handles this nicely that we can model after?

Original comment by mab...@gmail.com on 11 Sep 2012 at 11:49

GoogleCodeExporter commented 9 years ago
Well, that wasn't so hard actually... 
http://stackoverflow.com/questions/2649733/hide-cursor-on-remote-terminal

Original comment by mab...@gmail.com on 11 Sep 2012 at 11:51

GoogleCodeExporter commented 9 years ago
This is now done and pushed

Original comment by mab...@gmail.com on 16 Sep 2012 at 7:59