Work around bug with unibyte Linux consoles
commit1cad61030160ebc4b73e1f4212155a180d417be3
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Apr 2017 05:50:02 +0000 (16 22:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Apr 2017 05:50:39 +0000 (16 22:50 -0700)
treee53951bfa6f579c3f7c92f01d95ddec3f76bf6fa
parentc68cce94c46140f2ad1411550427d3cc2658ec02
Work around bug with unibyte Linux consoles

* src/terminal.c (terminal_glyph_code): Skip the UTF-8 stuff if
the terminal's coding system is unibyte (Bug#26396).
src/terminal.c