Artifact 3cd29e55149b03206efd4a2a13bbca7fc4c77f57:
- File testreadline.scm — part of check-in [54b2beab6d] at 2015-08-09 21:28:05 on branch v1.60-decoupled-tests — Removed tests dir. Now tests will come from https://www.kiatoa.com/fossils/megatest_qa (user: matt, size: 162) [annotate] [blame] [check-ins using]
(use readline apropos) (import readline) (import apropos) (import csi) (current-input-port (make-readline-port)) (install-history-file #f "/.csi.history") (repl)