home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / archive / emx / patches / patch03 < prev    next >
Encoding:
Text File  |  1993-01-19  |  520 b   |  24 lines

  1. Subject: emx 0.8f patch #3: v_delline()
  2.  
  3.  
  4. This patch makes v_delline() delete the line instead of inserting a
  5. line.
  6.  
  7. *** vdelline.c~    Fri Jan 08 21:28:20 1993
  8. --- vdelline.c    Fri Jan 08 21:28:20 1993
  9. ***************
  10. *** 6,10 ****
  11.   
  12.   void v_delline (int count)
  13.   {
  14. !   v_scroll (0, _v_y, _v_width-1, _v_height-1, count, V_SCROLL_DOWN);
  15.   }
  16. --- 6,10 ----
  17.   
  18.   void v_delline (int count)
  19.   {
  20. !   v_scroll (0, _v_y, _v_width-1, _v_height-1, count, V_SCROLL_UP);
  21.   }
  22.  
  23. Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
  24.