Be more strict about escape sequences that rename windows or set titles:
authornicm <nicm@openbsd.org>
Sun, 4 Jun 2017 09:02:36 +0000 (09:02 +0000)
committernicm <nicm@openbsd.org>
Sun, 4 Jun 2017 09:02:36 +0000 (09:02 +0000)
commit9d9ffcabe9781ac214d1f80a2085ec8045640b70
tree14017d6b9d1acf608a28a7c0c2f56cd6fa90b585
parent79c9b201a726fc18a84d3a07047cdb611ff49021
Be more strict about escape sequences that rename windows or set titles:
ignore any that not valid UTF-8 outright, and for good measure pass the
result through our UTF-8-aware vis(3).
usr.bin/tmux/input.c
usr.bin/tmux/screen.c
usr.bin/tmux/tmux.h
usr.bin/tmux/utf8.c
usr.bin/tmux/window.c