commit 74577741c856c145811061a438d5a52ea7055f39 parent 0ed5e9f828757a17995e0550f285a11c1ff27026 Author: Russ Cox <rsc@swtch.com> Date: Wed, 30 Dec 2020 08:12:04 -0500 tcolors: add threadmaybackground Diffstat:
M | src/cmd/draw/tcolors.c | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/cmd/draw/tcolors.c b/src/cmd/draw/tcolors.c @@ -44,6 +44,12 @@ dither[16] = { extern int chattydrawclient; +int +threadmaybackground(void) +{ + return 1; +} + void threadmain(int argc, char *argv[]) {