diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-03 19:05:11 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-03 19:05:11 +0000 |
commit | 845b5ef7ebae9a1680ed9632731e149759c16662 (patch) | |
tree | f92437b0fa5ec49ea7a8a55172a460fb3810d961 /mail/pine4/files/patch-am | |
parent | Add pass-control-characters-as-is (diff) |
Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'
Tag quoting not implemented properly cause '\377' chars skipped
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-am b/mail/pine4/files/patch-am new file mode 100644 index 000000000000..77328d9843ae --- /dev/null +++ b/mail/pine4/files/patch-am @@ -0,0 +1,19 @@ +*** pine/pine.h.bak Thu Jul 11 22:15:44 1996 +--- pine/pine.h Tue Dec 3 20:52:56 1996 +*************** +*** 2085,2091 **** + } ATABLE_S; + + +! #define TAG_EMBED '\377' /* Announces embedded data in text string */ + #define TAG_INVON '\001' /* Supported character attributes */ + #define TAG_INVOFF '\002' + #define TAG_BOLDON '\003' +--- 2085,2091 ---- + } ATABLE_S; + + +! #define TAG_EMBED '\001' /* Announces embedded data in text string */ + #define TAG_INVON '\001' /* Supported character attributes */ + #define TAG_INVOFF '\002' + #define TAG_BOLDON '\003' |