Introduction
Introduction Statistics Contact Development Disclaimer Help
tuc: fix the description of uc_iscomb() - neatvi - [fork] simple vi-type editor…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit b5be802171251c906511c385f3e01520f420e740
parent 5c5af360b27ba623e8da5f679f12ee1fa26c6bec
Author: Ali Gholami Rudi <[email protected]>
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(-)
---
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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.