Does anyone know whether it is possible to make a menu in ncurses show different items with different colours? As far as I found out, it is only possible to change its foreground and background colours. If not possible, is there any other 3rdparty menu implementation that allows it?
Share
The menu library does not provide a way to set the colors of individual menu items.
I’m afraid you will need to implement your own menu or modify the menu library that comes with ncurses.