From 2d8548b1b4e21f6559850d8cb4c35948fd91c108 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 18 Mar 2004 06:40:14 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 2 +- example/medit.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4