From 830168f26e4fcb0ec694324007163d38d0227e83 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 15 Nov 2023 07:26:21 +0200 Subject: [PATCH] Update comment --- include/flag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flag.h b/include/flag.h index 22cd2b7cc..e5331e761 100644 --- a/include/flag.h +++ b/include/flag.h @@ -255,7 +255,7 @@ struct instance_flags { int getpos_coords; /* show coordinates when getting cursor position */ int menuinvertmode; /* 0 = invert toggles every item; 1 = invert skips 'all items' item */ - color_attr menu_headings; /* ATR for menu headings */ + color_attr menu_headings; /* CLR_ and ATR_ for menu headings */ uint32_t colorcount; /* store how many colors terminal is capable of */ boolean use_truecolor; /* force use of truecolor */ #ifdef ALTMETA