chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e937c2c
)
Always draw the space between end of rev graph and start of commit title
author
Jonas Fonseca
<fonseca@diku.dk>
Wed, 13 Sep 2006 23:08:48 +0000
(
01:08
+0200)
committer
Jonas Fonseca
<fonseca@antimatter.localdomain>
Wed, 13 Sep 2006 23:08:48 +0000
(
01:08
+0200)
The rev graph may have been increased so the old title should be
overwritten.
tig.c
patch
|
blob
|
blame
|
history
diff --git
a/tig.c
b/tig.c
index 14c17108a2b0c200957305b344585ad4a6cc4050..5a65d245b0cc3cbc77c97d080e1a0186afc41aa1 100644
(file)
--- a/
tig.c
+++ b/
tig.c
@@
-2916,6
+2916,7
@@
main_draw(struct view *view, struct line *line, unsigned int lineno, bool select
for (i = 0; i < commit->graph_size; i++)
waddch(view->win, commit->graph[i]);
+ waddch(view->win, ' ');
col += commit->graph_size + 1;
}