jasonrbr / CodeReader

MIT License
6 stars 1 forks source link

Bug when reading the menu - reads functions/classes prematurely #23

Closed alexandrabrown closed 7 years ago

alexandrabrown commented 7 years ago

Currently, the menu will start to read functions before you select them. If you highlight, "main" it'll read "function main returns int" before you select "read main." We need to fix self._options I think because _on_hightlight_done reads from it.