From 23a4eb6e84eaf355f4b4b2f6e6e308fb10a14b7d Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 16 Nov 2016 20:32:27 -0700 Subject: * Several improvements and bug fixes related to the color support in Pico. --- pico/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pico/main.c') diff --git a/pico/main.c b/pico/main.c index eba0b3bd..a3e32350 100644 --- a/pico/main.c +++ b/pico/main.c @@ -395,6 +395,9 @@ main(int argc, char *argv[]) while(1){ + if(Pcolors) + pico_set_colorp(Pcolors->ntcp, PSC_NONE); + if(km_popped){ km_popped--; if(km_popped == 0) /* cause bottom three lines to be repainted */ -- cgit v1.2.3-54-g00ecf