mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
Don't use fancy Unicode quotes, stick to ASCII
This commit is contained in:
parent
d6939dd634
commit
7999975016
31 changed files with 328 additions and 328 deletions
6
osc.c
6
osc.c
|
|
@ -353,7 +353,7 @@ parse_rgb(const char *string, uint32_t *color, bool *_have_alpha,
|
|||
return false;
|
||||
}
|
||||
|
||||
/* Verify prefix is “rgb:” or “rgba:” */
|
||||
/* Verify prefix is "rgb:" or "rgba:" */
|
||||
if (have_alpha) {
|
||||
if (strncmp(string, "rgba:", 5) != 0)
|
||||
return false;
|
||||
|
|
@ -443,9 +443,9 @@ osc_uri(struct terminal *term, char *string)
|
|||
/*
|
||||
* \E]8;<params>;URI\e\\
|
||||
*
|
||||
* Params are key=value pairs, separated by ‘:’.
|
||||
* Params are key=value pairs, separated by ':'.
|
||||
*
|
||||
* The only defined key (as of 2020-05-31) is ‘id’, which is used
|
||||
* The only defined key (as of 2020-05-31) is 'id', which is used
|
||||
* to group split-up URIs:
|
||||
*
|
||||
* ╔═ file1 ════╗
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue