From 2837c5697f2c2c28d7abb1f5624d77ad040cad38 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Thu, 1 May 2014 04:00:19 -0400 Subject: [PATCH] small fix --- src/friendlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/friendlist.c b/src/friendlist.c index 7011199..656bf81 100644 --- a/src/friendlist.c +++ b/src/friendlist.c @@ -506,7 +506,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m) wattroff(self->window, A_BOLD); if (f_selected) - wattroff(self->window, COLOR_PAIR(YELLOW)); + wattroff(self->window, COLOR_PAIR(BLUE)); uint64_t last_seen = friends[f].last_online.last_on;