From ee64f10b64c6efc20fe9f2e457f2e872ca56ca52 Mon Sep 17 00:00:00 2001 From: kitty Date: Sat, 7 Mar 2026 17:35:02 +1100 Subject: readme changes --- jefs.fs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'jefs.fs') diff --git a/jefs.fs b/jefs.fs index fba5461..6b631a2 100644 --- a/jefs.fs +++ b/jefs.fs @@ -147,7 +147,6 @@ decimal : ?comp state @ 0<> if 3 error ! handler execute then ; : ?intr state @ if 4 error ! handler execute then ; - hex : >word ffff and ; : >byte ff and ; @@ -382,8 +381,6 @@ termios TCGETS stdin ioctl ( noname ) swap execute value tty \ DUMP {{{ \ it's designed to look like xxd. i like xxd's hex dumps. hex -\ blorken -\ is my if broken or is this? : dump-colour ( c -- n ) dup 0= if white else dup 0a = if yellow else dup 20 < if red else @@ -391,7 +388,6 @@ hex dup ff < if red else blue then then then then then nip ; -\ also blorken : dump-char ( c -- c' ) dup 20 < if drop [ char . ] literal else dup 7e >= if drop [ char . ] literal then then ; decimal -- cgit v1.2.3