|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $OpenBSD: vis.h,v 1.2 1997/09/21 10:46:01 niklas Exp $ */ |
|
|
|
/* $OpenBSD: vis.h,v 1.3 1999/05/14 20:31:56 aaron Exp $ */ |
|
|
|
/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ |
|
|
|
|
|
|
|
/*- |
|
|
@ -43,7 +43,7 @@ |
|
|
|
* to select alternate encoding format |
|
|
|
*/ |
|
|
|
#define VIS_OCTAL 0x01 /* use octal \ddd format */ |
|
|
|
#define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropiate */ |
|
|
|
#define VIS_CSTYLE 0x02 /* use \[nrft0..] where appropriate */ |
|
|
|
|
|
|
|
/* |
|
|
|
* to alter set of characters encoded (default is to encode all |
|
|
|