Fix miniterm constructor exit_character and menu_character

The MiniTerm.writer() method expects the exit_character and menu_character in character format instead of integer.
The main() function works because both member variables are overwritten with the correct format, but for any other scripts using the default values from the constructor won't be able to exit or view the menu.
1 file changed