about summary refs log tree commit diff stats
path: root/118parse-hex-int.subx
diff options
context:
space:
mode:
Diffstat (limited to '118parse-hex-int.subx')
-rw-r--r--118parse-hex-int.subx5
1 files changed, 1 insertions, 4 deletions
diff --git a/118parse-hex-int.subx b/118parse-hex-int.subx
index 0e5cd65f..171efb54 100644
--- a/118parse-hex-int.subx
+++ b/118parse-hex-int.subx
@@ -888,10 +888,7 @@ $from-hex-char:letter:
     c3/return
 
 $from-hex-char:abort:
-    (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "invalid hex char" 3 0)  # 3=cyan
-    {
-      eb/jump loop/disp8
-    }
+    (abort "invalid hex char")
     # never gets here
 
 # . . vim:nowrap:textwidth=0