diff options
Diffstat (limited to 'kernel/vesa.c')
| -rw-r--r-- | kernel/vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/vesa.c b/kernel/vesa.c index b0e9885..25c92a1 100644 --- a/kernel/vesa.c +++ b/kernel/vesa.c @@ -182,7 +182,7 @@ void PutConsoleChar(char c, int color) #ifdef FOOLOS_CONSOLE_AUTOBREAK - if(console_x>console_cols)PutConsoleNL(); + if(console_x>=console_cols)PutConsoleNL(); #endif } |
