home *** CD-ROM | disk | FTP | other *** search
- Subject: emx 0.8f patch #3: v_delline()
-
-
- This patch makes v_delline() delete the line instead of inserting a
- line.
-
- *** vdelline.c~ Fri Jan 08 21:28:20 1993
- --- vdelline.c Fri Jan 08 21:28:20 1993
- ***************
- *** 6,10 ****
-
- void v_delline (int count)
- {
- ! v_scroll (0, _v_y, _v_width-1, _v_height-1, count, V_SCROLL_DOWN);
- }
- --- 6,10 ----
-
- void v_delline (int count)
- {
- ! v_scroll (0, _v_y, _v_width-1, _v_height-1, count, V_SCROLL_UP);
- }
-
- Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
-