]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Each platform's implementation of askappend() is no longer required
authorSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 13:44:35 +0000 (13:44 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 13:44:35 +0000 (13:44 +0000)
commitec1d0671d573f1c48f0142e965f88e3ecc20a0fd
tree50a339d22a3d6111f3e54c4c7fab0fe472afee26
parent146aff119bc9fadbc7514d68e815df7a28262aa9
Each platform's implementation of askappend() is no longer required
to consult cfg.logxfovr, because it gets done once in logging.c.
askappend() is now called only when a question _really_ needs to be
asked of the user. Also in this checkin, cleanup_exit() in console.c
no longer consults cfg.protocol to decide whether to save the random
seed, because random_save_seed() can make that decision for itself
and do it better.

git-svn-id: http://svn.tartarus.org/sgt/putty@2552 cda61777-01e9-0310-a592-d414129be87e
console.c
logging.c
unix/uxcons.c
windlg.c