mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add minor improvements and cleanup
This commit is contained in:
parent
9e3e985ae5
commit
feed0d2b0e
163 changed files with 2286 additions and 2245 deletions
|
@ -41,7 +41,7 @@ int main(int argc, char *argv[]) {
|
|||
r = (rgb & 0xff0000) >> 020;
|
||||
tty = rgb2tty(r, g, b);
|
||||
printf("\e[48;5;%dm \e[0m %d \\e[48;5;%dm %s #%02x%02x%02x\n", tty.xt,
|
||||
tty.xt, tty.xt, indexdoublenulstring(kXtermName, tty.xt), r, g, b);
|
||||
tty.xt, tty.xt, IndexDoubleNulString(kXtermName, tty.xt), r, g, b);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue