Yet more global-removal. The static variables in logging.c are now
[u/mdw/putty] / unix / pty.c
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 simonMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 simonDon't bother closing fds 0-2 before dup2ing over them...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-15 simonConfigure the pty so that it agrees with our idea of...
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonFinish up utmp processing: add the -ut- command-line...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 simonSupport for BSD-style pty devices. Tested under Linux...
2002-10-14 simonxterm-class programs should exit when their primary...
2002-10-14 simonVarious faffs in the pty allocation process to get...
2002-10-13 simonDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 simonAdded two simple command-line arguments: -fn (so I...
2002-10-13 simonResizing of pterm now works, and the size information...
2002-10-10 simonAnd that's it! pty.c is now a real pty backend rather...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...