Text log scroll end (#2127)

* added switches

* snapshot

* changelog

* tweak docstrings

* Update src/textual/widgets/_text_log.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

---------

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2023-03-23 17:21:13 +00:00
committed by GitHub
parent 8fd3ccb32c
commit 3fe04f7b2d
5 changed files with 211 additions and 3 deletions

View File

@@ -323,3 +323,7 @@ def test_auto_table(snap_compare):
def test_table_markup(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "table_markup.py")
def test_textlog_scroll(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "textlog_scroll.py")