mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Make line_add_colors part of the textbuffer api.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4748 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a3526caf41
commit
da232b18c1
3 changed files with 59 additions and 56 deletions
|
|
@ -79,6 +79,9 @@ void textbuffer_line_unref_list(TEXT_BUFFER_REC *buffer, GList *list);
|
|||
LINE_REC *textbuffer_line_last(TEXT_BUFFER_REC *buffer);
|
||||
int textbuffer_line_exists_after(LINE_REC *line, LINE_REC *search);
|
||||
|
||||
void textbuffer_line_add_colors(TEXT_BUFFER_REC *buffer, LINE_REC **line,
|
||||
int fg, int bg, int flags);
|
||||
|
||||
/* Append text to buffer. When \0<EOL> is found at the END OF DATA, a new
|
||||
line is created. You must send the EOL command before you can do anything
|
||||
else with the buffer. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue