| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <title> |
| Console Preferences |
| </title> |
| </head> |
| <body> |
| <h1> |
| Console preferences |
| </h1> |
| <p> |
| The following preferences can be set using the Console Preferences page. The console displays output from running applications, and allows keyboard input to be read by |
| running applications. |
| </p> |
| |
| <table border="1" cellspacing="0"> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p> Option </p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p> Description </p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p> Default </p> |
| </th> |
| </tr> |
| </thead> <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Fixed width console </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> This preference controls whether the console has a fixed character width. |
| When on, a maximum character width must also be specified. Some applications |
| write long lines to the console which require horizontal scrolling to |
| read. This can be avoided by setting the console to use a fixed width, |
| automatically wrapping console output. </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Off </p> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="1" valign="top" align="left">Limit console output</td> |
| <td colspan="1" valign="top" align="left">This preference limits the number |
| of characters buffered in the console. When on, a maximum buffer size must |
| also be specified. When console output surpasses the specified maximum, |
| output is truncated from the beginning of the buffer.</td> |
| <td colspan="1" valign="top" align="left">On</td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Standard Out Text Color </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> This preference controls the color of text written to the standard output |
| stream by an application. </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Blue </p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Standard Error Text Color </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> This preference controls the color of text written to the standard error |
| stream by an application. </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Red </p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Standard In Text Color </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> This preference controls the color of text typed into the console to |
| be read by an application. </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Green </p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Show when program writes to standard out </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Often, the Console view is hidden or inactive when you begin running |
| or debugging a program that creates output. If this option is turned on, |
| then when you run a program that produces output, the Console view is |
| automatically opened (if necessary) and is made the active view. </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> On </p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Show when program writes to standard error </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> Often, the Console view is hidden or inactive when you begin running |
| or debugging a program that creates error output. If this option is turned |
| on, then when you run a program that produces error output, the Console |
| view is automatically opened (if necessary) and is made the active view. |
| </p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p> On </p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <p> |
| You can also click the <strong>Change</strong> button to set the font for the Console. |
| </p> |
| <p> |
| <br> |
| <a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" width="324" height= |
| "14"></a> |
| </p> |
| </body> |
| </html> |
| |