blob: 2818ec682d90a06d453e173a00885cca4a4d702b (
plain)
1
2
3
4
5
6
7
8
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
|