Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sat, 23 Nov 2002 19:01:03 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Sat Nov 23 2002  19:01:03 GMT

Log message:
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.

Modified files:
    .               : putty.h terminal.c terminal.h window.c
    mac             : macterm.c
    unix            : pterm.c

Links:
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.167&r2=1.168
http://cvs.tartarus.org//putty/terminal.c.diff?r1=1.118&r2=1.119
http://cvs.tartarus.org//putty/terminal.h.diff?r1=1.4&r2=1.5
http://cvs.tartarus.org//putty/window.c.diff?r1=1.217&r2=1.218
http://cvs.tartarus.org//putty/mac/macterm.c.diff?r1=1.7&r2=1.8
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.71&r2=1.72