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:
1d8dbde
)
Minor intendation correction.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 10 Jun 2013 08:38:03 +0000
(10:38 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 10 Jun 2013 08:38:03 +0000
(10:38 +0200)
windows.c
patch
|
blob
|
history
diff --git
a/windows.c
b/windows.c
index cf68881721e010eb002cf6fbbaf752f8b491b7b9..ef2e25fe4b5d310676a8e0ddb9e1193bedf5b542 100644
(file)
--- a/
windows.c
+++ b/
windows.c
@@
-175,7
+175,7
@@
static void draw_windows_borders (struct Win * win, struct Win * win_active, str
char active = 0;
if (win == win_active)
active = 1;
-
draw_window_borders(win, active);
+ draw_window_borders(win, active);
corners[ccount].tl.y = getbegy(win->curses) - 1;
corners[ccount].tl.x = getbegx(win->curses) - 1;
corners[ccount].tr.y = getbegy(win->curses) - 1;