CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/25 03:22:17
Modified files:
usr.bin/tmux : popup.c screen-write.c tty.c
Log message:
Instead of setting the popup default colours in the draw callback, set
it up in popup_display and follow the same routine as panes in the draw
and init_ctx callbacks - use the palette if the option value is default.
Allows application-set fg and bg to work in panes again.
