forked from hkc/cc-stuff
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()
|
||||
|
||||
os.queueEvent("dummy")
|
||||
while tw < 20 or th < 10 do
|
||||
while tw < 25 or th < 10 do
|
||||
local ev = { os.pullEvent() }
|
||||
term.clear()
|
||||
term.setCursorPos(1, 1)
|
||||
printError("Too small: " .. tw .. "x" .. th .. " < 20x10")
|
||||
printError("Too small: " .. tw .. "x" .. th .. " < 25x10")
|
||||
printError("Q to exit")
|
||||
printError("Y to ignore")
|
||||
|
||||
|
|
Loading…
Reference in New Issue