aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 14:07:23 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 14:07:23 +0000
commit81eed5c092eb40fd6e1256b2b1d160b2ba5bb426 (patch)
tree4db719b3ffe092f3657c2336b19ae6aec30152bb /main.c
parent71117fe03644e76fdb7cfe2ae82727d502f8e1a5 (diff)
downloaddzen-81eed5c092eb40fd6e1256b2b1d160b2ba5bb426.tar.gz
dzen-81eed5c092eb40fd6e1256b2b1d160b2ba5bb426.zip
dynamic foreground and background color
menu mode fixed git-svn-id: http://dzen.googlecode.com/svn/trunk@98 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ff756cf..38bf037 100644
--- a/main.c
+++ b/main.c
@@ -121,6 +121,7 @@ free_buffer(void) {
free(dzen.slave_win.tbuf[i].text);
dzen.slave_win.tbuf[i].text = NULL;
dzen.slave_win.tbuf[i].fg = dzen.norm[ColFG];
+ dzen.slave_win.tbuf[i].fg = dzen.norm[ColBG];
}
dzen.slave_win.tcnt =
dzen.slave_win.last_line_vis =