Add slot 3 back to ASCII art (#2979)
* Add slot 3 back to ASCII art * New slot-oriented diagrams When 1-block-per-slotm, slots are drawn vertically. That's the ideal case. Abandoning a block is what should look like something forking off to the side.
This commit is contained in:
parent
140954a53c
commit
e45559a1a7
|
@ -1,5 +1,9 @@
|
|||
2
|
||||
/|
|
||||
/ |
|
||||
4 |
|
||||
5
|
||||
1
|
||||
|
|
||||
2
|
||||
/|
|
||||
/ |
|
||||
| |
|
||||
| 4
|
||||
|
|
||||
5
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
1
|
||||
/ \
|
||||
2 \
|
||||
/| |
|
||||
/ | |
|
||||
4 | |
|
||||
5 /\
|
||||
6 \
|
||||
1
|
||||
|\
|
||||
2 \
|
||||
/| |
|
||||
/ | 3
|
||||
| | |\
|
||||
| 4 | \
|
||||
| | |
|
||||
5 | |
|
||||
| |
|
||||
6 |
|
||||
|
|
||||
7
|
||||
|
|
Loading…
Reference in New Issue