diff options
Diffstat (limited to 'testing/toxic/main.c')
-rw-r--r-- | testing/toxic/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/toxic/main.c b/testing/toxic/main.c index 2922456e..ce2e2464 100644 --- a/testing/toxic/main.c +++ b/testing/toxic/main.c | |||
@@ -82,7 +82,7 @@ void on_action(int friendnumber, uint8_t *string, uint16_t length) | |||
82 | 82 | ||
83 | void on_nickchange(int friendnumber, uint8_t *string, uint16_t length) | 83 | void on_nickchange(int friendnumber, uint8_t *string, uint16_t length) |
84 | { | 84 | { |
85 | wprintw(prompt->window, "\n(nickchange) %d: %s!\n", friendnumber, string); | 85 | wprintw(prompt->window, "\n(nickchange) %d: %s\n", friendnumber, string); |
86 | int i; | 86 | int i; |
87 | for (i = 0; i < MAX_WINDOW_SLOTS; ++i) { | 87 | for (i = 0; i < MAX_WINDOW_SLOTS; ++i) { |
88 | if (windows[i].onNickChange != NULL) | 88 | if (windows[i].onNickChange != NULL) |
@@ -281,7 +281,7 @@ static void draw_bar() | |||
281 | move(LINES - 1, 0); | 281 | move(LINES - 1, 0); |
282 | 282 | ||
283 | attron(COLOR_PAIR(4) | A_BOLD); | 283 | attron(COLOR_PAIR(4) | A_BOLD); |
284 | printw(" TOXIC " TOXICVER " |"); | 284 | printw(" TOXIC " TOXICVER "|"); |
285 | attroff(COLOR_PAIR(4) | A_BOLD); | 285 | attroff(COLOR_PAIR(4) | A_BOLD); |
286 | 286 | ||
287 | int i; | 287 | int i; |