patch 8.2.4965: GUI: testing mouse move event depends on screen cell size
Problem: GUI: testing mouse move event depends on screen cell size.
Solution: Multiply the row and column with the screen cell size.
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index f2f04a2..0601cb9 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -154,9 +154,12 @@
move: Optional; if used and TRUE then a mouse move
event can be generated.
Only {args} row: and col: are used and
- required; they are interpreted as pixels.
+ required; they are interpreted as pixels or
+ screen cells, depending on "cell".
Only results in an event when 'mousemoveevent'
is set or a popup uses mouse move events.
+ cell: Optional: when present and TRUE then "move"
+ uses screen cells instead of pixel positions
"scrollbar":
Set or drag the left, right or horizontal scrollbar. Only