tui-term 0.3.3

A pseudoterminal widget for ratatui
Documentation
---
source: src/widget.rs
expression: view
---
Buffer {
    area: Rect { x: 0, y: 0, width: 80, height: 24 },
    content: [
        "Push <RETURN>                                                                   ",
        "Soft scroll down region [1..24] size 24 Line 29                                 ",
        "Soft scroll down region [1..24] size 24 Line 28                                 ",
        "Soft scroll down region [1..24] size 24 Line 27                                 ",
        "Soft scroll down region [1..24] size 24 Line 26                                 ",
        "Soft scroll down region [1..24] size 24 Line 25                                 ",
        "Soft scroll down region [1..24] size 24 Line 24                                 ",
        "Soft scroll down region [1..24] size 24 Line 23                                 ",
        "Soft scroll down region [1..24] size 24 Line 22                                 ",
        "Soft scroll down region [1..24] size 24 Line 21                                 ",
        "Soft scroll down region [1..24] size 24 Line 20                                 ",
        "Soft scroll down region [1..24] size 24 Line 19                                 ",
        "Soft scroll down region [1..24] size 24 Line 18                                 ",
        "Soft scroll down region [1..24] size 24 Line 17                                 ",
        "Soft scroll down region [1..24] size 24 Line 16                                 ",
        "Soft scroll down region [1..24] size 24 Line 15                                 ",
        "Soft scroll down region [1..24] size 24 Line 14                                 ",
        "Soft scroll down region [1..24] size 24 Line 13                                 ",
        "Soft scroll down region [1..24] size 24 Line 12                                 ",
        "Soft scroll down region [1..24] size 24 Line 11                                 ",
        "Soft scroll down region [1..24] size 24 Line 10                                 ",
        "Soft scroll down region [1..24] size 24 Line 9                                  ",
        "Soft scroll down region [1..24] size 24 Line 8                                  ",
        "Soft scroll down region [1..24] size 24 Line 7                                  ",
    ],
    styles: [
        x: 0, y: 0, fg: Reset, bg: Reset, underline: Reset, modifier: NONE,
        x: 13, y: 1, fg: Reset, bg: Reset, underline: Reset, modifier: REVERSED,
        x: 14, y: 1, fg: Reset, bg: Reset, underline: Reset, modifier: NONE,
    ]
}