Remove Bookmark in status bar - 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 e64d93cd6c81fafb1c229a6b06d5aef6e100a834
 (DIR) parent eaf1d765d6db7ab9cd6d5214953d07a277497594
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Sat,  3 Feb 2018 00:38:54 +0100
       
       Remove Bookmark in status bar
       
       Diffstat:
         M clic.lisp                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/clic.lisp b/clic.lisp
       @@ -637,7 +637,7 @@
        
        (defun display-prompt()
          (let ((last-page (car *history*)))
       -    (format t "gopher://~a:~a/~a~a (~as) / (P)rev (R)eload (B)ookmark (H)istory : "
       +    (format t "gopher://~a:~a/~a~a (~as) / (P)rev (R)eload (H)istory : "
                    (location-host last-page)
                    (location-port last-page)
                    (location-type last-page)