osc: reduce flash interval to 50ms

This commit is contained in:
Daniel Eklöf 2019-07-30 22:08:58 +02:00
parent e3dc184882
commit 0d1ba1ffb2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
osc.c
View file

@ -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