From 4020eeecb37172216d478550ff560cf9f0466394 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Wed, 11 Nov 2015 18:49:25 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index 4f3446f..b9d2621 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -90,6 +90,11 @@ local function kernel() else print("Missing bootImage") end + local w, h = term.getSize() + term.setBackgroundColor(colors.white) + term.setTextColor(colors.black) + term.setCursorPos(1,h) + write("Press ALT to recovery mode") local bootTimer = os.startTimer(1) while true do local e,k = os.pullEvent()