mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
osc: spell "#if 0" correctly
This commit is contained in:
parent
88a1ebafbd
commit
d6065ef659
1 changed files with 1 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -496,7 +496,7 @@ osc_dispatch(struct terminal *term)
|
||||||
osc_flash(term);
|
osc_flash(term);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#If 0
|
#if 0
|
||||||
case 777:
|
case 777:
|
||||||
osc_notify(term, string);
|
osc_notify(term, string);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue