X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0264889df8dd6775d765416a13804bc4ed8cc3f7..fedfd71f5492177a7c7d7fd2bd1529a832106395:/lunaix-os/includes/lunaix/tty/tty.h diff --git a/lunaix-os/includes/lunaix/tty/tty.h b/lunaix-os/includes/lunaix/tty/tty.h index b470fdc..c1a9a92 100644 --- a/lunaix-os/includes/lunaix/tty/tty.h +++ b/lunaix-os/includes/lunaix/tty/tty.h @@ -1,4 +1,4 @@ -typedef unsigned short vga_atrributes; +typedef unsigned short vga_attribute; #define VGA_COLOR_BLACK 0 #define VGA_COLOR_BLUE 1 @@ -17,8 +17,17 @@ typedef unsigned short vga_atrributes; #define VGA_COLOR_LIGHT_BROWN 14 #define VGA_COLOR_WHITE 15 -void tty_set_theme(vga_atrributes fg, vga_atrributes bg); -void tty_put_char(char chr); -void tty_put_str(char* str); -void tty_scroll_up(); -void tty_clear(); \ No newline at end of file +void +tty_set_theme(vga_attribute fg, vga_attribute bg); + +void +tty_put_char(char chr); + +void +tty_put_str(char* str); + +void +tty_scroll_up(); + +void +tty_clear(); \ No newline at end of file