peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.62k stars 237 forks source link

Add TextBox.hide_cursor and TextBox.auto_scroll attributes #328

Closed cltrudeau closed 3 years ago

cltrudeau commented 3 years ago

Fix problems with epoch calculation on macOS during testing

Issues fixed by this PR

327

What does this implement/fix?

Implements ability to hide the cursor in TextBox widget. If the cursor is hidden then horizontal scrolling happens with the entire box (a la ScrollLock)

Implements TextBox.auto_scroll, defaults to True, when turned off text doesn't scroll to bottom by default