PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ncurses_noecho> <ncurses_nl
Last updated: Sat, 24 Mar 2007

view this page in

ncurses_nocbreak

(PHP 4 >= 4.0.7, PHP 5, PECL ncurses:1.0.0)

ncurses_nocbreak — Switch terminal to cooked mode

Popis

bool ncurses_nocbreak ( void )
Varování

Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí.

Returns terminal to normal (cooked) mode. Initially the terminal may or may not in cbreak mode as the mode is inherited. Therefore a program should call ncurses_cbreak() and ncurses_nocbreak() explicitly.

Návratové hodnoty

Returns TRUE if any error occurred, otherwise FALSE.

Viz také

ncurses_cbreak()



add a note add a note User Contributed Notes
ncurses_nocbreak
There are no user contributed notes for this page.

ncurses_noecho> <ncurses_nl
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites