mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
demo: don't draw sections transparently #336
This commit is contained in:
parent
92cb0b9abf
commit
d3c26320ef
@ -120,8 +120,6 @@ struct ncmenu* menu_create(struct notcurses* nc){
|
||||
uint64_t sectionchannels = 0;
|
||||
channels_set_fg(&headerchannels, 0x00ff00);
|
||||
channels_set_bg(&headerchannels, 0x440000);
|
||||
channels_set_fg_alpha(§ionchannels, CELL_ALPHA_TRANSPARENT);
|
||||
channels_set_bg_alpha(§ionchannels, CELL_ALPHA_TRANSPARENT);
|
||||
const ncmenu_options mopts = {
|
||||
.bottom = false,
|
||||
.hiding = false,
|
||||
|
Loading…
Reference in New Issue
Block a user