diff --git a/main.c b/main.c index b0b21e5..6d434c3 100644 --- a/main.c +++ b/main.c @@ -96,7 +96,9 @@ void showLastPressed(char ch) void showCurPos() { + attron(COLOR_PAIR(2)); mvprintw(1, 0, "curpos: %i, %i", cursor.x, cursor.y); + attroff(COLOR_PAIR(2)); } void handleInput(char ch)