| 1 |
# Attributions |
| 2 |
|
| 3 |
Third-party code adapted into this workspace. Pinned to the version read at |
| 4 |
adaptation time; refresh when the source is re-consulted. |
| 5 |
|
| 6 |
None yet. This file populates as files are lifted from external sources. |
| 7 |
|
| 8 |
## Reference reads (not adapted, but consulted during design) |
| 9 |
|
| 10 |
- [rio](https://github.com/raphamorim/rio) v0.4.12 — MIT. Architectural read |
| 11 |
notes at `~/Wiki/rio-source-notes.md`. No rio code is vendored. |
| 12 |
- [foot](https://codeberg.org/dnkl/foot) — MIT. Spirit reference for the |
| 13 |
"Wayland-only, no built-in multiplexing" design. |
| 14 |
- [alacritty_terminal](https://github.com/alacritty/alacritty) — Apache-2.0. |
| 15 |
Reference for VT parser (`vte` crate) and grid/reflow design. |
| 16 |
|