home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c061a58
)
Enforced three empty lines between functions / large meaningful blocks.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 25 Jul 2013 20:29:55 +0000
(22:29 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 25 Jul 2013 20:29:55 +0000
(22:29 +0200)
src/windows.c
patch
|
blob
|
history
diff --git
a/src/windows.c
b/src/windows.c
index 4d17d9db8979ef909b8c01add73880d19a66fcd4..84f0a2ed849a58b9b8fd6542917f76d85172fab2 100644
(file)
--- a/
src/windows.c
+++ b/
src/windows.c
@@
-243,6
+243,8
@@
static void draw_win_borders(struct Win * w, char active)
}
}
+
+
static void draw_wins_borders(struct Win * w, struct Win * w_active,
struct Corners * corners, uint16_t i)
{