Commit 43aac1ed9d4299c420d45c87de7072b2abb2d2a0

Thomas de Grivel 2018-07-02T16:15:07

ascii art

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/shell/shell.lisp b/shell/shell.lisp
index 605061a..aaebd1a 100644
--- a/shell/shell.lisp
+++ b/shell/shell.lisp
@@ -151,9 +151,9 @@ Error: ~S"
 	   (err (shell-err/line shell)))
       (when (shell-log-p shell)
 	(dolist (line out)
-	  (shell-log shell "│ ~A~%" line))
+	  (shell-log shell "| ~A~%" line))
 	(dolist (line err)
-	  (shell-log shell "┃ ~A~&" line))
+	  (shell-log shell "# ~A~&" line))
 	(shell-log shell   " ⇒ ~D~%" status))
       (values status out err))))