Changeset 7ce30a9


Ignore:
Timestamp:
May 3, 2010, 8:10:49 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
7149832
Parents:
7141d75
git-author:
Nelson Elhage <nelhage@mit.edu> (04/27/10 23:54:53)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/03/10 20:10:49)
Message:
Never draw into the rightmost column of the editwin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    r7141d75 r7ce30a9  
    405405    cw = oe_char_width(c, width);
    406406
    407     if (width + cw > e->wincols) {
     407    if (width + cw > e->wincols - 1) {
    408408      if (x != NULL && *x == width)
    409409        *x = -1;
Note: See TracChangeset for help on using the changeset viewer.