diff options
| author | erdgeist <> | 2006-01-29 23:47:40 +0000 |
|---|---|---|
| committer | erdgeist <> | 2006-01-29 23:47:40 +0000 |
| commit | 15e849dc81463198636a831fadca1ee140836fa3 (patch) | |
| tree | e73a295d84f2019938b594b495cf6b1dd4262e69 | |
| parent | ac1628c24f6c847c5e51ab360b47f7203b6b638d (diff) | |
consoleline now redrawn correctly
| -rwxr-xr-x | vchat-ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
