K 10 svn:author V 2 ed K 8 svn:date V 27 2008-09-04T16:39:02.643449Z K 7 svn:log V 344 Implement pts(4) packet mode. As reported by several users on the mailing lists, applications like screen(1) fail to properly handle ^S and ^Q characters. This was because MPSAFE TTY didn't implement packet mode (TIOCPKT) yet. Add basic packet mode support to make these applications work again. Obtained from: //depot/projects/mpsafetty/... END