]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
term->cfg is now a full copy of the Config structure, not a pointer;
authorSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 14:30:02 +0000 (14:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 14:30:02 +0000 (14:30 +0000)
commit10eb26a7ddf723e66ff470a2aa4628b6bcaaea80
treed68a470cdeba1b577b3a2f955f94946f7d8526ed
parentc81fa2ff24fc94570ec05ca268775302cafb0730
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.

[originally from svn r2557]
doc/config.but
putty.h
terminal.c
terminal.h
window.c