From 7a41e30d88bad8a88884fe366ec7c6cb6c7a876e Mon Sep 17 00:00:00 2001 From: mryouse Date: Sun, 12 Jun 2022 23:02:07 +0000 Subject: s/input/read-line/ --- cipher/viewer.neb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cipher') diff --git a/cipher/viewer.neb b/cipher/viewer.neb index c5d15cb..5cb7386 100644 --- a/cipher/viewer.neb +++ b/cipher/viewer.neb @@ -17,7 +17,7 @@ (concat out (if (in? _item_ (keys codex)) (get codex _item_) - (ansi-bright-black _item_))))) + (ansi-faint _item_))))) out) (func print-codex (codex) @@ -40,7 +40,7 @@ (print "") (print-codex cur) (print "") - (def inp (split (strip (input "? ")) " ")) + (def inp (split (strip (read-line "? ")) " ")) (branch ((eq? "quit" (first inp)) (exit)) ((eq? "save" (first inp)) (save-and-exit cipher cur)) -- cgit v1.2.3