can_go_right
while (can_go_right() && ch_isalpha(char_at_cursor()))
while (can_go_right() && !ch_isalpha(char_at_cursor()))