diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-22 10:39:56 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-22 10:39:56 +0200 |
| commit | bedf6a20ba49d7da460de862a58f8eb04bad1514 (patch) | |
| tree | ca9721c76c847137de2b518cbb8f7230de697019 /kernel/vesa.c | |
| parent | 430112c8d7224bf9d1e192adfc9fb55e7a044f83 (diff) | |
migrating shell to "userspace"
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 } |
