1
0
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:
Jfreegman
2013-08-28 05:46:09 -04:00
parent 5cf982dfa1
commit f24eebaeed
3 changed files with 91 additions and 25 deletions

View File

@ -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);