dgets/DOCshell

Jump functionality needs to abort when given a null string

dgets opened this issue · 1 comments

dgets commented

When somebody hits 'j' by accident, or decides that they don't want to make a jump for other reasons, hitting 'enter' is the usual out. Unfortunately, with the current incarnation, hitting 'enter' is sending the user to Babble>, presumably because Babble> is the first alphabetic choice available. Regardless, a blank string being given to jump needs to simply cancel out the jump() functionality instead of still processing as if the user has entered a string.

dgets commented

Fixed along the way to issue #172.