mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
centralise unformat_24bit_color_alg
This commit is contained in:
parent
12a239022f
commit
6d7ca54553
3 changed files with 38 additions and 47 deletions
|
|
@ -173,6 +173,7 @@ void format_send_as_gui_flags(TEXT_DEST_REC *dest, const char *text, SIGNAL_FUNC
|
|||
int format_expand_styles(GString *out, const char **format, int *flags);
|
||||
void format_ext_color(GString *out, int bg, int color);
|
||||
void format_24bit_color(GString *out, int bg, unsigned int color);
|
||||
int unformat_24bit_color_alg(const char **ptr, int off, int *is_bg, unsigned int *color);
|
||||
void format_gui_flags(GString *out, int *last_fg, int *last_bg, int *last_flags, int fg, int bg,
|
||||
int flags);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue