enhance comments - 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 fd42b4e1718565c5bc2f411e3fd4e120ca2dbd97
DIR parent 26a0eee532a51e2d82d31e7b8e791c34b1cc7cde
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 20 Jun 2018 13:45:57 +0200
enhance comments
Diffstat:
M clic.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/clic.lisp b/clic.lisp
@@ -355,13 +355,13 @@
(vector-push line *buffer*))))
(defun p()
- "browse to the previous link"
+ "browse back to previous menu"
(when (<= 2 (length *history*))
(pop *history*)
(visit (pop *history*))))
(defun r()
- "browse to the previous link"
+ "reload the previous menu"
(when (<= 1 (length *history*))
(visit (pop *history*))))