mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/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:
parent
79d1d7089a
commit
7f9959274c
2 changed files with 288 additions and 0 deletions
9
src/fe-text/textbuffer-reformat.h
Normal file
9
src/fe-text/textbuffer-reformat.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue