Add a "Config *" argument to term_init(), and use that instead of the global
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Nov 2002 19:01:01 +0000 (19:01 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 23 Nov 2002 19:01:01 +0000 (19:01 +0000)
commitf6b14226f4e832f6cb2a523ebd843f72bb9862cc
tree146b4457759444c00a68a0a2d21e54341e2b5a42
parent5dbc118e6d2e83481e97aee93c6fdb6a7224c9be
Add a "Config *" argument to term_init(), and use that instead of the global
cfg throughout the terminal emulator.  Not tested in PuTTY and pterm, but they
just pass in &cfg.

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