From 29ea3208b004f15dafa48ae29a75ba7f0c093a74 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 17:14:07 +0200 Subject: working on vt52 layer --- video/console.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'video/console.h') diff --git a/video/console.h b/video/console.h index e9eff29..a89e0f5 100644 --- a/video/console.h +++ b/video/console.h @@ -1,5 +1,6 @@ #ifndef CONSOLEINT_H #define CONSOLEINT_H + // 80 x 24 // TODO: implement VT100 @@ -35,9 +36,12 @@ //autoscroll void scr_clear(); + + void scr_nextline(); void scr_backspace(); void scr_put_char(char ch,char col); void scr_put_string(char *str, char col); + #endif -- cgit v1.2.3