diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 61080a6..da0fd3f 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -352,11 +352,12 @@ end function drawCommandBar(w, y) term.setCursorPos(1, y) - term.clearLine() - + term.setBackgroundColor(colors.white) term.setTextColor(colors.black) + term.clearLine() + term.write("$ ") local startingIndex = commandBuffer:len() - w - 3