First phase of porting. pterm now compiles and runs under Linux+gtk.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Oct 2002 18:09:42 +0000 (18:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Oct 2002 18:09:42 +0000 (18:09 +0000)
commit1709795fee167cc2d2d423df0161e7963376b910
tree28333cec3a07da4d8ae3cdf9bf1ff85e2d3a7fe1
parent8fd3bdc4ee9fe7d3036a36b70affe273008024e2
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: svn://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