From d0f9998820d8c822e0ad2dc31729bd64b9c48330 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 17 Feb 2012 02:33:58 +0000 Subject: Changed title bar status --- title_bar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/title_bar.c b/title_bar.c index af6e4b77..e19a5053 100644 --- a/title_bar.c +++ b/title_bar.c @@ -20,7 +20,7 @@ void title_bar_connected(void) int rows, cols; getmaxyx(stdscr, rows, cols); - mvwprintw(title_bar, 0, cols - 13, " connected"); + mvwprintw(title_bar, 0, cols - 14, "[ ...online ]"); } void title_bar_disconnected(void) @@ -28,7 +28,7 @@ void title_bar_disconnected(void) int rows, cols; getmaxyx(stdscr, rows, cols); - mvwprintw(title_bar, 0, cols - 13, "disconnected"); + mvwprintw(title_bar, 0, cols - 14, "[ ..offline ]"); } void title_bar_refresh(void) -- cgit 1.4.1-2-gfad0