From dc6e13b39ba2190d7f11378be48f8ccfe10d47f6 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 21 May 2022 13:42:44 +0200 Subject: Add an option to invert the window bars instead of coloring them --- vchat-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 89cf231..56e0b60 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -50,6 +50,7 @@ static volatile configoption configoptions[] = { {CF_USETOPIC, CO_INT, "usetopicbar",(char *) 1, (char *)-1, { NULL } }, {CF_PRIVHEIGHT, CO_INT, "messages", (char *) 0, (char *)-1, { NULL } }, {CF_PRIVCOLLAPS, CO_INT, "privcollaps",(char *) 0, (char *)-1, { NULL } }, + {CF_INVWINBAR, CO_INT, "invwinbar", (char *) 0, (char *)-1, { NULL } }, {CF_HSCROLL, CO_INT, "hscroll", (char *)15, (char *)-1, { .pint = &hscroll } }, {CF_CHANNEL, CO_INT, "channel", (char *) 0, (char *)-1, { NULL } }, {CF_SCROLLBPRIV, CO_INT, "privscrollb",(char *) 2048, (char *)-1, { NULL } }, -- cgit v1.2.3