]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
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)
commit6d0e9b205d15b2615ae2b95784e4316d4490f86b
tree28333cec3a07da4d8ae3cdf9bf1ff85e2d3a7fe1
parent268213483c8ada20e5e2bc83ec887766a9da4bad
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...

[originally from svn r2010]
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