mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
It is useful to store a buffer of the lines written to each terminal. We can use those lines to replay the terminal log lines to a different client. This is particularly nice when a remote client connects to sbt while it's booting. We can show the remote client all the lines displayed by the console prior to the client connecting.