commit | 52bfe358b89ebd6644d57a9314a74289a4f73c22 | [log] [tgz] |
---|---|---|
author | Carlos <carlosperate@users.noreply.github.com> | Fri Mar 16 13:27:19 2018 +0000 |
committer | GitHub <noreply@github.com> | Fri Mar 16 13:27:19 2018 +0000 |
tree | 40dbe2236b27528a828d14ca74462cecaabf5b63 | |
parent | 92d101613be41ecb2f2054c3f43a006fbe6f9966 [diff] |
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.