Module Name: src
Committed By: christos
Date: Sat May 23 11:48:31 UTC 2015
Modified Files:
src/include: vis.h
Log Message:
add VIS_NOLOCALE flag
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/include/vis.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/vis.h
diff -u src/include/vis.h:1.22 src/include/vis.h:1.23
--- src/include/vis.h:1.22 Thu Sep 25 21:21:07 2014
+++ src/include/vis.h Sat May 23 07:48:31 2015
@@ -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