]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Do proper select-for-write on ptys. Currently, pasting a
authorSimon Tatham <anakin@pobox.com>
Thu, 23 Feb 2006 13:38:44 +0000 (13:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 23 Feb 2006 13:38:44 +0000 (13:38 +0000)
commitbe93024bf21ee33065a724209f8419d43fe81923
tree890709e09f3374cc18c2ccf0cc1eeb84d2af8f70
parent18509f8422004b862b46916a9ec759ed50acec91
Do proper select-for-write on ptys. Currently, pasting a
sufficiently large string into pterm in any circumstances in which
it's echoed back to the terminal will cause a deadlock once the
pty's write buffer fills up.

[originally from svn r6582]
unix/uxpty.c