summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 01e7878..522413d 100644
--- a/commands.c
+++ b/commands.c
@@ -351,8 +351,8 @@ bool ci_drag(arg_t _)
x = e.xmotion.x;
y = e.xmotion.y;
}
- win_set_cursor(&win, CURSOR_ARROW);
set_timeout(reset_cursor, TO_CURSOR_HIDE, true);
+ reset_cursor();
return true;
}