Espresso 0.0.1b
This commit is contained in:
@ -84,7 +84,7 @@ void terminal_putchar(const char c)
|
||||
{
|
||||
terminal_row -= 1;
|
||||
|
||||
if (terminal_row <= -1)
|
||||
if (terminal_row == (size_t)-1)
|
||||
{
|
||||
terminal_row = 0;
|
||||
}
|
||||
@ -246,3 +246,4 @@ unsigned char terminal_get_shifted(unsigned char uc)
|
||||
|
||||
return '\0';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user