]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - misc.c
First phase of porting. pterm now compiles and runs under Linux+gtk.
authorSimon Tatham <anakin@pobox.com>
Wed, 9 Oct 2002 18:09:42 +0000 (18:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 9 Oct 2002 18:09:42 +0000 (18:09 +0000)
commit6da7a0798db8f0bd291bef6051e432c0a191c7b2
tree28333cec3a07da4d8ae3cdf9bf1ff85e2d3a7fe1
parent81146056e9ab30df5be202bbb1e34779a611b61f
First phase of porting. pterm now compiles and runs under Linux+gtk.
The current pty.c backend is temporarily a loopback device for
terminal emulator testing, the display handling is only just enough
to show that terminal.c is functioning, the keyboard handling is
laughable, and most features are absent. Next step: bring output and
input up to a plausibly working state, and put a real pty on the
back to create a vaguely usable prototype. Oh, and a scrollbar would
be nice too.
In _theory_ the Windows builds should still work fine after this...

git-svn-id: http://svn.tartarus.org/sgt/putty@2010 cda61777-01e9-0310-a592-d414129be87e
24 files changed:
Recipe
be_none.c
ldisc.c
logging.c
misc.c
misc.h
mkfiles.pl
pageant.c
plink.c
psftp.c
putty.h
puttygen.c
scp.c
settings.c
terminal.c
unicode.c
unix/pterm.c
unix/pty.c [new file with mode: 0644]
unix/unix.h
unix/uxprint.c [new file with mode: 0644]
unix/uxstore.c [new file with mode: 0644]
unix/uxucs.c [new file with mode: 0644]
window.c
winstuff.h