changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/cli/repl.lisp

revision 381: 386d51cf61ca
parent 217: 17c05cd3e549
child 404: 66059a1117bd
     1.1--- a/lisp/lib/cli/repl.lisp	Tue May 28 17:55:30 2024 -0400
     1.2+++ b/lisp/lib/cli/repl.lisp	Tue May 28 23:12:31 2024 -0400
     1.3@@ -1,10 +1,5 @@
     1.4 ;;; lib/cli/repl.lisp --- REPL utils
     1.5 
     1.6-;; For now we rely on Vindarel's excellent CL-READLINE package, which
     1.7-;; provides bindings to the GNU Readline library and a nice API.
     1.8-
     1.9-;; ref: https://github.com/vindarel/cl-readline
    1.10-
    1.11 ;;; Code:
    1.12 (in-package :cli/repl)
    1.13 ;; *command-char* alias make-repl-fun