View | Details | Raw Unified | Return to bug 259429
Collapse All | Expand All

(-)b/stand/lua/menu.lua (-1 / +1 lines)
Lines 522-528 function menu.autoboot(delay) Link Here
522
			last = time
522
			last = time
523
			screen.setcursor(x, y)
523
			screen.setcursor(x, y)
524
			print("Autoboot in " .. time ..
524
			print("Autoboot in " .. time ..
525
			    " seconds. [Space] to pause")
525
			    " seconds. [Space] to pause ")
526
			screen.defcursor()
526
			screen.defcursor()
527
		end
527
		end
528
		if io.ischar() then
528
		if io.ischar() then

Return to bug 259429