optimized line rendering and updated render_lines API

This commit is contained in:
Will McGugan
2022-06-15 17:13:56 +01:00
parent 5edefcf29f
commit b0079fce56
9 changed files with 116 additions and 89 deletions

View File

@@ -174,3 +174,6 @@ if __name__ == "__main__":
from textual.css.scalar import Scalar
print(Scalar.resolve_dimension.cache_info())
from rich.style import Style
print(Style.__add__.cache_info())