tuc: fix the description of uc_iscomb() - neatvi - [fork] simple vi-type editor with UTF-8 support
 (HTM) git clone git://src.adamsgaard.dk/neatvi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b5be802171251c906511c385f3e01520f420e740
 (DIR) parent 5c5af360b27ba623e8da5f679f12ee1fa26c6bec
 (HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
       Date:   Thu,  2 Sep 2021 03:38:25 +0430
       
       uc: fix the description of uc_iscomb()
       
       Diffstat:
         M uc.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/uc.c b/uc.c
       t@@ -598,7 +598,7 @@ int uc_isbell(char *s)
                return uc_iszw(c) || find(c, bchars, LEN(bchars));
        }
        
       -/* nonprintable characters */
       +/* combining characters */
        int uc_iscomb(char *s)
        {
                int c = (unsigned char) *s;