1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-16 13:18:06 +00:00

binary support fixes

This commit is contained in:
kepler155c@gmail.com
2020-06-01 16:53:01 -06:00
parent 4796e9e77a
commit 5c4ab57ec8
7 changed files with 15 additions and 7 deletions

View File

@@ -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)