yet more Windows startup; also safestartup vestige

This commit is contained in:
nhmall
2026-04-09 15:08:07 -04:00
parent 3b7c0e8a19
commit 4dd47db3ad
5 changed files with 15 additions and 10 deletions

View File

@@ -7331,12 +7331,10 @@ initoptions_finish(void)
* Option processing can take place before a user-decided WindowPort
* is even initialized, so check for that too.
*/
if (!WINDOWPORT(safestartup)) {
if (iflags.hilite_delta && !wc2_supported("statushilites")) {
raw_printf("Status highlighting not supported for %s interface.",
windowprocs.name);
iflags.hilite_delta = 0;
}
if (iflags.hilite_delta && !wc2_supported("statushilites")) {
raw_printf("Status highlighting not supported for %s interface.",
windowprocs.name);
iflags.hilite_delta = 0;
}
#endif
update_rest_on_space();