Update doc of Fl_Help_View following addition of html entity †

This commit is contained in:
ManoloFLTK 2020-07-01 16:10:31 +02:00
parent 64de9bd3fc
commit b0e0c355ed
2 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ struct Fl_Help_Target {
- Aacute aacute Acirc acirc acute AElig aelig Agrave agrave amp Aring aring Atilde atilde Auml auml
- brvbar bull
- Ccedil ccedil cedil cent copy curren
- deg divide
- dagger deg divide
- Eacute eacute Ecirc ecirc Egrave egrave ETH eth Euml euml euro
- frac12 frac14 frac34
- gt

View File

@ -3613,6 +3613,7 @@ quote_char(const char *p) { // I - Quoted string
{ "cent;", 5, 162 },
{ "copy;", 5, 169 },
{ "curren;", 7, 164 },
{ "dagger;", 7, 0x2020 },
{ "deg;", 4, 176 },
{ "divide;", 7, 247 },
{ "Eacute;", 7, 201 },
@ -3693,8 +3694,7 @@ quote_char(const char *p) { // I - Quoted string
{ "yacute;", 7, 253 },
{ "yen;", 4, 165 },
{ "Yuml;", 5, 0x0178 },
{ "yuml;", 5, 255 },
{ "dagger;", 7, 0x2020 }
{ "yuml;", 5, 255 }
};
if (!strchr(p, ';')) return -1;