tcolar / goed

Terminal based code editor / development environment
MIT License
133 stars 6 forks source link

Mouse selection : scrolling support #26

Closed tcolar closed 9 years ago

tcolar commented 9 years ago

Currently can do a mouse selection, but can't scroll while doing it.

tcolar commented 9 years ago

solved although not great

tcolar commented 9 years ago

Right now you need to "wiggle" the mouse for it to keep scrolling because we only get one event per "mouse location".

Probably need a routine that keeps scrolling until the mouse is moved from the "start scrolling" position