Package: trivial-gray-streams
Generic Function stream-fresh-line
Lambda List
stream-fresh-line (stream)
Details
Outputs a new line to the stream if it is not positioned at the
begining of a line. Returns t if it output a new line, nil otherwise. Used by cl:fresh-line. The default method uses stream-start-line-p and stream-terpri.