diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-26 12:00:00 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-26 12:00:09 +0100 |
| commit | 102437f1eedce8589d947bf8791d6d5f413d445b (patch) | |
| tree | a09f50417be5cc3f30e1aac729b7269c0429ce3f /src/Fl_Help_View.cxx | |
| parent | 39a3212fc3160f268342068c2beb45b2dbc4107b (diff) | |
Restores mouse pointer before popping up cut/copy/paste menu
on Fl_Input and Fl_Text_Display
Also adds – to Help View
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 2dcf5fad9..0f1186c41 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -3564,6 +3564,7 @@ quote_char(const char *p) { // I - Quoted string { "micro;", 6, 181 }, { "middot;", 7, 183 }, { "nbsp;", 5, ' ' }, + { "ndash;", 6, 0x2013 }, { "not;", 4, 172 }, { "Ntilde;", 7, 209 }, { "ntilde;", 7, 241 }, |
