pub fn AnsiTerminal(props: AnsiTerminalProps) -> impl IntoViewExpand description
Renders the grid behind handle as rows of style-merged spans; when a
keyboard on_key callback is supplied, key presses are translated to their
terminal byte sequences and forwarded to it.
§Required Props
- handle:
TerminalHandle
§Optional Props
- on_key:
Callback<String>