remove capital letters in the prompt - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b76072a5f201bed263c85b2776dff7ed10b6aac1
 (DIR) parent 63402005caf705a0707b910c66ed0f531d7b3d64
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Thu, 15 Mar 2018 12:33:39 +0100
       
       remove capital letters in the prompt
       
       Diffstat:
         M clic.lisp                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/clic.lisp b/clic.lisp
       @@ -659,7 +659,7 @@
        
        (defun display-prompt()
          (let ((last-page (car *history*)))
       -    (format t "gopher://~a:~a/~a~a (~as) / (P)rev (R)edisplay (H)istory : "
       +    (format t "gopher://~a:~a/~a~a (~as) / (p)rev (r)edisplay (h)istory : "
                    (location-host last-page)
                    (location-port last-page)
                    (location-type last-page)