aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-02 15:19:44 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-02 15:19:44 +0000
commit9e36a65761c5f238b440cbe627f086d88bd8365f (patch)
tree0848f1e00bd3dd4c9df58dce86ece3702ebf6f2e /action.c
parent6b237601c294d3a6df3ba005cb87c3fc616bd0be (diff)
downloaddzen-9e36a65761c5f238b440cbe627f086d88bd8365f.tar.gz
dzen-9e36a65761c5f238b440cbe627f086d88bd8365f.zip
better x_draw_body in a_showhead only if dzen.slave_win.max_lines is set
git-svn-id: http://dzen.googlecode.com/svn/trunk@47 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index c269486..8139759 100644
--- a/action.c
+++ b/action.c
@@ -339,8 +339,8 @@ a_showhead(char * opt[]) {
if(dzen.slave_win.max_lines) {
dzen.slave_win.first_line_vis = 0;
dzen.slave_win.last_line_vis = dzen.slave_win.max_lines;
+ x_draw_body();
}
- x_draw_body();
return 0;
}