Skip to content

Instance Method

didOutputLines(count:)

This method allows the Console implementation to record how many lines have been printed so that pushEphemeral() and popEphemeral() knows how many lines to clear.
func didOutputLines(count: Int)

Discussion

Note

This method should only be used by Console implementations.