CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/04 03:02:36
Modified files:
usr.bin/tmux : input.c screen.c tmux.h utf8.c window.c
Log message:
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).
