curses: revert accidentally removed code block for #saveoptions

This commit is contained in:
Patric Mueller
2022-08-24 23:41:31 +02:00
parent 2deb119ee0
commit b566574d45

View File

@@ -4070,6 +4070,12 @@ optfn_windowborders(
}
return retval;
}
if (req == get_cnf_val) {
if (!opts)
return optn_err;
Sprintf(opts, "%i", iflags.wc2_windowborders);
return optn_ok;
}
if (req == do_handler) {
return handler_windowborders();
}