/SB REDRAW functionality - not fully working yet.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1627 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-15 13:13:46 +00:00 committed by cras
commit 7f9959274c
2 changed files with 288 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#ifndef __TEXTBUFFER_REFORMAT_H
#define __TEXTBUFFER_REFORMAT_H
void textbuffer_reformat_line(WINDOW_REC *window, LINE_REC *line);
void textbuffer_reformat_init(void);
void textbuffer_reformat_deinit(void);
#endif