When clicking in the margin/border area of a window map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window.

This commit is contained in:
Kovid Goyal
2018-07-06 12:32:08 +05:30
parent b50f621e61
commit c8b1e76783
2 changed files with 34 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ Changelog
- When dragging to select with the mouse "grab" the mouse so that if it strays
into neighboring windows, the selection is still updated (:pull:`624`)
- When clicking in the margin/border area of a window map the click to the
nearest cell in the window. Avoids selection with the mouse failing when
starting the selection just outside the window.
0.11.2 [2018-07-01]
------------------------------