Support setting the default window and pane background colours (window
authornicm <nicm@openbsd.org>
Sun, 19 Apr 2015 21:05:27 +0000 (21:05 +0000)
committernicm <nicm@openbsd.org>
Sun, 19 Apr 2015 21:05:27 +0000 (21:05 +0000)
commite63da2441dd06d69f85f00c1606b397937b829e6
tree00acca4c32fe902a76f0cacb78451d8868108a5f
parent3569c652953cc3f9398ed89d4d34873aba09d94c
Support setting the default window and pane background colours (window
and active pane via window-style and window-active-style options, an
individual pane by a new select-pane -P flag). From J Raynor.
usr.bin/tmux/cmd-select-pane.c
usr.bin/tmux/options-table.c
usr.bin/tmux/screen-redraw.c
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-term.c
usr.bin/tmux/tty.c
usr.bin/tmux/window.c