a-kenji / tui-term

A pseudoterminal widget library for ratatui
MIT License
119 stars 7 forks source link

Rendering History in PseudoTerminal #204

Open gvariable opened 3 months ago

gvariable commented 3 months ago

I want to render the history of the PseudoTerminal. All states are stored in the screen field, which also provides the scrollback parameter to initialize the screen object. My question is: Can I render a PseudoTerminal with history? I couldn’t find any documentation.