1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/unix
Simon Tatham 0a80c983e2 Major destabilisation, phase 1. In this phase I've moved (I think)
all the global and function-static variables out of terminal.c into
a dynamically allocated data structure. Note that this does not yet
confer the ability to run more than one of them in the same process,
because other things (the line discipline, the back end) are still
global, and also in particular the address of the dynamically
allocated terminal-data structure is held in a global variable
`term'. But what I've got here represents a reasonable stopping
point at which to check things in. In _theory_ this should all still
work happily, on both Unix and Windows. In practice, who knows?

[originally from svn r2115]
2002-10-22 16:11:33 +00:00
..
pterm.1 Implement Richard's really clever idea about bell overload mode: 2002-10-20 13:23:30 +00:00
pterm.c Major destabilisation, phase 1. In this phase I've moved (I think) 2002-10-22 16:11:33 +00:00
pty.c Major destabilisation, phase 1. In this phase I've moved (I think) 2002-10-22 16:11:33 +00:00
unix.h Add the -xrm command-line option, to allow specification of an 2002-10-16 22:54:58 +00:00
uxmisc.c Begin destabilisation in the wake of 0.53! This checkin contains the 2002-10-07 16:45:23 +00:00
uxprint.c Printer support: cfg.printer is assumed to be a Unix command through 2002-10-15 17:38:04 +00:00
uxstore.c Add the -xrm command-line option, to allow specification of an 2002-10-16 22:54:58 +00:00
uxucs.c Major destabilisation, phase 1. In this phase I've moved (I think) 2002-10-22 16:11:33 +00:00