commit 3710f27a4010867d35c9246505244dc9b85ef7a7 from: Omar Polo date: Sun Mar 14 21:21:42 2021 UTC don't print -mode after the parser name commit - 35e1f40abf408663d468038e22af2c6f2ec34659 commit + 3710f27a4010867d35c9246505244dc9b85ef7a7 blob - 91a73a3502ea92a11cefdbd46de4a9805c18dda2 blob + 2e2d02e46b2820e4c8a4fc3b2d061e104cbd22dd --- ui.c +++ ui.c @@ -1127,7 +1127,7 @@ redraw_modeline(struct tab *tab) wattron(modeline, A_REVERSE); wmove(modeline, 0, 0); - wprintw(modeline, "-%c %s-mode ", + wprintw(modeline, "-%c %s ", spin[tab->s.loading_anim_step], mode); pct = (tab->s.line_off + tab->s.curs_y) * 100.0 / tab->s.line_max;