pterm now uses the new uxsel module, so it's one step closer to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 18:30:14 +0000 (18:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 18:30:14 +0000 (18:30 +0000)
commit74aca06df856c5518daf31d2b7a00cc3d798fcaf
treebc6f44fa0da6e1a421554df866d901e808c67729
parente310973039d8225ab3498a9c8500fd0c4d56121a
pterm now uses the new uxsel module, so it's one step closer to
being able to be a PuTTY as well as a pterm. In the process I've
also moved icky things like actually reading from the pty fd and
printing the `terminated on signal' messages into pty.c where they
obviously should have been in the first place. Also there's been one
interesting repercussion in the terminal code: terminal.c's
from_backend now calls term_out() directly rather than expecting the
front end to call it afterwards. This has had the entertaining side
effect of fixing a Windows-specific bug whereby activity in a port
forwarding through a PuTTY with a blinking cursor caused the cursor
to blink to ON (!!!!). So, a surprisingly far-reaching checkin as it
turns out...

git-svn-id: svn://svn.tartarus.org/sgt/putty@3017 cda61777-01e9-0310-a592-d414129be87e
Recipe
terminal.c
terminal.h
unix/pterm.c
unix/pty.c
unix/unix.h
unix/uxplink.c
unix/uxsel.c
window.c