Console has tabs

This commit is contained in:
Eryn Wells 2016-02-27 14:04:18 -05:00
parent 4d7a8653be
commit 42ac9ebe86
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,7 @@ kearly()
console.clear(kernel::Console::Color::Blue);
console.writeString("Hello world!\n");
console.writeString("a\nb\nc\n");
console.writeString("abc\tdef\tghi\tjkl\tmno\n");
}