input/cursor: unhide cursor on synthetic input

Fixes #5847.
This commit is contained in:
Tudor Brindus 2020-12-05 23:58:57 -05:00 committed by Simon Ser
parent b5cc11b226
commit cc2c0d5966
4 changed files with 24 additions and 16 deletions

View file

@ -45,6 +45,7 @@ static struct cmd_results *handle_command(struct sway_cursor *cursor,
}
}
cursor_handle_activity_from_idle_source(cursor, IDLE_SOURCE_POINTER);
return cmd_results_new(CMD_SUCCESS, NULL);
}