summaryrefslogtreecommitdiff
path: root/pico/main.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-11-16 20:32:27 -0700
committerEduardo Chappa <chappa@washington.edu>2016-11-16 20:32:27 -0700
commit23a4eb6e84eaf355f4b4b2f6e6e308fb10a14b7d (patch)
tree3fa9d8eb26904a849885bfd55f557f9f21a0694a /pico/main.c
parent2217d0d0ad8f52200c883015dc6848f5e743e86e (diff)
downloadalpine-23a4eb6e84eaf355f4b4b2f6e6e308fb10a14b7d.tar.xz
* Several improvements and bug fixes related to the color support
in Pico.
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 */