CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/08/03 22:18:42
Modified files: sys/dev/wscons : wsemul_vt100.c Log message: In `string' state, accept bell (^G) as an end of sequence in addition to `ESC \', as supported by xterm; some third-party software such as ncmpcpp rely upon this. Noticed by dcoppa@, based on a draft diff by nicm@; ok deraadt@