Re: [fpc-pascal] Ncurses unit and newer releases of ncurses

2020-03-31 Thread Noel Duffy via fpc-pascal
On 30/03/20 8:17 pm, Michael Van Canneyt wrote: On Sun, 29 Mar 2020, Noel Duffy via fpc-pascal wrote: Running fpc 3.0.4 on Fedora 30. The ncurses unit is based on version 5.6 of ncurses, according to constants defined in the source. The upstream ncurses is now at 6.2, and I wondered if the

Re: [fpc-pascal] Ncurses unit and newer releases of ncurses

2020-03-30 Thread Michael Van Canneyt
On Sun, 29 Mar 2020, Noel Duffy via fpc-pascal wrote: Running fpc 3.0.4 on Fedora 30. The ncurses unit is based on version 5.6 of ncurses, according to constants defined in the source. The upstream ncurses is now at 6.2, and I wondered if there are plans afoot to upgrade the ncurses unit to

[fpc-pascal] Ncurses unit and newer releases of ncurses

2020-03-29 Thread Noel Duffy via fpc-pascal
Running fpc 3.0.4 on Fedora 30. The ncurses unit is based on version 5.6 of ncurses, according to constants defined in the source. The upstream ncurses is now at 6.2, and I wondered if there are plans afoot to upgrade the ncurses unit to support a more recent ncurses version. Newer releases su