mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
osc: use STRLEN() macro to make parse_rgb() more self-documenting
The empty literals in the macro are to ensure the argument itself is a string literal, so it can't be used on anything else.
This commit is contained in:
parent
6dfacb9c08
commit
2e87889279
3 changed files with 5 additions and 4 deletions
|
|
@ -158,6 +158,7 @@ vtlib = static_library(
|
|||
'composed.c', 'composed.h',
|
||||
'csi.c', 'csi.h',
|
||||
'dcs.c', 'dcs.h',
|
||||
'macros.h',
|
||||
'osc.c', 'osc.h',
|
||||
'sixel.c', 'sixel.h',
|
||||
'vt.c', 'vt.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue