mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-24 01:34:38 +03:00
docs(architecture): fix title
This commit is contained in:
parent
ea2251e755
commit
cc347ab24a
@ -37,5 +37,5 @@ The Boundaries refer to those lines that are drawn between terminal panes. A few
|
||||
* The Rect trait is here so that different panes can implement it, giving boundaries a generic way to calculate the size of the pane and draw boundaries around it.
|
||||
* Here we use the [unicode box drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character) in order to draw the borders. There's some logic here about combining them together for all possible combinations of pane locations.
|
||||
|
||||
## PTY Bus
|
||||
## PTY Bus (src/pty_bus.rs)
|
||||
The PtyBus keeps track of several asynchronous streams that read from pty sockets (eg. /dev/pts/999), parse those bytes into ANSI/VT events and send them on to the Screen so that they can be received in the relevant TerminalPane.
|
||||
|
Loading…
Reference in New Issue
Block a user