From 985c5eaa7c55ebb6ba4833886119396d2a9d77c5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jul 2025 00:07:08 +0300 Subject: repl.tes: added script that reproduces the classic TECO REPL command-line * Unfortunately, this will currently just terminate when some command fails. We require an error catching mechanism to fix this up. --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index c272b0e..194802f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,6 +2,9 @@ dist_scitecolib_DATA = color.tes lexer.tes session.tes opener.tes \ fnkeys.tes string.tes getopt.tes +# standalone scripts +dist_scitecolib_DATA += repl.tes + # Helper script for creating lexer definitions EXTRA_DIST = scite2co.lua -- cgit v1.2.3