]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a Config * argument to ldisc_create(), and use it in place of the global
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2002 20:02:38 +0000 (20:02 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2002 20:02:38 +0000 (20:02 +0000)
commitd60ea3667335db1793e183ed13060982d0f702c1
tree29b867d16153d093c7dcb0705eb65b9c6ad9d166
parentc0b887a0a249ee554d68ac5640519bcc1cbb3c7b
Add a Config * argument to ldisc_create(), and use it in place of the global
cfg throughout ldisc.c.  Not tested other than on Mac, but all other ports
just pass &cfg as this argument for now.

[originally from svn r2250]
ldisc.c
ldisc.h
mac/macterm.c
putty.h
unix/pterm.c
unix/uxplink.c
window.c