]> code.delx.au - gnu-emacs-elpa/blobdiff - multishell-list.el
multishell - list active the present then historical buffers
[gnu-emacs-elpa] / multishell-list.el
index 5dab00a64e066da9d9660867a166d0698c5f3e6a..ae72f9217a205ab4718eb1558d5f6ab79e671b2a 100644 (file)
@@ -72,9 +72,9 @@
                        (buffer (and name
                                     (get-buffer
                                      (multishell-bracket name))))
-                       (status (cond ((not buffer) " ")
+                       (status (cond ((not buffer) "x")
                                      ((comint-check-proc buffer) "+")
-                                     (t "-")))
+                                     (t ".")))
                        (rest (cadr splat))
                        (dissected (and rest (file-remote-p rest)
                                        (tramp-dissect-file-name rest t)))