From 480bb234e7ecd876b8aac8ea2a35d50087cb6827 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Jun 2022 08:34:41 -0400 Subject: [PATCH] comment still not right --- src/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index 5047b2dc2..1015b0a75 100644 --- a/src/options.c +++ b/src/options.c @@ -4412,8 +4412,7 @@ optfn_boolean(int optidx, int req, boolean negated, char *opts, char *op) perm_invent_toggled(FALSE); /* perm_invent_toggled() -> sync_perminvent() - -> tty_update_invent_core() - -> tty_create_invent() + -> tty_create_nhwindow(NHW_PERMINVENT) gives feedback for failure (terminal too small) */ if (g.perm_invent_win == WIN_ERR) return optn_silenterr; -- 2.50.1