diff --git a/exec/load/chateng.js b/exec/load/chateng.js
index d3a961733baabd882c4ac8a3a0f1564bbba4df5d..1d0e0d44eedc6bf2a147679e591c7ca5acb39102 100644
--- a/exec/load/chateng.js
+++ b/exec/load/chateng.js
@@ -655,7 +655,7 @@ function InputLine()
 			} else if(this.buffer.length<=this.width) {
 				this.getxy();
 				console.left();
-				console.putmsg(" ",P_SAVEATR);
+				console.putmsg(this.bg+" ",P_SAVEATR);
 				this.buffer=this.buffer.substr(0,this.buffer.length-1);
 			} else {
 				this.buffer=this.buffer.substr(0,this.buffer.length-1);