diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
| commit | 29ea3208b004f15dafa48ae29a75ba7f0c093a74 (patch) | |
| tree | bc39ac9b187753e9a16dbac5bf9c2523b32097f9 /video/console.h | |
| parent | 819a4e871058f2dc4a2e255ecbe5a2c49cc8450c (diff) | |
working on vt52 layer
Diffstat (limited to 'video/console.h')
| -rw-r--r-- | video/console.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
