forked from PsychoticNinja/irssi
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
8 lines
126 B
C
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);
|