Module Name:    src
Committed By:   christos
Date:           Sat Nov 27 19:44:54 UTC 2010

Modified Files:
        src/include: vis.h

Log Message:
add VIS_NOESCAPE and VIS_HTTP1866


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/include/vis.h:1.18
--- src/include/vis.h:1.17	Tue Feb 10 18:06:31 2009
+++ src/include/vis.h	Sat Nov 27 14:44:54 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vis.h,v 1.17 2009/02/10 23:06:31 christos Exp $	*/
+/*	$NetBSD: vis.h,v 1.18 2010/11/27 19:44:54 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -56,8 +56,11 @@
  * other
  */
 #define	VIS_NOSLASH	0x040	/* inhibit printing '\' */
+#define	VIS_HTTP1808	0x080	/* http-style escape % hex hex */
 #define	VIS_HTTPSTYLE	0x080	/* http-style escape % hex hex */
 #define	VIS_MIMESTYLE	0x100	/* mime-style escape = HEX HEX */
+#define	VIS_HTTP1866	0x200	/* http-style &#num; or &string; */
+#define	VIS_NOESCAPE	0x400	/* don't decode `\' */
 
 /*
  * unvis return codes

Reply via email to