A terminated buffer just feels better.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-08 23:23:17 +00:00
parent 4fb9f10a13
commit cb0e529459
@@ -301,6 +301,9 @@ tab(void)
for (; i < console.x; i++) {
console.lines[target_line][i] = ' ';
}
console.lines[target_line][console.x] = '\0';
// There is no need to mark the line dirty
}