Megatest

testreadline-old.scm at [54b2beab6d]
Login

File testreadline-old.scm artifact d6f9a8e12c part of check-in 54b2beab6d


(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)