From: handa Date: Thu, 18 Mar 2004 06:40:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Funlabeled-1.2.2;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/example/ChangeLog b/example/ChangeLog index f590225..8056f4d 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -4,7 +4,7 @@ region is expanded to the opposite direction. (ButtonMoveProc): Likewise. (main): Use alloca instead of malloc for allocating menu names. - Free several memory areas and GCs. + Free several memory areas and GCs. Set control.anti_alias to 1. 2004-03-12 Kenichi Handa diff --git a/example/medit.c b/example/medit.c index c7736fb..e4c4a97 100644 --- a/example/medit.c +++ b/example/medit.c @@ -328,8 +328,8 @@ redraw (int y0, int y1, int clear, int scroll_bar) if (clear) CLEAR_AREA (0, y0, win_width, y1 - y0); - /* Find a line closest to y0. The lihe is a cursor line if the - cursor is at the position above Y0, otherwise the top line. */ + /* Find a line closest to y0. It is a cursor line if the cursor is + Y0, otherwise the top line. */ if (y0 >= cur.y0) line = &cur; else