From b0a60cfe64866cbe013792ba76d4c5ce4f2486ed Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 8 Jul 2019 23:25:21 +0530 Subject: Set mouse interval --- src/nnn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 7e6cebd..5f06843 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -891,6 +891,7 @@ static bool initcurses(void) //intrflush(stdscr, FALSE); keypad(stdscr, TRUE); mousemask(BUTTON1_CLICKED | BUTTON1_DOUBLE_CLICKED | BUTTON2_CLICKED, NULL); + mouseinterval(400); curs_set(FALSE); /* Hide cursor */ start_color(); use_default_colors(); -- cgit v1.2.3-70-g09d2