]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
pterm now uses the new uxsel module, so it's one step closer to
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2003 18:30:14 +0000 (18:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2003 18:30:14 +0000 (18:30 +0000)
commit5107780c5498929d76558a4591c4161daaef7d5b
treebc6f44fa0da6e1a421554df866d901e808c67729
parent54d5f41c95dadf7cd105d82efb943f1ab388cbae
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...

[originally from svn r3017]
Recipe
terminal.c
terminal.h
unix/pterm.c
unix/pty.c
unix/unix.h
unix/uxplink.c
unix/uxsel.c
window.c