mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
enable mirc colour processing
This commit is contained in:
parent
57fb173130
commit
8fd6dccaf1
5 changed files with 87 additions and 21 deletions
|
|
@ -21,5 +21,6 @@ void gui_printtext_internal(int xpos, int ypos, const char *str);
|
|||
void gui_printtext_after(TEXT_DEST_REC *dest, LINE_REC *prev, const char *str);
|
||||
void gui_printtext_after_time(TEXT_DEST_REC *dest, LINE_REC *prev, const char *str, time_t time);
|
||||
void gui_printtext_window_border(int xpos, int ypos);
|
||||
void gui_printtext_get_colors(int *flags, int *fg, int *bg, int *attr);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue