diff options
| author | christos <christos@NetBSD.org> | 2015-05-23 11:48:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-05-23 11:48:31 +0000 |
| commit | 973cdef609b2535dd295db0311e30786ddd2d372 (patch) | |
| tree | ef5cadc0b5b901fbf57bc22a5374a42d71ff5c64 /include | |
| parent | 688cee2cdd8eec13cb16cf9c51225e75b6112007 (diff) | |
add VIS_NOLOCALE flag
Diffstat (limited to 'include')
| -rw-r--r-- | include/vis.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h index 15e99b0e039..2337a5e53c3 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.22 2014/09/26 01:21:07 christos Exp $ */ +/* $NetBSD: vis.h,v 1.23 2015/05/23 11:48:31 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -65,6 +65,7 @@ #define VIS_GLOB 0x1000 /* encode glob(3) magic characters */ #define VIS_SHELL 0x2000 /* encode shell special characters [not glob] */ #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL) +#define VIS_NOLOCALE 0x4000 /* encode using the C locale */ /* * unvis return codes |
