Skip to content

Commit 0606545

Browse files
committed
arch note
1 parent 482709d commit 0606545

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/architecture.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BitTTY Architecture: A Hardware-Inspired Terminal Emulator
22

3+
## Note
4+
5+
This is the future plan, not the current state of the project.
6+
37
## Overview
48

59
BitTTY is a modular terminal emulator designed around the hardware metaphor of physical terminals. Components are separated into clear responsibilities that mirror how real terminal hardware was organized.
@@ -230,4 +234,4 @@ The goal is to create clean abstractions that:
230234

231235
4. **Parser Integration**: How should Parser and Command dispatch coordinate?
232236

233-
These questions are being explored through implementation and will be resolved as the architecture stabilizes.
237+
These questions are being explored through implementation and will be resolved as the architecture stabilizes.

0 commit comments

Comments
 (0)