Add support for enabling/disabling utf
authorRoberto E. Vargas Caballero <roberto.vargas@igrid-td.com>
Tue, 13 Sep 2016 12:01:18 +0000 (14:01 +0200)
committerRoberto E. Vargas Caballero <roberto.vargas@igrid-td.com>
Tue, 13 Sep 2016 12:01:18 +0000 (14:01 +0200)
commitf0e2d28732549690466df995981698173daf39c0
treec4c1cee5bd43b3f4588b51c4a4809f16bc9b1b7a
parent078337d7457f7869a85f4ec364be92b79e93c502
Add support for enabling/disabling utf

There are some ocasions where we want to disable the enconding/decoding of utf8, mainly
because it adds an important overhead. This is partial patch for ESC % G and ESC % @,
where they modified the way that st reads and write from/to the serial line, but it does
not modifies how it interacts with the X window part.
st.c