]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a "Config *" argument to term_init(), and use that instead of the global
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2002 19:01:01 +0000 (19:01 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2002 19:01:01 +0000 (19:01 +0000)
commit8280e645e484ac42ec89ab5c5e80d16f2d461c5f
tree146b4457759444c00a68a0a2d21e54341e2b5a42
parent7b0352362c187085657973dde237b3ef75d4b57e
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.

[originally from svn r2248]
mac/macterm.c
putty.h
terminal.c
terminal.h
unix/pterm.c
window.c