Add a linebreak after the history label - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit f9ee8314bb65f728a3a6569942f7786dd9410e79 DIR parent fe200dd7e8dd1921e985d2aa84dab132ef6bc392 HTML Author: Jonathan Tremesaygues <jonathan.temesaygues@menta.fr> Date: Mon, 6 Nov 2017 15:02:58 +0100 Add a linebreak after the history label Diffstat: M clic.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/clic.lisp b/clic.lisp @@ -209,7 +209,7 @@ "show help for the shell" (format t "number : go to link n~%") (format t "p : go to previous page~%") - (format t "h : display history") + (format t "h : display history~%") (format t "help : show this help~%") (format t "x or q : exit the shell, go back to REPL~%"))