1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-19 08:26:51 +02:00

Add option that prints toxic and toxcore version

This commit is contained in:
jfreegman
2017-01-25 22:13:59 -05:00
parent 7a7402ff86
commit 451d4ced80
2 changed files with 12 additions and 5 deletions

View File

@@ -475,10 +475,6 @@ static void draw_bar(void)
move(LINES - 1, 0);
attron(COLOR_PAIR(BLUE) | A_BOLD);
printw(" TOXIC " TOXICVER " |");
attroff(COLOR_PAIR(BLUE) | A_BOLD);
size_t i;
for (i = 0; i < MAX_WINDOWS_NUM; ++i) {