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:
4e89b54
)
Client: Fixed window resizing bug.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 18 Mar 2014 05:24:51 +0000
(06:24 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 18 Mar 2014 05:24:51 +0000
(06:24 +0100)
src/client/windows.c
patch
|
blob
|
history
diff --git
a/src/client/windows.c
b/src/client/windows.c
index 6859e08f3a964c66a4c69fd8044b949979c54dab..4ef01c317acaf2d24fc7fdf63b1e1cf9036f0301 100644
(file)
--- a/
src/client/windows.c
+++ b/
src/client/windows.c
@@
-911,7
+911,7
@@
extern void resize_active_win(char change)
{
w->frame_size.y--;
}
- else if (change == '_' && w->frame_size.
y
> 1)
+ else if (change == '_' && w->frame_size.
x
> 1)
{
w->frame_size.x--;
}