summaryrefslogtreecommitdiff
path: root/include/_ctype.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-08-19 08:50:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-08-19 08:50:41 +0000
commitdcc3da586262049cb16d9e1303d56c88b92dc934 (patch)
tree8451fbfa07badd0647db0ca2afa3a7344733382d /include/_ctype.h
parent84a0a0eeac65f2f43e7e2c8858dbae3fc4d16bb1 (diff)
downloadsrc-test2-dcc3da586262049cb16d9e1303d56c88b92dc934.tar.gz
src-test2-dcc3da586262049cb16d9e1303d56c88b92dc934.zip
Notes
Diffstat (limited to 'include/_ctype.h')
-rw-r--r--include/_ctype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/_ctype.h b/include/_ctype.h
index 294ab231c56f..d738186f033a 100644
--- a/include/_ctype.h
+++ b/include/_ctype.h
@@ -67,8 +67,9 @@
#define _CTYPE_Q 0x00200000L /* Phonogram */
#define _CTYPE_SWM 0xe0000000L /* Mask to get screen width data */
#define _CTYPE_SWS 30 /* Bits to shift to get width */
+#define _CTYPE_SWA 0x00000000L /* autowidth / default */
#define _CTYPE_SW0 0x20000000L /* 0 width character */
-#define _CTYPE_SW1 0x00000000L /* 1 width character / default*/
+#define _CTYPE_SW1 0x40000000L /* 1 width character */
#define _CTYPE_SW2 0x80000000L /* 2 width character */
#define _CTYPE_SW3 0xc0000000L /* 3 width character */