mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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
7 lines
126 B
C
7 lines
126 B
C
#include "common.h"
|
|
|
|
#define MODULE_NAME "fe-text"
|
|
|
|
extern int quitting;
|
|
void irssi_redraw(void);
|
|
void irssi_set_dirty(void);
|