Hi,
I'm not sure we want to apply this patch. This will make the page too big
and too verbose.
Why don't you crawl the PHP sources directly, instead of reading the docs,
which can be outdated and/or incorrect?
Nuno
----- Original Message -----
Hi there again,
Well, here is another modification I've made to the doc. In the ncurses
category, some constants, such as NCURSES_KEY_F* and
NCURSES_BUTTON*_RELEASED (and its cousins), are given as ranges. I've
changed them to list individual entries instead of the original ranges.
I needed to do this in order to get our syntax-highlighting and auto
completion to work correctly for these builtin constants.
A patch is attached herein.
Kohei