diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 6111e3d..32f5cdd 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -368,12 +368,13 @@ function drawCommandBar(w, y) term.write("$ ") - local startingIndex = commandBuffer:len() - w + 3 + local startingIndex = commandBuffer:len() - w + 4 if startingIndex < 0 then startingIndex = 0 end term.write(commandBuffer:sub(startingIndex)) + term.setCursorBlink(true) end --[[