#
# HELP: SYNOPSIS:
# HELP:     register/keys/cut_forward
# HELP:
# HELP: DESCRIPTION:
# HELP:     Increase the location of the cutplane
#
{ IF ${$root.view[current].jumpstart>=1.0}
	CECHO ${$root.view[current].jumpstart-=1}
	CECHO ${$root.view[current].dodisp|=1}
	QUIT
} IF 0 0
CECHO ${$root.view[current].jumpstart=0}
CECHO ${$root.view[current].dodisp|=1}
