CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/11 14:49:56
Modified files:
usr.bin/tmux : cmd-send-keys.c colour.c input.c
options-table.c options.c popup.c
screen-redraw.c screen-write.c tmux.1 tmux.h
tty.c window.c
Log message:
Break the colour palette into a struct rather than just a single array
and use that to support the OSC palette-setting sequences in popups.
Also add a pane-colours array option to specify the defaults. GitHub
issue 2815.
