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:
parent
9a5f1df8cd
commit
fb6dd53aa8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user