From d643329103cf2432ec0be538fdcd908f44b643b7 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 22 Apr 2018 16:18:50 +0100 Subject: [PATCH] ToDo: would be nice to be able to Ctrl+C back to top-level loop --- doc/ToDo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ToDo b/doc/ToDo index 7118aff6..b526e259 100644 --- a/doc/ToDo +++ b/doc/ToDo @@ -1,3 +1,6 @@ +Have SIGINT handler in interpreter loop, so Ctrl+C first escapes execution, +and only quits if typed in ACCEPT. + Add startup script support using environment variable PFORTH_INIT (needs getenv), and use this to replace extended image building (works for RISC OS too!).