X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=conio.c;h=d603349ad0934eb705ad4da2245c8fd5105bb520;hb=5fd1629b862b1a1bba3f70d4d06ba0b0859ec0e6;hp=9c37ad5225c654155d7474ad6a1ea2ff3f0e56d5;hpb=49483a1747cd310e33eea758b32a453fb46d4aac;p=super-star-trek.git diff --git a/conio.c b/conio.c index 9c37ad5..d603349 100644 --- a/conio.c +++ b/conio.c @@ -276,11 +276,14 @@ void textbackground (int color) docolor(color); } + void textcolor (int color) { +#ifdef SERGEEV fgc=color; color=(bgc*16)+fgc; docolor(color); +#endif /* SERGEEV */ } void textmode (int mode)