mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
osc: reduce flash interval to 50ms
This commit is contained in:
parent
e3dc184882
commit
0d1ba1ffb2
1 changed files with 1 additions and 2 deletions
3
osc.c
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue