mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
Replace non-portable "\e" escape in string literals with "\033"
This commit is contained in:
parent
91da76656c
commit
11a1d99da7
4 changed files with 10 additions and 10 deletions
2
osc.c
2
osc.c
|
|
@ -575,7 +575,7 @@ osc_dispatch(struct terminal *term)
|
|||
|
||||
/*
|
||||
* Reply in XParseColor format
|
||||
* E.g. for color 0xdcdccc we reply "\e]10;rgb:dc/dc/cc\e\\"
|
||||
* E.g. for color 0xdcdccc we reply "\033]10;rgb:dc/dc/cc\033\\"
|
||||
*/
|
||||
char reply[32];
|
||||
snprintf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue