exitType to either vEARLY_EXIT, or vESCAPE_HIT when returning from a bound
function. This had the unfortunate effect that when you hit F2 to refresh
the screen in sushi, it would exit out immediately after refreshing the
screen.
This modification allows the programmer to still create an exit-causing
bound function, by simply setting the exitType in the function, as was likely
intended by the author. Many thanks to Charles Hannum for helping me figure
this out.
This should fix problems noted by itojun on tech-userlevel with the function
keys.