gstream-set_wrap(3)

set_wrap(3) gstream manual set_wrap(3)

NAME

set_wrap

SYNOPSIS

#include <gstream.h>

void set_wrap(bool w);

DESCRIPTION

If set to true, the outputter will launch a newline if the text is too wide to fit the line. The text will be wrapped at the spaces between the words.

If a single word is too wide, it'll simply be outputted with a newline before and after it, which means that it will get a line of its own and probably be truncated by Allegro's clipping mechanism.

The inputter doesn't wrap the lines, only the outputter. The default value is false.

version 1.6 gstream