1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-13 23:08:49 +00:00

Fix typo.

This commit is contained in:
Jonathan Slenders 2025-02-27 17:08:35 +00:00
parent e6eaf549b1
commit b448f4ba6c

View File

@ -3940,7 +3940,7 @@ server_client_report_theme(struct client *c, enum client_theme theme)
} }
/* /*
* Request foregroundand background colour again. Don't forward 2031 to * Request foreground and background colour again. Don't forward 2031 to
* panes until a response is received. * panes until a response is received.
*/ */
tty_puts(&c->tty, "\033]10;?\033\\\033]11;?\033\\"); tty_puts(&c->tty, "\033]10;?\033\\\033]11;?\033\\");