commit | 2faec76afad7f1a2e4096d04d1d894dcfb646cbf | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Wed Jun 03 19:33:04 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Wed Jun 03 19:33:04 2009 +0000 |
tree | 7ed4e4e47fbd5ebb6a871cc366eac45e991ca716 | |
parent | 655a1aea6cb6121c57240fee7ea4c85c478865c2 [diff] |
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.