Tartarus CVS: putty simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Wed, 09 Oct 2002 19:09:42 +0100
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 02/10/09 19:09:42
Modified files:
. : 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 window.c winstuff.h
unix : pterm.c unix.h
Added files:
unix : pty.c uxprint.c uxstore.c uxucs.c
Log message:
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...