Would it be possible to implement an option to colorize the menu? So that for example ls --color | pmenu would be rendered in color. Or alternatively maybe an option to colorize the menu with grc and grcat could be implemented?
The colorcodes from ls --color are passed to the input_items: print(input_items) after the input_items assignment returns colored output. However the function: result = redirect_stdio(lambda: curses_wrapper(main)) somehow results in colorless output
Would it be possible to implement an option to colorize the menu? So that for example ls --color | pmenu would be rendered in color. Or alternatively maybe an option to colorize the menu with grc and grcat could be implemented?
The colorcodes from ls --color are passed to the input_items:
print(input_items)after the input_items assignment returns colored output. However the function:result = redirect_stdio(lambda: curses_wrapper(main))somehow results in colorless output