mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup
This commit is contained in:
parent
588ac3e8ac
commit
cd160250a6
1 changed files with 4 additions and 2 deletions
|
|
@ -482,8 +482,10 @@ void options_parse(int argc, char *argv[])
|
|||
|
||||
// Support no-color.org informal spec
|
||||
char *no_color = getenv("NO_COLOR");
|
||||
if(no_color != NULL && no_color[0] != '\0')
|
||||
option.color = -1;
|
||||
if (no_color != NULL && no_color[0] != '\0')
|
||||
{
|
||||
option.color = -1;
|
||||
}
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue