commit 6fed00b04fadcd9bccf5671e72749512d6ac0d05 from: Omar Polo date: Thu Jan 06 15:31:00 2022 UTC modeline: add an extra - after the trust status char in part for symmetry, and in part because it seems a good spot to add an indicator for the presence of a client certificate in the future. commit - d18cfb58c93397b6e3de32bd469d52a766a65bfa commit + 6fed00b04fadcd9bccf5671e72749512d6ac0d05 blob - fe26fb5a4bcdbf32b4db26e0be535eda12d7edec blob + 59bc25a054e90eb846d92fee014ba499b23e28d0 --- ui.c +++ ui.c @@ -763,7 +763,7 @@ redraw_modeline(struct tab *tab) wattr_on(modeline, modeline_face.background, NULL); wmove(modeline, 0, 0); - wprintw(modeline, "-%c%c %s ", + wprintw(modeline, "-%c%c- %s ", spin[tab->loading_anim_step], trust_status_char(tab->trust), mode == NULL ? "(none)" : mode);