Closed rhelmstedter closed 2 years ago
This has been fixed with the most recent commit. @JnyJny you were the one who requested this. Let me know if you have any issues.
Usually you put the commit in a comment, 188a0a7, and then GitHub will automatically hot-link it for us.
Also, LGTM, thank you!
Currently, the display bite command displays the instructions and the code for the bite in a
rich
layout object. It is displayed withwith Live(layout, screen=True):
. Then it asks forinput()
. This means you can close it with either pressenter
or<Ctrl-C>
. It would be nice to be able to close the display with any of 'q', 'Q', or 'esc'.