[BACK]Return to erase.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcurses

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcurses/erase.c between version 1.14 and 1.15

version 1.14, 2000/04/18 22:45:24 version 1.15, 2000/05/20 15:12:15
Line 92  werase(WINDOW *win)
Line 92  werase(WINDOW *win)
                                 sp->battr = win->battr;                                  sp->battr = win->battr;
                         }                          }
                 if (minx != -1)                  if (minx != -1)
                         __touchline(win, y, minx, maxx - win->lines[y]->line,                          __touchline(win, y, minx, maxx - win->lines[y]->line);
                             0);  
         }          }
         wmove(win, 0, 0);          wmove(win, 0, 0);
         return (OK);          return (OK);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>