(redisplay_text_width_charc_string): New function; delete
authortomo <tomo>
Fri, 9 Jun 2000 09:18:11 +0000 (09:18 +0000)
committertomo <tomo>
Fri, 9 Jun 2000 09:18:11 +0000 (09:18 +0000)
commit79ba2bd541c67cefd7f15e6e128606b2b97732d3
treeba51a6cd7dd95f1ec778a0969f142d85bf45089e
parent2d53754a9158c8c1c944a1bb5571a1b97509fe98
(redisplay_text_width_charc_string): New function; delete
`redisplay_text_width_emchar_string'.
(rtw_charc_dynarr): New variable; renamed from `rtw_emchar_dynarr'.
(redisplay_text_width_string): Use `rtw_charc_dynarr' instead of
`rtw_emchar_dynarr'; use `convert_bufbyte_string_into_charc_dynarr'
instead of `convert_bufbyte_string_into_emchar_dynarr'; use
`redisplay_text_width_charc_string' instead of
`redisplay_text_width_emchar_string'.
(redisplay_frame_text_width_string): Use `rtw_charc_dynarr' instead of
`rtw_emchar_dynarr'; use `convert_bufbyte_string_into_charc_dynarr'
instead of `convert_bufbyte_string_into_emchar_dynarr'.
(add_emchar_rune): Add <Charc> instead of <Emchar>; use
`redisplay_text_width_charc_string' instead of
`redisplay_text_width_emchar_string'.
(create_text_block): Modify for <struct rune> change.
(generate_formatted_string_db): Likewise.
(create_string_text_block): Likewise.
(pixel_to_glyph_translation): Likewise.
src/redisplay.c