#
# HELP: SYNOPSIS:
# HELP:     register/keys/size_up
# HELP:
# HELP: DESCRIPTION:
# HELP:     Increase the size of the current view
#
{ IF ${$root.view[current].size.x<1024}
	CECHO ${$root.view[current].size.x+=16}
	CECHO ${$root.view[current].dodisp|=65}
} IF 0 0
{ IF2 ${$root.view[current].size.y<1024}
	CECHO ${$root.view[current].size.y+=16}
	CECHO ${$root.view[current].dodisp|=65}
} IF2 0 0
CAPTION Size ${$root.view[current].size.x}x${$root.view[current].size.y}
