The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddef031
)
Added mouseover text.
author
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 12 Apr 2019 16:10:17 +0000
(18:10 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 12 Apr 2019 16:10:17 +0000
(18:10 +0200)
elopher.el
patch
|
blob
|
history
diff --git
a/elopher.el
b/elopher.el
index
86e1950
..
cd1f7eb
100644
(file)
--- a/
elopher.el
+++ b/
elopher.el
@@
-42,7
+42,8
@@
(insert (propertize display-string
'face '(foreground-color . "cyan")
'mouse-face 'highlight
- 'help-echo "mouse-1: follow link"
+ 'help-echo (format "mouse-1: follow link to \"%s\" on %s port %s"
+ selector hostname port)
'keymap map))
(insert "\n")))