From 15e849dc81463198636a831fadca1ee140836fa3 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 29 Jan 2006 23:47:40 +0000 Subject: consoleline now redrawn correctly --- vchat-ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index 6a12f59..6742656 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -560,9 +560,9 @@ doscroll ( int up ) { togglequery(); if( private && (destwin == channel) ) - topicline( NULL); - else consoleline( NULL); + else + topicline( NULL); } } -- cgit v1.2.3