term->cfg is now a full copy of the Config structure, not a pointer;
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 14:30:02 +0000 (14:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 14:30:02 +0000 (14:30 +0000)
commit6473492058e854537bb061277bd9eb5c319bf11a
treed68a470cdeba1b577b3a2f955f94946f7d8526ed
parent9546c9c6fd9b1c67c92f4ea2f0039039c63d2f8e
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2557 cda61777-01e9-0310-a592-d414129be87e
doc/config.but
putty.h
terminal.c
terminal.h
window.c