ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/xtwind.c
(Generate patch)

Comparing ray/src/common/xtwind.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:43 1989 UTC vs.
Revision 1.2 by greg, Thu Mar 2 08:03:02 1989 UTC

# Line 88 | Line 88 | register TEXTWIND  *t;
88          case '\n':
89                  if (t->r >= t->nr - 1)
90                          xt_delete(t, 0);        /* scroll up 1 line */
91 <                else if (t->r < t->nr - 1)
91 >                else
92                          t->r++;
93          /* fall through */
94          case '\r':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines