(encode_terminal_code): Don't handle glyph-table. Check
authorKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 12:39:47 +0000 (12:39 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 12:39:47 +0000 (12:39 +0000)
commitc5a518dfdc7c4c63fbcdc44f92f3090b5aef8dda
tree400dd23f069a23237af4360a97d2d3c41327413d
parent52e4738380f54778b0a01f0026a588fe8e9e246f
(encode_terminal_code): Don't handle glyph-table.  Check
if a character is encodable by the terminal coding system.  If
not, produces proper number of `?'s.  Update
terminal_encode_buffer and terminal_encode_buf_size if necessary.
(produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
src/term.c