(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
ncurses_start_color — ソァオ。ヌス、魘�ス、ケ、�
ncurses 、ホソァオ。ヌス、魘�ス、キ、゙、ケ。」、ウ、ホエリソマ。「 ncurses_init() 、ウ。シ・�キ、ソク螟ヌ 、ス、ホツセ、ホソァチ犲鋗リソウ。シ・�ケ、�ー、ヒシツケヤ、ケ、�ャヘラ、ャ、「、熙゙、ケ。」 ncurses_init() 、ホトセク螟ヒシツケヤ、ケ、�ホ、ャ、隍、、ヌ、キ、遉ヲ。」
、ウ、ホエリソヒ、マ・ム・鬣癸シ・ソ、マ、「、熙゙、サ、」
タョクキ、ソセ�遉ヒ 0。「 ソァ・ニ。シ・ヨ・�ホウ荀�ニ、ヒシコヌヤ、キ、ソセ�遉� ncurses 、ャス魘�ス、オ、�ニ、、、ハ、、セ�遉ヒ -1 、ヨ、キ、゙、ケ。」
ホ�1 サリト熙キ、ソソァ、ヌハクサ昀靂フ、ヒスュケ�、�
<?php
ncurses_init();
// テシヒャソァ、オ・ン。シ・ネ、キ、ニ、、、��遉ヒ。「ス魘�ス、キ、ニ・「・ッ・ニ・」・ヨ、ハソァ、゚ト熙キ、゙、ケ
if (ncurses_has_colors()) {
ncurses_start_color();
ncurses_init_pair(1, NCURSES_COLOR_YELLOW, NCURSES_COLOR_BLUE);
ncurses_color_set(1);
}
// サリト熙キ、ソーフテヨ、ヒハクサ昀ュケ�、゚、゙、ケ
ncurses_mvaddstr(10, 10, "Hello world! Yellow on blue text!");
// スミホマ、ユ・鬣テ・キ・螟キ、゙、ケ
ncurses_refresh();
ncurses_end();
?>