mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
5 lines
201 B
Text
5 lines
201 B
Text
|
|
(define-module (chibi term edit-line)
|
|
(export edit-line edit-line-repl make-history history-insert! history-commit!)
|
|
(import-immutable (scheme) (chibi stty) (srfi 9))
|
|
(include "edit-line.scm"))
|