diff options
-rw-r--r-- | cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ static void cursor_setmethod(t_cursor *x, t_symbol *s, int argc, t_atom *argv) static void cursor_bang(t_cursor *x) { - sys_vgui("pdsend \"%s motion [winfo pointerxy .]\"", + sys_vgui("pdsend \"%s motion [winfo pointerxy .]\";\n", x->receive_symbol->s_name); } |