pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51297e
)
put a space in between url name and number
author
Michael Göhler
<somebody.here@gmx.de>
Mon, 15 Dec 2014 08:59:50 +0000
(09:59 +0100)
committer
Michael Göhler
<somebody.here@gmx.de>
Mon, 15 Dec 2014 08:59:50 +0000
(09:59 +0100)
src/viewer.c
patch
|
blob
|
history
diff --git
a/src/viewer.c
b/src/viewer.c
index
38985ae
..
fa2ea10
100644
(file)
--- a/
src/viewer.c
+++ b/
src/viewer.c
@@
-670,7
+670,7
@@
void inline_display(WINDOW *window, const char *c, const int colors) {
url_num = url_add(start_link_name, length_link_name, start_url, i - start_url, 0,0);
- wprintw(window, "[%d]", url_num);
+ wprintw(window, "
[%d]", url_num);
// turn highlighting and underlining off
wattroff(window, A_UNDERLINE);