From 86fbf212de71a83e7bb4d83a4b33e54bed52dff9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 28 Jul 2025 02:41:33 +0300 Subject: `ED&2` can be used to access the program termination flag now * `0,2ED` is roughly equivalent to `-EX` * `ED&2` can be used to query whether EX has been run. This is useful if macros can run EX. * `2,0ED` could be used to cancel the effect of EX. * But the real motivation is for implementing a REPL script. --- src/cmdline.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmdline.h') diff --git a/src/cmdline.h b/src/cmdline.h index ebdf1e1..abe9b53 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -84,8 +84,6 @@ teco_cmdline_keymacro_c(gchar key, GError **error) return TRUE; } -extern gboolean teco_quit_requested; - /* * Command states */ -- cgit v1.2.3