Each platform's implementation of askappend() is no longer required
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 13:44:35 +0000 (13:44 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 13:44:35 +0000 (13:44 +0000)
commitbf61b5660299e88399304cd8eb9bacddc73a765b
tree50a339d22a3d6111f3e54c4c7fab0fe472afee26
parent6f81f628c3273ff6644bc7a32661a05c62d31db0
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: svn://svn.tartarus.org/sgt/putty@2552 cda61777-01e9-0310-a592-d414129be87e
console.c
logging.c
unix/uxcons.c
windlg.c