diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 12:53:40 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 12:53:40 -0500 |
| commit | a405ec93546b95c2369ec9069b3616944d785198 (patch) | |
| tree | 06645687d143e880ee7ca409ec72270a8832a79b /boot/mbs.lua | |
| parent | 1fd3cd3305990d045106b015a26e8ffcc0f592d0 (diff) | |
| download | bits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.gz bits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.bz2 bits-UI-a405ec93546b95c2369ec9069b3616944d785198.zip | |
Possible new app system?; Changed copyright; Some fixes
Diffstat (limited to 'boot/mbs.lua')
| -rw-r--r-- | boot/mbs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbs.lua b/boot/mbs.lua index a80ee70..129109f 100644 --- a/boot/mbs.lua +++ b/boot/mbs.lua @@ -2,4 +2,4 @@ assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup') term.setTextColor(16) print(os.version() .. " (+MBS)") term.setCursorPos(1,2) -term.setTextColor(1)
\ No newline at end of file +term.setTextColor(1) |
