Add a way (refresh-client -r) for control mode clients to provide OSC 10
authornicm <nicm@openbsd.org>
Mon, 24 Jun 2024 08:30:50 +0000 (08:30 +0000)
committernicm <nicm@openbsd.org>
Mon, 24 Jun 2024 08:30:50 +0000 (08:30 +0000)
commit891e2565a0fb0f6c848ddd8c16053d504d9651bf
treeb7c352b98ecc5b2cbc607f3d6e7e685db76fd1f8
parent345682952f001f2c8002a54d8cd6c5571960ac5e
Add a way (refresh-client -r) for control mode clients to provide OSC 10
and 11 responses to tmux so they can set the default foreground and
background colours, from George Nachman in GitHub issue 4014.
usr.bin/tmux/cmd-refresh-client.c
usr.bin/tmux/input.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-keys.c
usr.bin/tmux/window.c