console: enable auto_wrap by default

vt100 have auto_wrap enabled by default so we should do so, too.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-02-05 15:10:12 +01:00
parent 9a5f1df8cd
commit fb6dd53aa8

View File

@ -96,6 +96,7 @@ int kmscon_console_new(struct kmscon_console **out,
memset(con, 0, sizeof(*con));
con->ref = 1;
con->auto_wrap = true;
con->ff = ff;
con->comp = comp;
con->ctx = kmscon_compositor_get_context(comp);