sbt/internal/util-complete/src
Ethan Atkins d569abe70a Consolidate terminal prompt management
It was a bit tricky to reason about the state of the prompt for a
terminal. To help make things more clear, I reworked things so that the
LineReader always sets the prompt to Pending after it reads a command.
In MainLoop, we cache the prompt value and temporarily set it to Running
while the command is running, which is really how it should have always
been.
2020-08-09 17:18:47 -07:00
..
main/scala/sbt/internal/util Consolidate terminal prompt management 2020-08-09 17:18:47 -07:00
test/scala Add parser for file size 2019-07-11 17:45:16 -07:00