infinite hardware scrolling
[3sys] / sys1 / kern / src / vga.h
index e8be27a..14a91ff 100644 (file)
@@ -15,10 +15,11 @@ enum {
 
 void vga_setcolor(int fg, int bg);
 void vga_setcursor(int x, int y);
-void vga_setstart(int start);
+void vga_scroll(int s);
 
 void vga_reset(void);
 
+void vga_clearline(int row);
 void vga_drawchar(int x, int y, int c);
 
 #endif /* VGA_H_ */