---
src/stk.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/stk.c b/src/stk.c
index ac2e646..88b162c 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -1273,6 +1273,9 @@ static gboolean handle_command_display_text(const struct stk_command
*cmd,
return TRUE;
}
+ if (qualifier & (1 << 7))
+ timeout = stk->timeout * 1000;
+
if (dt->duration.interval)
timeout = duration_to_msecs(&dt->duration);
--
1.7.1.86.g0e460.dirty