summaryrefslogtreecommitdiff
path: root/src/proto/mouse.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-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.2070Bram Moolenaar2019-09-231-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.2062Bram Moolenaar2019-09-211-0/+19
Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)