Add a client redraw-window flag instead of the redraw-all flag and for
authornicm <nicm@openbsd.org>
Sun, 19 Aug 2018 16:45:03 +0000 (16:45 +0000)
committernicm <nicm@openbsd.org>
Sun, 19 Aug 2018 16:45:03 +0000 (16:45 +0000)
commite7808201821ea6d333838ea11d8aaed20990ccbd
treed376bbf2ffa1ec8e55a4c6cb55ff221e165e6a4c
parent481c1145e46ded4f26ffc82fbf5e609beda1850f
Add a client redraw-window flag instead of the redraw-all flag and for
all just use the three flags together (window, borders, status).
usr.bin/tmux/screen-redraw.c
usr.bin/tmux/server-client.c
usr.bin/tmux/server-fn.c
usr.bin/tmux/status.c
usr.bin/tmux/tmux.h
usr.bin/tmux/tty.c