Ncurses エリソ�
PHP Manual

ncurses_start_color

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

ncurses_start_colorソァオ。ヌス、魘�ス、ケ、�

タ篶タ

int ncurses_start_color ( void )

ncurses 、ホソァオ。ヌス、魘�ス、キ、゙、ケ。」、ウ、ホエリソマ。「 ncurses_init() 、ウ。シ・�キ、ソク螟ヌ 、ス、ホツセ、ホソァチ犲鋗リソウ。シ・�ケ、�ー、ヒシツケヤ、ケ、�ャヘラ、ャ、「、熙゙、ケ。」 ncurses_init() 、ホトセク螟ヒシツケヤ、ケ、�ホ、ャ、隍、、ヌ、キ、遉ヲ。」

・ム・鬣癸シ・ソ

、ウ、ホエリソヒ、マ・ム・鬣癸シ・ソ、マ、「、熙゙、サ、」

ハヨ、�ヘ

タョクキ、ソセ�遉ヒ 0。「 ソァ・ニ。シ・ヨ・�ホウ荀�ニ、ヒシコヌヤ、キ、ソセ�遉� ncurses 、ャス魘�ス、オ、�ニ、、、ハ、、セ�遉ヒ -1 、ヨ、キ、゙、ケ。」

ホ�

ホ�1 サリト熙キ、ソソァ、ヌハクサ昀靂フ、ヒスュケ�、�

<?php
ncurses_init
();

// テシヒャソァ、オ・ン。シ・ネ、キ、ニ、、、��遉ヒ。「ス魘�ス、キ、ニ・「・ッ・ニ・」・ヨ、ハソァ、゚ト熙キ、゙、ケ
if (ncurses_has_colors()) {
    
ncurses_start_color();
    
ncurses_init_pair(1NCURSES_COLOR_YELLOWNCURSES_COLOR_BLUE);
    
ncurses_color_set(1);
}

// サリト熙キ、ソーフテヨ、ヒハクサ昀ュケ�、゚、゙、ケ
ncurses_mvaddstr(1010"Hello world! Yellow on blue text!");

// スミホマ、ユ・鬣テ・キ・螟キ、゙、ケ
ncurses_refresh();

ncurses_end();
?>

サイケヘ


Ncurses エリソ�
PHP Manual