Commit 349eeba
authored
fix: render buffered output on terminal session attach (#51)
AttachSession returns a buffer containing any output that arrived before
the UI attached (e.g. the shell prompt). The return value was being
ignored, so the initial prompt never appeared — users had to type a
command before seeing any output.1 parent 89cf055 commit 349eeba
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
0 commit comments