]> git.neil.brown.name Git - edlib.git/commit
Add a "prepare" action on mouse-down.
authorNeilBrown <neil@brown.name>
Wed, 18 Oct 2023 21:56:03 +0000 (08:56 +1100)
committerNeilBrown <neil@brown.name>
Thu, 19 Oct 2023 08:53:45 +0000 (19:53 +1100)
commit9d3c8758e365c2e4e6399908c3c5bdf613753e08
tree930b2ce7cdd95b2789ee87211dbbbadec76b6e8d
parent9ad4a39690bb84ea3bc9a7cef63302ec420fca29
Add a "prepare" action on mouse-down.

mouse-down sends "prepare"
mouse-up sends "activate"

lib-url uses this to show the url on down, and follow it on up.
The follow can be aborted by moving the mouse.

Signed-off-by: NeilBrown <neil@brown.name>
mode-basic.c
python/lib-url.py
render-lines.c