Questions tagged [php-ncurses]

For questions about the ncurses PHP extension

Ncurses Terminal Screen Control.

This is a PHP extension which wraps libncurses.

The Ncurses (new curses) library is a free software emulation of curses portable to most terminal systems. It uses Terminfo format, supports pads, color, multiple highlights, forms, characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.

2 questions
6
votes
1 answer

What do ncurses_def_shell_mode() and ncurses_def_prog_mode() do exactly?

Using php ncurses, I'm curious to understand exactly what ncurses_def_shell_mode() and ncurses_def_prog_mode() functions do specifically. They're not documented in the PHP manual and what little I did stumble upon in man ncurses didn't help. If I…
Sherif
  • 11,786
  • 3
  • 32
  • 57
6
votes
2 answers

install ncurses extensions on php7.0

I try install ncurses extensions for php7.0 but I get this error /bin/bash /tmp/pear/download/ncurses-1.0.2/libtool --mode=compile cc -I. -I/tmp/pear/download/ncurses-1.0.2 -DPHP_ATOM_INC -I/tmp/pear/download/ncurses-1.0.2/include…
Naumov
  • 1,167
  • 9
  • 22