From 9a1675b065394734ddaef91a314896028e2b1d46 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Wed, 26 Apr 2017 15:28:10 +0200 Subject: floats: implement floating windows Co-Author: Dongdong Zhou --- src/nvim/os/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/os') diff --git a/src/nvim/os/input.c b/src/nvim/os/input.c index 5e2c9ecb36..8070f4c420 100644 --- a/src/nvim/os/input.c +++ b/src/nvim/os/input.c @@ -331,7 +331,6 @@ static unsigned int handle_mouse_event(char **ptr, uint8_t *buf, uint8_t modifiers = check_multiclick(mouse_code, mouse_grid, mouse_row, mouse_col); - if (modifiers) { if (buf[1] != KS_MODIFIER) { // no modifiers in the buffer yet, shift the bytes 3 positions -- cgit