diff options
| author | mryouse | 2022-07-06 02:20:31 +0000 |
|---|---|---|
| committer | mryouse | 2022-07-06 02:20:31 +0000 |
| commit | 7ffeef0faef3fbc389069df853109afc76260f0d (patch) | |
| tree | 49ada711455659e8112e93729b42b39f3d050f0f /cipher | |
| parent | 800d04b014e90596dcad2d3a283da4b1e274a14f (diff) | |
| parent | 276dd853729a7c71ef4805786793bbc8f651b00d (diff) | |
Merge branch 'master' into feature/listtypes
Diffstat (limited to 'cipher')
| -rw-r--r-- | cipher/viewer.neb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/viewer.neb b/cipher/viewer.neb index 5cb7386..1888b76 100644 --- a/cipher/viewer.neb +++ b/cipher/viewer.neb @@ -1,4 +1,4 @@ -(use "../libs/ansi.neb") +(use-as "../libs/ansi.neb" ansi) (func keys (assoc) (map first assoc)) @@ -17,7 +17,7 @@ (concat out (if (in? _item_ (keys codex)) (get codex _item_) - (ansi-faint _item_))))) + (ansi/faint _item_))))) out) (func print-codex (codex) |
