irssi/src/fe-text/module.h
Timo Sirainen fb439b5c2a Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Most of the code now just marks the window/statusbar/etc. as dirty, and lets
the dirty-checker handle it later.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1926 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-10-28 18:40:12 +00:00

8 lines
126 B
C

#include "common.h"
#define MODULE_NAME "fe-text"
extern int quitting;
void irssi_redraw(void);
void irssi_set_dirty(void);