mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05: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);
|
||||
break;
|
||||
|
||||
#If 0
|
||||
#if 0
|
||||
case 777:
|
||||
osc_notify(term, string);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue