Screen:SetHeight(value)
Resizes the height of the viewing Screen.
This does not work on GNU/Linux.
function main() { Screen:Show() Screen:SetHeight(480) //resize the viewing Screen to 320x480 Konsol:Delay(1000) //pause for a second to read the message }