commit | acef311fe356f408690e9f94727ed63a934b742f | [log] [download] |
---|---|---|
author | nicm <nicm> | Thu Apr 03 08:20:29 2014 +0000 |
committer | nicm <nicm> | Thu Apr 03 08:20:29 2014 +0000 |
tree | de04ad3fd0267ac02a8fd127aaf802b4287d2b45 | |
parent | 8824dae6f7b21f95ea824ecc1abc31140763c971 [diff] |
Work out mouse scroll wheel effect when the mouse is first detected and store it in struct mouse_event, reduce the scroll size the 3 but allow shift to reduce it to 1 and meta and ctrl to multiply by 3 if the terminal supports them, also support wheel in choose mode. From Marcel Partap.