Espresso 0.0.0f
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
#ifndef _TTY_H
|
||||
#define _TTY_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
static const size_t VGA_WIDTH = 80;
|
||||
static const size_t VGA_HEIGHT = 25;
|
||||
@ -25,4 +23,6 @@ void terminal_clear(void);
|
||||
void terminal_clearl(size_t num_lines);
|
||||
void terminal_scroll(void);
|
||||
|
||||
unsigned char terminal_get_shifted(unsigned char uc);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user