From: Roberto E. Vargas Caballero Date: Tue, 13 Sep 2016 12:01:18 +0000 (+0200) Subject: Add support for enabling/disabling utf X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/f0e2d28732549690466df995981698173daf39c0?ds=inline;hp=f0e2d28732549690466df995981698173daf39c0 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. ---