Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9893

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Colors</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ncurses.errconsts.html">Error codes</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ncurses.keyconsts.html">Keys</a></div>
 <div class="up"><a href="ncurses.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ncurses.colorconsts" class="section">
   <h2 class="title">Colors</h2>
    <table class="doctable table">
     <caption><strong>ncurses color constants</strong></caption>
     
       <thead>
        <tr>
         <th>constant</th>
         <th>meaning</th>
        </tr>

       </thead>

       <tbody class="tbody">
        <tr id="constant.ncurses-color-black">
         <td><strong><code>NCURSES_COLOR_BLACK</code></strong></td>
         <td>no color (black)</td>
        </tr>

        <tr id="constant.ncurses-color-white">
         <td><strong><code>NCURSES_COLOR_WHITE</code></strong></td>
         <td>white</td>
        </tr>

        <tr id="constant.ncurses-color-red">
         <td><strong><code>NCURSES_COLOR_RED</code></strong></td>
         <td>red - supported when terminal is in color mode</td>
        </tr>

        <tr id="constant.ncurses-color-green">
         <td><strong><code>NCURSES_COLOR_GREEN</code></strong></td>
         <td>green - supported when terminal is in color mode</td>
        </tr>

        <tr id="constant.ncurses-color-yellow">
         <td><strong><code>NCURSES_COLOR_YELLOW</code></strong></td>
         <td>yellow - supported when terminal is in color mode</td>
        </tr>

        <tr id="constant.ncurses-color-blue">
         <td><strong><code>NCURSES_COLOR_BLUE</code></strong></td>
         <td>blue - supported when terminal is in color mode</td>
        </tr>

        <tr id="constant.ncurses-color-cyan">
         <td><strong><code>NCURSES_COLOR_CYAN</code></strong></td>
         <td>cyan - supported when terminal is in color mode</td>
        </tr>

        <tr id="constant.ncurses-color-magenta">
         <td><strong><code>NCURSES_COLOR_MAGENTA</code></strong></td>
         <td>magenta - supported when terminal is in color mode</td>
        </tr>

       </tbody>
     
    </table>

  </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ncurses.errconsts.html">Error codes</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ncurses.keyconsts.html">Keys</a></div>
 <div class="up"><a href="ncurses.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>