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 <handa@etlken2>
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