On Tue, Jun 23, 2026 at 05:42:58PM -0400, Kurt Hackenberg wrote:
On Mon, Jun 22, 2026 at 13:30 +0800, Kevin J. McCarthy wrote:

+/* Before exiting, turn off features enabled in start_curses() that
+ * are not reversed by endwin().
+ */
+void mutt_curses_cleanup(void)
+{
+#if HAVE_META
+  meta(stdscr, FALSE);
+#endif
+}

Shouldn't Mutt only turn off that mode if it was off when Mutt started?

I don't know how to check that via curses.

However, just now while debugging and replying to Vincent, it seems even currently setting $meta_key doesn't make foot behave properly. It may be the best thing to just remove this call instead.

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to