diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-25 00:33:03 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-25 00:33:03 +0200 |
commit | 55648e3f3bcd9b95318228e3a2676c1f2c38da7b (patch) | |
tree | 1f447092a9be51cb3bd9f6456bc858aac9f66ad1 | |
parent | 0e51b3741185055d5bb82adc314d89a1c15b64ae (diff) | |
download | ponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.tar.gz ponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.tar.xz ponymap-55648e3f3bcd9b95318228e3a2676c1f2c38da7b.zip |
Fix hiding the indicator
-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); } |