Commit Graph

9 Commits

Author SHA1 Message Date
96336c2b86 Adjusted when flushing occurs. Now, the BTUI C header file only flushes
the output in a few select cases (mostly entering/leaving TUI mode) and
it's up to the high-level language bindings to decide when to flush
output. Typically, they now only flush output after making visible
changes to the screen.
2020-04-25 18:05:24 -07:00
6cec510d93 Added a lot of comments and hide_cursor()/show_cursor() API methods 2020-04-25 17:51:25 -07:00
ef918c5aec Added support/comments for more escape sequences. 2020-04-20 23:57:51 -07:00
948a2d8766 Alphabetized python code and updated docs 2020-04-19 17:05:43 -07:00
5c3b7ec2da Added scroll to more APIs 2020-04-19 16:57:05 -07:00
8711d28bdc Cleaned up the 'clear()' API. 2020-04-19 16:30:35 -07:00
59ef834383 Cleanup 2020-04-19 16:07:49 -07:00
470fa9e7c6 Tweaked the interfaces a bit, added Python documentation, and added
"Press 'q' to quit" message.
2020-04-19 15:59:48 -07:00
a41bce136a Added python bindings. 2020-04-19 15:46:41 -07:00