From 34979460744b8f97646b87115baa9770b9d1ebf8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 30 Nov 2019 22:20:03 -0500 Subject: [PATCH] yet-another has_color --- sys/msdos/video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/msdos/video.c b/sys/msdos/video.c index 1429ade16..2076c3489 100644 --- a/sys/msdos/video.c +++ b/sys/msdos/video.c @@ -227,6 +227,7 @@ register int col, row; } } +#if 0 int has_color(int color) { @@ -237,6 +238,7 @@ has_color(int color) return 0; #endif } +#endif void home()