看板 DFBSD_commit 關於我們 聯絡資訊
commit d257a6956f284a69d26da735a9fd3b5d5deca27d Author: Simon Schubert <corecode@dragonflybsd.org> Date: Mon May 18 12:49:34 2009 +0200 ncal: always generate all lines for a month in cal mode If a month did not span 6 lines, but less, the lines up to line #6 would not be padded with spaces. In the year view, if a month on a column to the left exhibited this state, and a month to the right would span 6 lines, the days in the 6th line of the right month would appear warped and not aligned under the month they belong to. Fix this by always generating 6 lines. Reported-by: swildner@ Summary of changes: usr.bin/ncal/ncal.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d257a6956f284a69d26da735a9fd3b5d5deca27d -- DragonFly BSD source repository