Include charset.h and coding.h.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:57:21 +0000 (06:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:57:21 +0000 (06:57 +0000)
commita4decb7fcd7b8d63b3526afc596e5ea972202d7e
treeedbcb0a968fcb60af0d9627e90a14c5434e83d1f
parente0b8ff939dbb3ea39fcd7967d5d45e7b33ee45a1
Include charset.h and coding.h.
(TS_end_italic_mode, TS_italic_mode, TS_bold_mode): New variables.
(TS_end_bold_mode, TS_end_underscore_mode): New variables.
(TS_underscore_mode): New variable.
(encode_terminal_code): New function.
(write_glyphs, insert_glyphs): Perform character code conversion
on output to a terminal.
(term_init): Initialize TS_bold_mode, TS_end_bold_mode,
TS_end_underscore_mode, and TS_underscore_mode.
src/term.c