aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-12-21 14:58:18 +0000
committerFrederic Culot <calcurse@culot.org>2006-12-21 14:58:18 +0000
commitfee62f47589e175358b377f6775392a3cb35e7cd (patch)
treebf5454d6a638db71eab1f92a3e49b25648dbd7fe /src/day.c
parent7ec2a034f32f9a54e2d644847d4e50d44ff5d8c5 (diff)
downloadcalcurse-fee62f47589e175358b377f6775392a3cb35e7cd.tar.gz
calcurse-fee62f47589e175358b377f6775392a3cb35e7cd.zip
display adjustment in day_write_pad()
Diffstat (limited to 'src/day.c')
-rwxr-xr-xsrc/day.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/day.c b/src/day.c
index d0e79e6..dc7df47 100755
--- a/src/day.c
+++ b/src/day.c
@@ -1,4 +1,4 @@
-/* $calcurse: day.c,v 1.15 2006/12/19 10:29:36 culot Exp $ */
+/* $calcurse: day.c,v 1.16 2006/12/21 14:58:18 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -310,7 +310,7 @@ void day_write_pad(long date, int width, int length, int incolor, int colr)
day_item_s2apoint_s(p), p->type, date,
line + 1, x_pos);
display_item(apad->ptrwin, item_number - incolor, p->mesg,
- 0, width - 6, line + 2, x_pos + 2);
+ 0, width - 7, line + 2, x_pos + 2);
line = line + 3;
}
}