Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304 | Bram Moolenaar | 2019-11-16 | 1 | -0/+1 |
| | | | | | Problem: Cannot get the mouse position when getting a mouse click. Solution: Add getmousepos(). | ||||
* | patch 8.1.2070: mouse code is spread outv8.1.2070 | Bram Moolenaar | 2019-09-23 | 1 | -0/+1 |
| | | | | | | Problem: Mouse code is spread out. Solution: Move mouse terminal code parsing to mouse.c. (Yegappan Lakshmanan, closes #4966) | ||||
* | patch 8.1.2062: the mouse code is spread outv8.1.2062 | Bram Moolenaar | 2019-09-21 | 1 | -0/+19 |
Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959) |