Home
last modified time | relevance | path

Searched refs:offshoot (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1622 int offshoot; in process_motion_notify() local
1630 offshoot = dx > dy ? dx : dy; in process_motion_notify()
1640 if (offshoot > 127) in process_motion_notify()
1647 delay = (130 * (127 - offshoot)) / 127 + 5; in process_motion_notify()