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
# rmux-core parser trace
# regenerate with: RMUX_REGEN_PARSER_TRACES=1 cargo test --package rmux-core --test parser_traces -- --nocapture
fixture: ascii_wrap
feeds: 1
size: cols=3 rows=2 history=10
resize_after: (none)
input_length: 6
input_hex: 61 62 63 64 65 66
parser_state: Ground
parser_pending_hex: (empty)
parser_replies_hex: (empty)
parser_ground_timer_active: false
mode_bits: 0x00000011
cursor_style: 0
cursor: x=2 y=1
cursor_absolute_y: 1
alternate: false
history_size: 0
history_bytes: 0
bell_count: 0
title: ""
path: ""
size_runtime: cols=3 rows=2
absolute_line_count: 2
[v=0] flags=WRAPPED cells=3
c 0 . text="a" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 1 . text="b" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 2 . text="c" w=1 attr=0x0000 fg=default bg=default us=default link=0
[v=1] flags=- cells=3
c 0 . text="d" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 1 . text="e" w=1 attr=0x0000 fg=default bg=default us=default link=0
c 2 . text="f" w=1 attr=0x0000 fg=default bg=default us=default link=0
(empty)
| abc
| def
| abcdef
| abc
| def
(none)