glossary.html

来自「unix 下的C开发手册,还用详细的例程。」· HTML 代码 · 共 88 行

HTML
88
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><!-- Copyright 1997 The Open Group, All Rights Reserved --><title>ls</title></head><body bgcolor=white><center><font size=2>The Single UNIX &reg; Specification, Version 2<br>Copyright &copy; 1997 The Open Group</font></center><hr size=2 noshade><center><h2><a name = "tag_001">&nbsp;</a>Glossary</h2></center><p><h4><a name = "tag_001_000_001">&nbsp;</a>background</h4>A property of a window that specifies a character (the background character)and a rendition to be used in a variety of situations.  See<xref href=wprops><a href="intov.html#tag_001_003_006">Window Properties</a></xref>.<p><h4><a name = "tag_001_000_002">&nbsp;</a>Curses window</h4>Data structures, which can be thought of as two-dimensional arrays ofcharacters that represent screen displays.  These data structuresare manipulated with Curses functions.<p><h4><a name = "tag_001_000_003">&nbsp;</a>cursor position</h4>The line and column position on the screen denoted by the terminal's cursor.<p><h4><a name = "tag_001_000_004">&nbsp;</a>empty wide-character string</h4>A wide-character string whose first element is anull wide-character code.<p><h4><a name = "tag_001_000_005">&nbsp;</a>erase character</h4>A special input character that deletes the last character in the current line,if there is one.<p><h4><a name = "tag_001_000_006">&nbsp;</a>kill character</h4>A special input character that deletes all data in the current line, if thereare any.<p><h4><a name = "tag_001_000_007">&nbsp;</a>null chtype</h4>A<b>chtype</b>with all bits set to zero.<p><h4><a name = "tag_001_000_008">&nbsp;</a>null wide-character code</h4>A wide-character code with all bits set to zero.<p><h4><a name = "tag_001_000_009">&nbsp;</a>pad</h4>A window that is not necessarily associated with a viewable part of a screen.<p><h4><a name = "tag_001_000_010">&nbsp;</a>parent window</h4>A window that has subwindows or derived windows associated with it.<p><h4><a name = "tag_001_000_011">&nbsp;</a>rendition</h4>The rendition of a character displayed on the screen is its attributes&nbsp;and a colour pair.<p><h4><a name = "tag_001_000_012">&nbsp;</a>SCREEN</h4>An opaque Curses data type that is associated with the display screen.<p><h4><a name = "tag_001_000_013">&nbsp;</a>subwindow</h4>A window, created within another window, but positioned relative to that otherwindow.  Changes made to a subwindow do not affect its parent window.  Aderived window differs from a subwindow only in that it is positioned relativeto the origin of its parent window.  Changes to a parent window will affectboth subwindows and derived windows.<p><h4><a name = "tag_001_000_014">&nbsp;</a>touch</h4>To set a flag in a window that indicates that the information in the windowcould differ from the that displayed on the terminal device.<p><h4><a name = "tag_001_000_015">&nbsp;</a>wide-character code (C language)</h4>An integer value corresponding toa single graphic symbol or control code.<p><h4><a name = "tag_001_000_016">&nbsp;</a>wide-character string</h4>A contiguous sequence of wide-character codes terminated by andincluding the first null wide-character code.<p><h4><a name = "tag_001_000_017">&nbsp;</a>window</h4>A two-dimensional array of characters representing all or part of the terminalscreen.  The term<i>window</i>in this document means one of the data structures maintained by the Cursesimplementation, unless specified otherwise.  (This document does not definethe interaction between the Curses implementation and other windowing systemparadigms.)<p><h4><a name = "tag_001_000_018">&nbsp;</a>window hierarchy</h4>The aggregate of a parent window and all of its subwindows and derivedwindows.</blockquote><hr size=2 noshade><center><font size=2>UNIX &reg; is a registered Trademark of The Open Group.<br>Copyright &copy; 1997 The Open Group<br> [ <a href="../index.html">Main Index</a> | <a href="../xshix.html">XSH</a> | <a href="../xcuix.html">XCU</a> | <a href="../xbdix.html">XBD</a> | <a href="../cursesix.html">XCURSES</a> | <a href="../xnsix.html">XNS</a> ]</font></center><hr size=2 noshade></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?