]> Sergey Matveev's repositories - nnn.git/commit
Mouseclicks are no longer delayed (#353)
author0xACE <0xACE@users.noreply.github.com>
Mon, 14 Oct 2019 12:25:04 +0000 (14:25 +0200)
committerMischievous Meerkat <engineerarun@gmail.com>
Mon, 14 Oct 2019 12:25:04 +0000 (17:55 +0530)
commit2ac22cfc9f114eb40b9a6406c6816bd4ba732cf0
tree4c8ac57be59cc71249d2d877aefe6bae9794533a
parent49bee694909a706aff4f04200e24facadf5ff55b
Mouseclicks are no longer delayed (#353)

This patch changes the mouseinterval to 0. And handles detection of
doubleclicking events internally.

This allows much faster response times for mouse clicks as nnn no longer
has to wait for ncurses to confirm what type of click it was.

It introduces a new config setting for changing how many milliseconds it
may take for a double click to be registered.
src/nnn.c