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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user