|
From: David T. <dv...@da...> - 2005-06-06 19:57:29
|
Hi,
1) is it a design decision or omission that char_width('\t') returns
zero because #\Tab is not a graphical character? (charstrg.d)
2)
> fresh-line is similar to terpri but outputs a newline only if the
> output-stream is not already at the start of a line. If for some
> reason this cannot be determined, then a newline is output anyway.
> fresh-line returns true if it outputs a newline; otherwise it returns
> false.
is it your reading of the specification that writing the #\Tab
character to the output stream determinately keeps the output-stream at
the start of a line?
David
|