about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-12 17:55:35 +0000
committerJames Booth <boothj5@gmail.com>2014-01-12 17:55:35 +0000
commitb2d194745de5b1f3b72bc5aca06d4003e7f84230 (patch)
tree3afd41505bc319c01d009c48953a8c4d9917d96c /src/ui/console.c
parentf1bd350567aad2de409f53e0c5b0870366b56bac (diff)
parent64f6a54eb97d0d5d672733bf3b8caa1353186ffd (diff)
downloadprofani-tty-b2d194745de5b1f3b72bc5aca06d4003e7f84230.tar.gz
Merge branch 'otr'
Diffstat (limited to 'src/ui/console.c')
-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 c02201f9..afdc1776 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -131,7 +131,7 @@ _cons_show_typing(const char * const barejid)
         display_usr = barejid;
     }
 
-    win_print_line(console, '-', COLOUR_TYPING, "!! %s is typing a message...", display_usr);
+    win_vprint_line(console, '-', COLOUR_TYPING, "!! %s is typing a message...", display_usr);
 
     wins_refresh_console();
     cons_alert();