mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Remote clients sometimes flicker when updating progress. This is especially noticeable when there are two clients and one of them is running a command, the other will tend to have some visible flickering and character ghosting. As an experiment, I buffered calls to flush in the NetworkChannel output stream and the artifacts went away.