Skip to content

Commit 398f9fd

Browse files
committed
docs(CHANGES): Document TextFrame.display()
why: Include display() in 0.53.x feature list what: - Add interactive curses viewer to TextFrame features
1 parent 3dc3375 commit 398f9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ print(frame.render())
5858
- Overflow handling: `overflow_behavior="error"` raises {class}`~libtmux.textframe.ContentOverflowError`
5959
with visual diagnostic, `overflow_behavior="truncate"` clips content silently
6060
- Dimension validation via `__post_init__`
61+
- Interactive curses viewer via `display()` for exploring large frames
6162

6263
#### pytest assertion hook for TextFrame (#613)
6364

0 commit comments

Comments
 (0)