diff options
-rw-r--r-- | ponymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -471,6 +471,7 @@ indicator_hide (struct indicator *self) tputs (clr_eol, 1, putchar); fflush (stdout); + self->shown = false; poller_timer_reset (&self->timer); } |