mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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)
|
osc_flash(struct terminal *term)
|
||||||
{
|
{
|
||||||
/* Our own private - flash */
|
/* Our own private - flash */
|
||||||
unsigned duration_ms = vt_param_get(term, 1, 100);
|
term_flash(term, 50);
|
||||||
term_flash(term, duration_ms);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue