mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 22:36:36 +02:00
Fix minor display bug with the audio call info box
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user