1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# rmux-core parser trace
# regenerate with: RMUX_REGEN_PARSER_TRACES=1 cargo test --package rmux-core --test parser_traces -- --nocapture
fixture: scrollback_overflow
feeds: 1
size: cols=4 rows=2 history=3
resize_after: (none)
input_length: 18
input_hex: 4c 31 0a 4c 32 0a 4c 33 0a 4c 34 0a 4c 35 0a 4c 36 0a
parser_state: Ground
parser_pending_hex: (empty)
parser_replies_hex: (empty)
parser_ground_timer_active: false
mode_bits: 0x00000011
cursor_style: 0
cursor: x=3 y=1
cursor_absolute_y: 4
alternate: false
history_size: 3
history_bytes: 11
bell_count: 0
title: ""
path: ""
size_runtime: cols=4 rows=2
absolute_line_count: 5
[v=0] flags=- cells=4
c 0 . text=" " w=1 attr=0x0000 fg=default bg=default us=default link=0
c 1 . text="L" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 2 . text="6" w=1 attr=0x0000 fg=default bg=default us=default link=0
[v=1] flags=- cells=4
(blank)
[h=0] flags=- cells=4
c 0 . text=" " w=1 attr=0x0000 fg=default bg=default us=default link=0
c 1 . text="L" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 2 . text="4" w=1 attr=0x0000 fg=default bg=default us=default link=0
[h=1] flags=WRAPPED cells=4
c 0 . text=" " w=1 attr=0x0000 fg=default bg=default us=default link=0
c 1 . text=" " w=1 attr=0x0000 fg=default bg=default us=default link=0
c 2 . text=" " w=1 attr=0x0000 fg=default bg=default us=default link=0
c 3 . text="L" w=1 attr=0x0000 fg=default bg=default us=default link=0
[h=2] flags=- cells=4
c 0 . text="5" w=1 attr=0x0000 fg=default bg=default us=default link=0
| L4
| L
| 5
| L6
|
| L4
| L5
| L6
|
| L4
| L
| 5
| L6
|
(none)