]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit8f335e1dccb3de21f0ccea58fef772d5403958a6
tree146b4457759444c00a68a0a2d21e54341e2b5a42
parent74345e86ca57caa6ec85f4b68a4551b0f3c37574
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: http://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