#include <wordWrapStream.h>
Public Member Functions | |
WordWrapStream (ProgramBase *program) | |
Private Attributes | |
WordWrapStreamBuf | _lsb |
This allows the program to easily word-wrap its output messages to fit the terminal width.
By convention (inherited from show_text), a newline written to the WordWrapStream indicates a paragraph break, and is generally printed as a blank line. To force a line break without a paragraph break, use ''.
Definition at line 54 of file wordWrapStream.h.
|
Definition at line 33 of file wordWrapStream.cxx. |
|
Definition at line 59 of file wordWrapStream.h. |