mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
6 lines
245 B
Scheme
6 lines
245 B
Scheme
|
|
(define-library (chibi term edit-line)
|
|
(export edit-line edit-line-repl make-history history-insert!
|
|
history-commit! history->list list->history buffer->string)
|
|
(import (scheme) (chibi stty) (srfi 9))
|
|
(include "edit-line.scm"))
|