From 973cdef609b2535dd295db0311e30786ddd2d372 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 23 May 2015 11:48:31 +0000 Subject: add VIS_NOLOCALE flag --- include/vis.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vis.h') 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 -- cgit