(encode_terminal_buf, encode_terminal_bufsize): New
authorKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:19:32 +0000 (08:19 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:19:32 +0000 (08:19 +0000)
commitaf645abff50eb8209d3c9d21bf8ca8bdee85212f
tree87abbcc42a8d9a6948225c316a06844aaff6c323
parent2a47931bdbc9fe78f9c777180c7011dc4f52e373
(encode_terminal_buf, encode_terminal_bufsize): New
variables.
(encode_terminal_code): Argument changed.  Encode all
characters at once, and return a pointer to the result of
encoding.
(write_glyphs): Decide coding here.  Adjusted for the above
change.
(insert_glyphs): Likewise.
(term_init): Initialize encode_terminal_bufsize to 0.
src/term.c