summaryrefslogtreecommitdiff
path: root/pico/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/main.c')
-rw-r--r--pico/main.c3
1 files changed, 3 insertions, 0 deletions
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 */