mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
When redrawing screen, refresh the screen after clear() so that curses
won't try to "optimize" the refresh out. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@473 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e2efcbc9fa
commit
5e8fd055fe
@ -42,6 +42,8 @@
|
||||
|
||||
void irc_init(void);
|
||||
void irc_deinit(void);
|
||||
void silc_init(void);
|
||||
void silc_deinit(void);
|
||||
|
||||
#ifdef HAVE_PERL
|
||||
void irssi_perl_init(void);
|
||||
@ -60,6 +62,7 @@ static void sig_exit(void)
|
||||
void irssi_redraw(void)
|
||||
{
|
||||
clear();
|
||||
refresh();
|
||||
|
||||
/* windows */
|
||||
mainwindows_redraw();
|
||||
|
Loading…
Reference in New Issue
Block a user