X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=08ad4900a6fb709e8cbcb2fdc358a38d560ca7f1;hb=bee5812a496b6d24b6ac5bb13e8aa4de1d2f61b7;hp=2c0c3b95b774535c68f82f8192d1343243753ab8;hpb=e4e10e494b3ee80e68c84882628d84c2791b1344;p=PuTTY.git diff --git a/config.c b/config.c index 2c0c3b95..08ad4900 100644 --- a/config.c +++ b/config.c @@ -885,6 +885,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, "Always overwrite it", I(LGXF_OVR), "Always append to the end of it", I(LGXF_APN), "Ask the user every time", I(LGXF_ASK), NULL); + ctrl_checkbox(s, "Flush log file frequently", 'u', + HELPCTX(logging_flush), + dlg_stdcheckbox_handler, I(offsetof(Config,logflush))); if ((midsession && protocol == PROT_SSH) || (!midsession && backends[3].name != NULL)) {