Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 12 Jan 2003 14:30:04 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Sun Jan 12 2003 14:30:04 GMT
Log message:
term->cfg is now a full copy of the Config structure, not a pointer;
and term_reconfig() now passes in a new structure which is copied
over the top. This means that the old and new structures can be
compared, and the _current_ as well as default states of auto wrap
mode, DEC origin mode, BCE, blinking text and character classes can
be conveniently reconfigured in mid-session without requiring a
terminal reset.
Modified files:
. : putty.h terminal.c terminal.h window.c
doc : config.but
Links:
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.183&r2=1.184
http://cvs.tartarus.org//putty/terminal.c.diff?r1=1.127&r2=1.128
http://cvs.tartarus.org//putty/terminal.h.diff?r1=1.6&r2=1.7
http://cvs.tartarus.org//putty/window.c.diff?r1=1.221&r2=1.222
http://cvs.tartarus.org//putty/doc/config.but.diff?r1=1.48&r2=1.49