mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-01 05:46:35 +01: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