diff options
| author | Dan Moschuk <dan@FreeBSD.org> | 2000-07-01 15:55:49 +0000 |
|---|---|---|
| committer | Dan Moschuk <dan@FreeBSD.org> | 2000-07-01 15:55:49 +0000 |
| commit | e63a7af50876fa33597214b4eefe5f64e9401438 (patch) | |
| tree | ee6b85e84285790d1f0f2c1721209dcc74d41107 /include/vis.h | |
| parent | 7bae8dfb17a7fab531a8bab75a3d2884600397e5 (diff) | |
Notes
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vis.h b/include/vis.h index f3722d6b39cf..30bd58a40425 100644 --- a/include/vis.h +++ b/include/vis.h @@ -64,6 +64,7 @@ typedef _BSD_SIZE_T_ size_t; * other */ #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ +#define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ /* * unvis return codes |
