Be more demanding
This commit is contained in:
parent
d04eeacb36
commit
bbede80038
|
@ -31,11 +31,11 @@ settings.define("mplayer.colors.status", {
|
||||||
local tw, th = term.getSize()
|
local tw, th = term.getSize()
|
||||||
|
|
||||||
os.queueEvent("dummy")
|
os.queueEvent("dummy")
|
||||||
while tw < 20 or th < 10 do
|
while tw < 25 or th < 10 do
|
||||||
local ev = { os.pullEvent() }
|
local ev = { os.pullEvent() }
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorPos(1, 1)
|
term.setCursorPos(1, 1)
|
||||||
printError("Too small: " .. tw .. "x" .. th .. " < 20x10")
|
printError("Too small: " .. tw .. "x" .. th .. " < 25x10")
|
||||||
printError("Q to exit")
|
printError("Q to exit")
|
||||||
printError("Y to ignore")
|
printError("Y to ignore")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue