char_at_cursor
while (can_go_right() && !ch_isspace(char_at_cursor()))
while (can_go_right() && ch_isspace(char_at_cursor()))
ch_isalpha(char_at_cursor());
if (ch == char_at_cursor())
substitute(char_at_cursor(), (char)ch);