From 33b4b79f2e055ad5831bc428a3c98eaee5530b9e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 15 Oct 2016 00:04:57 +0100 Subject: Add ch arg to win_printf_line --- src/plugins/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/api.c b/src/plugins/api.c index be5639dc..4073b5f5 100644 --- a/src/plugins/api.c +++ b/src/plugins/api.c @@ -85,7 +85,7 @@ api_cons_show_themed(const char *const group, const char *const key, const char char *parsed = str_replace(message, "\r\n", "\n"); theme_item_t themeitem = plugin_themes_get(group, key, def); ProfWin *console = wins_get_console(); - win_printf_line(console, themeitem, "%s", parsed); + win_printf_line(console, themeitem, '-', "%s", parsed); free(parsed); -- cgit 1.4.1-2-gfad0