summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/lua.c b/player/lua.c
index ce0de907a5..c9c0001347 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -873,6 +873,7 @@ static int script_set_osd_ass(lua_State *L)
int res_y = luaL_checkinteger(L, 2);
const char *text = luaL_checkstring(L, 3);
osd_set_external(mpctx->osd, res_x, res_y, (char *)text);
+ mp_input_wakeup(mpctx->input);
return 0;
}