about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index adf81504..e574f65f 100644
--- a/mu.arc
+++ b/mu.arc
@@ -463,6 +463,9 @@
                       (continue)))
                 jump-unless  ; convenient helper
                   (let flag (m arg.0)
+;?                     (when ($.current-charterm)
+;?                       (prn flag)
+;?                       ($.charterm-read-key))
                     (trace "jump" "checking ~" flag)
                     (when (no flag)
                       (= pc.routine* (+ 1 pc.routine* (v arg.1)))