aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg-commands.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 16:24:49 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 17:22:52 +0300
commit6e3da17a2fae11af9ae00d9b59bd0d752022e16b (patch)
treeaf0d64f08536ac193b30a8092a8c9c337eaf81e4 /src/qreg-commands.h
parent4b266c9616f4eb359be71c44b9b2fa3373265bb0 (diff)
downloadsciteco-6e3da17a2fae11af9ae00d9b59bd0d752022e16b.tar.gz
<EI> has been repurposed and is the macro file inclusion (indirect file) command now
* Improves DEC TECO-11 compatibility. * <EM> is still supported as a synonym, but considered deprecated and is no longer documented. A warning is printed when invoked. It can be repurposed at any time in the future. * `EI$` is not yet supported. I am unsure whether this makes any sense.
Diffstat (limited to 'src/qreg-commands.h')
-rw-r--r--src/qreg-commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qreg-commands.h b/src/qreg-commands.h
index f6ad82a..e224797 100644
--- a/src/qreg-commands.h
+++ b/src/qreg-commands.h
@@ -93,6 +93,6 @@ TECO_DECLARE_STATE(teco_state_setqreginteger);
TECO_DECLARE_STATE(teco_state_increaseqreg);
TECO_DECLARE_STATE(teco_state_macro);
-TECO_DECLARE_STATE(teco_state_macrofile);
+TECO_DECLARE_STATE(teco_state_indirect);
TECO_DECLARE_STATE(teco_state_copytoqreg);