bpython / curtsies

Curses-like terminal wrapper with a display based on compositing 2d arrays of text.
MIT License
228 stars 52 forks source link

Improve code example in readme.md #161

Closed toolforger closed 3 years ago

toolforger commented 3 years ago

Bug fix: It wouldn't display the "Press escape to exit" message initially (made me believe it's not working at all). Code quality: move the FSArray to an initialization function so it can be called before loop and after pressing Space, making sure the program has the same clean slate in both situations.

thomasballinger commented 3 years ago

Accepted, manually merged. Thanks!

thomasballinger commented 3 years ago

https://github.com/bpython/curtsies/commit/1aa3f6ad8e4febeccfdd4c77c8e55143261ec996