]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit1b5cb7adf60fa42cd042c721507ebb9608dd85f3
tree50a339d22a3d6111f3e54c4c7fab0fe472afee26
parenteaff09160a9ffbb86e47d29f6e0db7c3276acf80
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.

[originally from svn r2552]
console.c
logging.c
unix/uxcons.c
windlg.c