Remove Bookmark in status bar - clic - Clic is an command line interactive clie… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit e64d93cd6c81fafb1c229a6b06d5aef6e100a834 | |
parent eaf1d765d6db7ab9cd6d5214953d07a277497594 | |
Author: Solene Rapenne <[email protected]> | |
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(-) | |
--- | |
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)istor… | |
+ (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) |