You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# BitTTY Architecture: A Hardware-Inspired Terminal Emulator
2
2
3
+
## Note
4
+
5
+
This is the future plan, not the current state of the project.
6
+
3
7
## Overview
4
8
5
9
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:
230
234
231
235
4.**Parser Integration**: How should Parser and Command dispatch coordinate?
232
236
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