summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h3
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