CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/06/03 13:33:04
Modified files: usr.bin/tmux : input.c screen.c Log message: Pass window titles through vis(1). <0x20 is dropped anyway by the input state machine but top-bit-set nonprintables could cause trouble, and they are neater like this anyway. Suggested by deraadt a few days ago.