URI: 
       Screen clearing was commented in last commit - 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 ff02e48463d32a5173dcc55327a4adc9435ee3d5
   DIR parent e6a64ef4fa75dc63de79fd12c0fa147f43e4a026
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Wed, 11 Apr 2018 10:43:24 +0200
       
       Screen clearing was commented in last commit
       
       Diffstat:
         M clic.lisp                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/clic.lisp b/clic.lisp
       @@ -696,7 +696,7 @@
          display it and exit and finally, the redirected case where clic will
          print to stdout and exit."
        
       -  ;;(clear)
       +  (clear)
          (ignore-errors ;; lisp is magic
            (let ((destination (car (last
                                     (loop for element in (get-argv)