Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'
Tag quoting not implemented properly cause '\377' chars skipped
This commit is contained in:
parent
6ca9f5b989
commit
845b5ef7eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4781
1 changed files with 19 additions and 0 deletions
19
mail/pine4/files/patch-am
Normal file
19
mail/pine4/files/patch-am
Normal file
|
@ -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'
|
Loading…
Reference in a new issue