put a space in between url name and number
authorMichael Göhler <somebody.here@gmx.de>
Mon, 15 Dec 2014 08:59:50 +0000 (09:59 +0100)
committerMichael Göhler <somebody.here@gmx.de>
Mon, 15 Dec 2014 08:59:50 +0000 (09:59 +0100)
src/viewer.c

index 38985ae..fa2ea10 100644 (file)
@@ -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);