Add a Config * argument to ldisc_create(), and use it in place of the global
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Nov 2002 20:02:38 +0000 (20:02 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Nov 2002 20:02:38 +0000 (20:02 +0000)
commitfe5634f616c5bf0afdf883045dc309e82c6ac41c
tree29b867d16153d093c7dcb0705eb65b9c6ad9d166
parenta27230dd547dceacb57d088e22fcc279fe7504b9
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2250 cda61777-01e9-0310-a592-d414129be87e
ldisc.c
ldisc.h
mac/macterm.c
putty.h
unix/pterm.c
unix/uxplink.c
window.c