From 450c60a5597beb1aea1a549f53baece4e7d26983 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 26 Sep 1998 04:20:48 +0000 Subject: [PATCH] (struct coding_system): New member composed_chars. --- src/coding.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coding.h b/src/coding.h index 46997e9f816..438456ed400 100644 --- a/src/coding.h +++ b/src/coding.h @@ -334,6 +334,9 @@ struct coding_system meaing of each non-zero value. */ int composing; + /* Number of composed characters in the current composing sequence. */ + int composed_chars; + /* Detailed information specific to each type of coding system. */ union spec { -- 2.39.2