mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 16:33:03 +01:00
Fix minor display bug with the audio call info box
This commit is contained in:
parent
b77bff35a1
commit
8464ea9a7a
@ -1027,7 +1027,7 @@ static void draw_infobox(ToxWindow *self)
|
|||||||
wattroff(infobox->win, A_BOLD);
|
wattroff(infobox->win, A_BOLD);
|
||||||
wprintw(infobox->win, "%.2f\n", (double) infobox->vad_lvl);
|
wprintw(infobox->win, "%.2f\n", (double) infobox->vad_lvl);
|
||||||
|
|
||||||
wborder(infobox->win, ACS_VLINE, ' ', ACS_HLINE, ACS_HLINE, ACS_TTEE, ' ', ACS_LLCORNER, ' ');
|
wborder(infobox->win, ACS_VLINE, ' ', ACS_HLINE, ACS_HLINE, ACS_ULCORNER, ' ', ACS_LLCORNER, ' ');
|
||||||
wnoutrefresh(infobox->win);
|
wnoutrefresh(infobox->win);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user