#
# HELP: SYNOPSIS:
# HELP:     coroutine/slaves/ringflash
# HELP:
# HELP: DESCRIPTION:
# HELP:     Special coroutine for colon flattening. Internal use only.
#
IF ${$view[current].autopilot_pathlength-(int)$view[current].autopilot_pathlength/100*100<3} GOTO flash
view_set ring
FLAGS &~32
view_set Main
QUIT
:flash
view_set ring
FLAGS |32
view_set Main
