Be more demanding

This commit is contained in:
Casey 2023-10-20 03:05:11 +03:00
parent d04eeacb36
commit bbede80038
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 2 additions and 2 deletions

View File

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