about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-12-20 22:50:03 +0000
committerJames Booth <boothj5@gmail.com>2015-12-20 22:50:03 +0000
commit1b88b5706ea58ff61d88b7f24e548a72676e7b42 (patch)
tree67cfa64cee021395ff1214441cc2e0f144bc211f /src
parentc0b099f347975852c5ee36f1295b3e02a246af12 (diff)
downloadprofani-tty-1b88b5706ea58ff61d88b7f24e548a72676e7b42.tar.gz
Change console incoming message text to include "win"
Diffstat (limited to 'src')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 4e7077c4..f6af1377 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -325,7 +325,7 @@ cons_show_incoming_message(const char *const short_from, const int win_index)
     if (ui_index == 10) {
         ui_index = 0;
     }
-    win_vprint(console, '-', 0, NULL, 0, THEME_INCOMING, "", "<< incoming from %s (%d)", short_from, ui_index);
+    win_vprint(console, '-', 0, NULL, 0, THEME_INCOMING, "", "<< incoming from %s (win %d)", short_from, ui_index);
 
     cons_alert();
 }