Artifact d6f9a8e12c1cf6d2b1db678dd0d882569c7ea03d:
- File testreadline-old.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: 342) [annotate] [blame] [check-ins using]
(use readline apropos) (import readline) (import apropos) (gnu-history-install-file-manager (string-append (or (get-environment-variable "HOME") ".") "/.megatest_history")) (current-input-port (make-gnu-readline-port "megatest> ")) ;; (current-input-port (make-readline-port)) ;; (install-history-file #f "/.csi.history") (repl)