| Line 29... |
Line 29... |
| 29 |
the minimum field width is needed, how should spaces be inserted?
|
29 |
the minimum field width is needed, how should spaces be inserted?
|
| 30 |
\code{justify == "none"} is equivalent to \code{width = 0}, for
|
30 |
\code{justify == "none"} is equivalent to \code{width = 0}, for
|
| 31 |
consistency with \code{format.default}.}
|
31 |
consistency with \code{format.default}.}
|
| 32 |
}
|
32 |
}
|
| 33 |
\details{
|
33 |
\details{
|
| 34 |
This escapes backslash and the control characters \preformatted{\a} (bell),
|
34 |
This escapes backslash and the control characters \samp{\a} (bell),
|
| 35 |
\preformatted{\b} (backspace), \preformatted{\f} (formfeed), \preformatted{\n} (line feed),
|
35 |
\samp{\b} (backspace), \samp{\f} (formfeed), \samp{\n} (line feed),
|
| 36 |
\preformatted{\r} (carriage return), \preformatted{\t} (tab) and \preformatted{\v} (vertical tab)
|
36 |
\samp{\r} (carriage return), \samp{\t} (tab) and \samp{\v} (vertical tab)
|
| 37 |
as well as any non-printable characters in a
|
37 |
as well as any non-printable characters in a
|
| 38 |
single-byte locale, which are printed in octal notation
|
38 |
single-byte locale, which are printed in octal notation
|
| 39 |
(\preformatted{\xyz} with leading zeroes).
|
39 |
(\samp{\xyz} with leading zeroes).
|
| 40 |
#ifdef unix
|
40 |
#ifdef unix
|
| 41 |
(Which characters are non-printable depends on the current locale.)
|
41 |
(Which characters are non-printable depends on the current locale.)
|
| 42 |
#endif
|
42 |
#endif
|
| 43 |
#ifdef windows
|
43 |
#ifdef windows
|
| 44 |
(Windows' reporting of printable characters is unreliable, so all
|
44 |
(Windows' reporting of printable characters is unreliable, so all
|