mirror of
https://github.com/kepler155c/opus
synced 2025-12-16 13:18:06 +00:00
binary support fixes
This commit is contained in:
@@ -669,6 +669,10 @@ if settings.get("motd.enabled") then
|
||||
end
|
||||
|
||||
while not bExit do
|
||||
local cx = term.getCursorPos()
|
||||
if cx ~= 1 then
|
||||
print()
|
||||
end
|
||||
if config.displayDirectory then
|
||||
term.setTextColour(_colors.directoryTextColor)
|
||||
term.setBackgroundColor(_colors.directoryBackgroundColor)
|
||||
|
||||
Reference in New Issue
Block a user