The pane's style should be initialized to default before parsing the

argument.
This commit is contained in:
nicm
2019-03-13 21:39:21 +00:00
parent 6dffbc4849
commit 10f0094be9
2 changed files with 4 additions and 1 deletions

View File

@ -160,7 +160,7 @@ colour_tostring(int c)
case 97:
return ("brightwhite");
}
return (NULL);
return ("invalid");
}
/* Convert colour from string. */