From 0d1ba1ffb28f6637576f6e86d05b15bc128edf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 30 Jul 2019 22:08:58 +0200 Subject: [PATCH] osc: reduce flash interval to 50ms --- osc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osc.c b/osc.c index 3424d476..62b88710 100644 --- a/osc.c +++ b/osc.c @@ -202,8 +202,7 @@ static void osc_flash(struct terminal *term) { /* Our own private - flash */ - unsigned duration_ms = vt_param_get(term, 1, 100); - term_flash(term, duration_ms); + term_flash(term, 50); } void