commit dd824d544dc51ed89c556236f4067c10d7ac0567
parent 2007e06b5b9df50e8f86407750b38d3863ffed46
Author: hhvn <dev@hhvn.uk>
Date: Thu, 28 Oct 2021 21:03:29 +0100
hirc.h: declare ui_get_pair
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hirc.h b/hirc.h
@@ -98,6 +98,7 @@ void ui_draw_nicklist(void);
void ui_draw_buflist(void);
int ui_buflist_count(int *ret_servers, int *ret_channels);
void ui_buflist_select(int num);
+int ui_get_pair(short fg, short bg);
int ui_wprintc(WINDOW *window, char *format, ...);
void ui_select(struct Server *server, struct Channel *channel);
void ui_error_(char *file, int line, char *format, ...);