mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 11:16:45 +02:00
implemented friend deletion
This commit is contained in:
@ -195,7 +195,7 @@ static void draw_bar()
|
||||
|
||||
int i;
|
||||
|
||||
for (i = 0; i < (MAX_WINDOWS_NUM); ++i) {
|
||||
for (i = 0; i < MAX_WINDOWS_NUM; ++i) {
|
||||
if (windows[i].window) {
|
||||
if (windows + i == active_window)
|
||||
attron(A_BOLD);
|
||||
|
Reference in New Issue
Block a user