summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2006-01-29 23:47:40 +0000
committererdgeist <>2006-01-29 23:47:40 +0000
commit15e849dc81463198636a831fadca1ee140836fa3 (patch)
treee73a295d84f2019938b594b495cf6b1dd4262e69
parentac1628c24f6c847c5e51ab360b47f7203b6b638d (diff)
consoleline now redrawn correctly
-rwxr-xr-xvchat-ui.c4
1 files changed, 2 insertions, 2 deletions
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 ) {
560 togglequery(); 560 togglequery();
561 561
562 if( private && (destwin == channel) ) 562 if( private && (destwin == channel) )
563 topicline( NULL);
564 else
565 consoleline( NULL); 563 consoleline( NULL);
564 else
565 topicline( NULL);
566 } 566 }
567} 567}
568 568