aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/de/mud/terminal/VDUBuffer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/mud/terminal/VDUBuffer.java b/src/de/mud/terminal/VDUBuffer.java
index d99a060..269f57e 100644
--- a/src/de/mud/terminal/VDUBuffer.java
+++ b/src/de/mud/terminal/VDUBuffer.java
@@ -489,6 +489,7 @@ public class VDUBuffer {
charAttributes, screenBase + l, numRows);
}
charArray[screenBase + bottom - 1] = new char[width];
+ Arrays.fill(charArray[screenBase + bottom - 1], ' ');
charAttributes[screenBase + bottom - 1] = new int[width];
markLine(l, bottom - l);
}