aboutsummaryrefslogtreecommitdiff
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/viewer.neb4
1 files changed, 2 insertions, 2 deletions
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))