]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/ada/terminal_interface-curses__ads.htm
ncurses 5.6 - patch 20070303
[ncurses.git] / doc / html / ada / terminal_interface-curses__ads.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML><HEAD><TITLE>terminal_interface-curses.ads</TITLE></HEAD>
3 <BODY>
4 <HR><DIV ALIGN="center"><H1> File : terminal_interface-curses.ads </H1></DIV><HR>
5 <PRE>
6
7 <FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
8 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
9 <FONT COLOR=green><EM>--                           <A HREF="http://www.gnat.com">GNAT</A> ncurses Binding                           --</EM></FONT>
10 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
11 <FONT COLOR=green><EM>--                         Terminal_Interface.Curses                        --</EM></FONT>
12 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
13 <FONT COLOR=green><EM>--                                 S P E C                                  --</EM></FONT>
14 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
15 <FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
16 <FONT COLOR=green><EM>-- Copyright (c) 1998-2004,2006 Free Software Foundation, Inc.              --</EM></FONT>
17 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
18 <FONT COLOR=green><EM>-- Permission is hereby granted, free of charge, to any person obtaining a  --</EM></FONT>
19 <FONT COLOR=green><EM>-- copy of this software and associated documentation files (the            --</EM></FONT>
20 <FONT COLOR=green><EM>-- "Software"), to deal in the Software without restriction, including      --</EM></FONT>
21 <FONT COLOR=green><EM>-- without limitation the rights to use, copy, modify, merge, publish,      --</EM></FONT>
22 <FONT COLOR=green><EM>-- distribute, distribute with modifications, sublicense, and/or sell       --</EM></FONT>
23 <FONT COLOR=green><EM>-- copies of the Software, and to permit persons to whom the Software is    --</EM></FONT>
24 <FONT COLOR=green><EM>-- furnished to do so, subject to the following conditions:                 --</EM></FONT>
25 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
26 <FONT COLOR=green><EM>-- The above copyright notice and this permission notice shall be included  --</EM></FONT>
27 <FONT COLOR=green><EM>-- in all copies or substantial portions of the Software.                   --</EM></FONT>
28 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
29 <FONT COLOR=green><EM>-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  --</EM></FONT>
30 <FONT COLOR=green><EM>-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               --</EM></FONT>
31 <FONT COLOR=green><EM>-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   --</EM></FONT>
32 <FONT COLOR=green><EM>-- IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   --</EM></FONT>
33 <FONT COLOR=green><EM>-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    --</EM></FONT>
34 <FONT COLOR=green><EM>-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    --</EM></FONT>
35 <FONT COLOR=green><EM>-- THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               --</EM></FONT>
36 <FONT COLOR=green><EM>--                                                                          --</EM></FONT>
37 <FONT COLOR=green><EM>-- Except as contained in this notice, the name(s) of the above copyright   --</EM></FONT>
38 <FONT COLOR=green><EM>-- holders shall not be used in advertising or otherwise to promote the     --</EM></FONT>
39 <FONT COLOR=green><EM>-- sale, use or other dealings in this Software without prior written       --</EM></FONT>
40 <FONT COLOR=green><EM>-- authorization.                                                           --</EM></FONT>
41 <FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
42 <FONT COLOR=green><EM>--  Author:  Juergen Pfeifer, 1996</EM></FONT>
43 <FONT COLOR=green><EM>--  Version Control:</EM></FONT>
44 <FONT COLOR=green><EM>--  @Revision: 1.37 @</EM></FONT>
45 <FONT COLOR=green><EM>--  @Date: 2006/06/25 14:30:22 @</EM></FONT>
46 <FONT COLOR=green><EM>--  Binding Version 01.00</EM></FONT>
47 <FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
48 <FONT COLOR=green><EM>--  curses binding.</EM></FONT>
49 <FONT COLOR=green><EM>--  This module is generated. Please don't change it manually!</EM></FONT>
50 <FONT COLOR=green><EM>--  Run the generator instead.</EM></FONT>
51 <FONT COLOR=green><EM>--  |</EM></FONT>
52 <b>with</b> <A HREF="interfac__ads.htm#ref_38_9">System</A>.Storage_Elements;
53 <b>with</b> Interfaces.C;   <FONT COLOR=green><EM>--  We need this for some assertions.</EM></FONT>
54
55 <b>package</b> Terminal_Interface.Curses <b>is</b>
56    <b>pragma</b> Preelaborate (Terminal_Interface.Curses);
57    <b>pragma</b> Linker_Options ("-lncurses");
58
59    <FONT COLOR=red><A NAME="ref_54_4">NC_Major_Version</A></FONT> : <b>constant</b> := 5; <FONT COLOR=green><EM>--  Major version of the library</EM></FONT>
60    <FONT COLOR=red><A NAME="ref_55_4">NC_Minor_Version</A></FONT> : <b>constant</b> := 6; <FONT COLOR=green><EM>--  Minor version of the library</EM></FONT>
61    NC_Version : <b>constant</b> String := "5.6";  <FONT COLOR=green><EM>--  Version of library</EM></FONT>
62
63    <b>type</b> Window <b>is</b> <b>private</b>;
64    Null_Window : <b>constant</b> Window;
65
66    <b>type</b> <FONT COLOR=red><A NAME="ref_61_9">Line_Position</A></FONT>   <b>is</b> <b>new</b> Natural; <FONT COLOR=green><EM>--  line coordinate</EM></FONT>
67    <b>type</b> Column_Position <b>is</b> <b>new</b> Natural; <FONT COLOR=green><EM>--  column coordinate</EM></FONT>
68
69    <b>subtype</b> Line_Count   <b>is</b> Line_Position   <b>range</b> 1 .. Line_Position'Last;
70    <FONT COLOR=green><EM>--  Type to count lines. We do not allow null windows, so must be positive</EM></FONT>
71    <b>subtype</b> Column_Count <b>is</b> Column_Position <b>range</b> 1 .. Column_Position'Last;
72    <FONT COLOR=green><EM>--  Type to count columns. We do not allow null windows, so must be positive</EM></FONT>
73
74    <b>type</b> Key_Code <b>is</b> <b>new</b> Integer;
75    <FONT COLOR=green><EM>--  That is anything including real characters, special keys and logical</EM></FONT>
76    <FONT COLOR=green><EM>--  request codes.</EM></FONT>
77
78    <FONT COLOR=green><EM>--  FIXME: The "-1" should be Curses_Err</EM></FONT>
79    <b>subtype</b> Real_Key_Code <b>is</b> Key_Code <b>range</b> -1 .. 8#777#;
80    <FONT COLOR=green><EM>--  This are the codes that potentially represent a real keystroke.</EM></FONT>
81    <FONT COLOR=green><EM>--  Not all codes may be possible on a specific terminal. To check the</EM></FONT>
82    <FONT COLOR=green><EM>--  availability of a special key, the Has_Key function is provided.</EM></FONT>
83
84    <b>subtype</b> Special_Key_Code <b>is</b> Real_Key_Code
85      <b>range</b> 8#400# .. Real_Key_Code'Last;
86    <FONT COLOR=green><EM>--  Type for a function- or special key number</EM></FONT>
87
88    <b>subtype</b> Normal_Key_Code <b>is</b> Real_Key_Code <b>range</b>
89      Character'Pos (Character'First) .. Character'Pos (Character'Last);
90    <FONT COLOR=green><EM>--  This are the codes for regular (incl. non-graphical) characters.</EM></FONT>
91
92    <FONT COLOR=green><EM>--  Constants for function- and special keys</EM></FONT>
93    <FONT COLOR=green><EM>--</EM></FONT>
94    <FONT COLOR=red><A NAME="ref_89_4">Key_None</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#400#;
95    <FONT COLOR=red><A NAME="ref_90_4">Key_Code_Yes</A></FONT>                   : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#400#;
96    <FONT COLOR=red><A NAME="ref_91_4">Key_Min</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#401#;
97    <FONT COLOR=red><A NAME="ref_92_4">Key_Break</A></FONT>                      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#401#;
98    <FONT COLOR=red><A NAME="ref_93_4">Key_Cursor_Down</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#402#;
99    <FONT COLOR=red><A NAME="ref_94_4">Key_Cursor_Up</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#403#;
100    <FONT COLOR=red><A NAME="ref_95_4">Key_Cursor_Left</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#404#;
101    <FONT COLOR=red><A NAME="ref_96_4">Key_Cursor_Right</A></FONT>               : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#405#;
102    <FONT COLOR=red><A NAME="ref_97_4">Key_Home</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#406#;
103    <FONT COLOR=red><A NAME="ref_98_4">Key_Backspace</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#407#;
104    <FONT COLOR=red><A NAME="ref_99_4">Key_F0</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#410#;
105    <FONT COLOR=red><A NAME="ref_100_4">Key_F1</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#411#;
106    <FONT COLOR=red><A NAME="ref_101_4">Key_F2</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#412#;
107    <FONT COLOR=red><A NAME="ref_102_4">Key_F3</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#413#;
108    <FONT COLOR=red><A NAME="ref_103_4">Key_F4</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#414#;
109    <FONT COLOR=red><A NAME="ref_104_4">Key_F5</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#415#;
110    <FONT COLOR=red><A NAME="ref_105_4">Key_F6</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#416#;
111    <FONT COLOR=red><A NAME="ref_106_4">Key_F7</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#417#;
112    <FONT COLOR=red><A NAME="ref_107_4">Key_F8</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#420#;
113    <FONT COLOR=red><A NAME="ref_108_4">Key_F9</A></FONT>                         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#421#;
114    <FONT COLOR=red><A NAME="ref_109_4">Key_F10</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#422#;
115    <FONT COLOR=red><A NAME="ref_110_4">Key_F11</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#423#;
116    <FONT COLOR=red><A NAME="ref_111_4">Key_F12</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#424#;
117    <FONT COLOR=red><A NAME="ref_112_4">Key_F13</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#425#;
118    <FONT COLOR=red><A NAME="ref_113_4">Key_F14</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#426#;
119    <FONT COLOR=red><A NAME="ref_114_4">Key_F15</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#427#;
120    <FONT COLOR=red><A NAME="ref_115_4">Key_F16</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#430#;
121    <FONT COLOR=red><A NAME="ref_116_4">Key_F17</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#431#;
122    <FONT COLOR=red><A NAME="ref_117_4">Key_F18</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#432#;
123    <FONT COLOR=red><A NAME="ref_118_4">Key_F19</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#433#;
124    <FONT COLOR=red><A NAME="ref_119_4">Key_F20</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#434#;
125    <FONT COLOR=red><A NAME="ref_120_4">Key_F21</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#435#;
126    <FONT COLOR=red><A NAME="ref_121_4">Key_F22</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#436#;
127    <FONT COLOR=red><A NAME="ref_122_4">Key_F23</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#437#;
128    <FONT COLOR=red><A NAME="ref_123_4">Key_F24</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#440#;
129    <FONT COLOR=red><A NAME="ref_124_4">Key_Delete_Line</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#510#;
130    <FONT COLOR=red><A NAME="ref_125_4">Key_Insert_Line</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#511#;
131    <FONT COLOR=red><A NAME="ref_126_4">Key_Delete_Char</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#512#;
132    <FONT COLOR=red><A NAME="ref_127_4">Key_Insert_Char</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#513#;
133    <FONT COLOR=red><A NAME="ref_128_4">Key_Exit_Insert_Mode</A></FONT>           : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#514#;
134    <FONT COLOR=red><A NAME="ref_129_4">Key_Clear_Screen</A></FONT>               : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#515#;
135    <FONT COLOR=red><A NAME="ref_130_4">Key_Clear_End_Of_Screen</A></FONT>        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#516#;
136    <FONT COLOR=red><A NAME="ref_131_4">Key_Clear_End_Of_Line</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#517#;
137    <FONT COLOR=red><A NAME="ref_132_4">Key_Scroll_1_Forward</A></FONT>           : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#520#;
138    <FONT COLOR=red><A NAME="ref_133_4">Key_Scroll_1_Backward</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#521#;
139    <FONT COLOR=red><A NAME="ref_134_4">Key_Next_Page</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#522#;
140    <FONT COLOR=red><A NAME="ref_135_4">Key_Previous_Page</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#523#;
141    <FONT COLOR=red><A NAME="ref_136_4">Key_Set_Tab</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#524#;
142    <FONT COLOR=red><A NAME="ref_137_4">Key_Clear_Tab</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#525#;
143    <FONT COLOR=red><A NAME="ref_138_4">Key_Clear_All_Tabs</A></FONT>             : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#526#;
144    <FONT COLOR=red><A NAME="ref_139_4">Key_Enter_Or_Send</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#527#;
145    <FONT COLOR=red><A NAME="ref_140_4">Key_Soft_Reset</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#530#;
146    <FONT COLOR=red><A NAME="ref_141_4">Key_Reset</A></FONT>                      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#531#;
147    <FONT COLOR=red><A NAME="ref_142_4">Key_Print</A></FONT>                      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#532#;
148    <FONT COLOR=red><A NAME="ref_143_4">Key_Bottom</A></FONT>                     : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#533#;
149    <FONT COLOR=red><A NAME="ref_144_4">Key_Upper_Left_Of_Keypad</A></FONT>       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#534#;
150    <FONT COLOR=red><A NAME="ref_145_4">Key_Upper_Right_Of_Keypad</A></FONT>      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#535#;
151    <FONT COLOR=red><A NAME="ref_146_4">Key_Center_Of_Keypad</A></FONT>           : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#536#;
152    <FONT COLOR=red><A NAME="ref_147_4">Key_Lower_Left_Of_Keypad</A></FONT>       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#537#;
153    <FONT COLOR=red><A NAME="ref_148_4">Key_Lower_Right_Of_Keypad</A></FONT>      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#540#;
154    <FONT COLOR=red><A NAME="ref_149_4">Key_Back_Tab</A></FONT>                   : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#541#;
155    <FONT COLOR=red><A NAME="ref_150_4">Key_Beginning</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#542#;
156    <FONT COLOR=red><A NAME="ref_151_4">Key_Cancel</A></FONT>                     : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#543#;
157    <FONT COLOR=red><A NAME="ref_152_4">Key_Close</A></FONT>                      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#544#;
158    <FONT COLOR=red><A NAME="ref_153_4">Key_Command</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#545#;
159    <FONT COLOR=red><A NAME="ref_154_4">Key_Copy</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#546#;
160    <FONT COLOR=red><A NAME="ref_155_4">Key_Create</A></FONT>                     : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#547#;
161    <FONT COLOR=red><A NAME="ref_156_4">Key_End</A></FONT>                        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#550#;
162    <FONT COLOR=red><A NAME="ref_157_4">Key_Exit</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#551#;
163    <FONT COLOR=red><A NAME="ref_158_4">Key_Find</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#552#;
164    <FONT COLOR=red><A NAME="ref_159_4">Key_Help</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#553#;
165    <FONT COLOR=red><A NAME="ref_160_4">Key_Mark</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#554#;
166    <FONT COLOR=red><A NAME="ref_161_4">Key_Message</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#555#;
167    <FONT COLOR=red><A NAME="ref_162_4">Key_Move</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#556#;
168    <FONT COLOR=red><A NAME="ref_163_4">Key_Next</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#557#;
169    <FONT COLOR=red><A NAME="ref_164_4">Key_Open</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#560#;
170    <FONT COLOR=red><A NAME="ref_165_4">Key_Options</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#561#;
171    <FONT COLOR=red><A NAME="ref_166_4">Key_Previous</A></FONT>                   : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#562#;
172    <FONT COLOR=red><A NAME="ref_167_4">Key_Redo</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#563#;
173    <FONT COLOR=red><A NAME="ref_168_4">Key_Reference</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#564#;
174    <FONT COLOR=red><A NAME="ref_169_4">Key_Refresh</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#565#;
175    <FONT COLOR=red><A NAME="ref_170_4">Key_Replace</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#566#;
176    <FONT COLOR=red><A NAME="ref_171_4">Key_Restart</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#567#;
177    <FONT COLOR=red><A NAME="ref_172_4">Key_Resume</A></FONT>                     : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#570#;
178    <FONT COLOR=red><A NAME="ref_173_4">Key_Save</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#571#;
179    <FONT COLOR=red><A NAME="ref_174_4">Key_Shift_Begin</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#572#;
180    <FONT COLOR=red><A NAME="ref_175_4">Key_Shift_Cancel</A></FONT>               : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#573#;
181    <FONT COLOR=red><A NAME="ref_176_4">Key_Shift_Command</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#574#;
182    <FONT COLOR=red><A NAME="ref_177_4">Key_Shift_Copy</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#575#;
183    <FONT COLOR=red><A NAME="ref_178_4">Key_Shift_Create</A></FONT>               : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#576#;
184    <FONT COLOR=red><A NAME="ref_179_4">Key_Shift_Delete_Char</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#577#;
185    <FONT COLOR=red><A NAME="ref_180_4">Key_Shift_Delete_Line</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#600#;
186    <FONT COLOR=red><A NAME="ref_181_4">Key_Select</A></FONT>                     : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#601#;
187    <FONT COLOR=red><A NAME="ref_182_4">Key_Shift_End</A></FONT>                  : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#602#;
188    <FONT COLOR=red><A NAME="ref_183_4">Key_Shift_Clear_End_Of_Line</A></FONT>    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#603#;
189    <FONT COLOR=red><A NAME="ref_184_4">Key_Shift_Exit</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#604#;
190    <FONT COLOR=red><A NAME="ref_185_4">Key_Shift_Find</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#605#;
191    <FONT COLOR=red><A NAME="ref_186_4">Key_Shift_Help</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#606#;
192    <FONT COLOR=red><A NAME="ref_187_4">Key_Shift_Home</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#607#;
193    <FONT COLOR=red><A NAME="ref_188_4">Key_Shift_Insert_Char</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#610#;
194    <FONT COLOR=red><A NAME="ref_189_4">Key_Shift_Cursor_Left</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#611#;
195    <FONT COLOR=red><A NAME="ref_190_4">Key_Shift_Message</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#612#;
196    <FONT COLOR=red><A NAME="ref_191_4">Key_Shift_Move</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#613#;
197    <FONT COLOR=red><A NAME="ref_192_4">Key_Shift_Next_Page</A></FONT>            : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#614#;
198    <FONT COLOR=red><A NAME="ref_193_4">Key_Shift_Options</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#615#;
199    <FONT COLOR=red><A NAME="ref_194_4">Key_Shift_Previous_Page</A></FONT>        : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#616#;
200    <FONT COLOR=red><A NAME="ref_195_4">Key_Shift_Print</A></FONT>                : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#617#;
201    <FONT COLOR=red><A NAME="ref_196_4">Key_Shift_Redo</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#620#;
202    <FONT COLOR=red><A NAME="ref_197_4">Key_Shift_Replace</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#621#;
203    <FONT COLOR=red><A NAME="ref_198_4">Key_Shift_Cursor_Right</A></FONT>         : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#622#;
204    <FONT COLOR=red><A NAME="ref_199_4">Key_Shift_Resume</A></FONT>               : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#623#;
205    <FONT COLOR=red><A NAME="ref_200_4">Key_Shift_Save</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#624#;
206    <FONT COLOR=red><A NAME="ref_201_4">Key_Shift_Suspend</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#625#;
207    <FONT COLOR=red><A NAME="ref_202_4">Key_Shift_Undo</A></FONT>                 : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#626#;
208    <FONT COLOR=red><A NAME="ref_203_4">Key_Suspend</A></FONT>                    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#627#;
209    <FONT COLOR=red><A NAME="ref_204_4">Key_Undo</A></FONT>                       : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#630#;
210    <FONT COLOR=red><A NAME="ref_205_4">Key_Mouse</A></FONT>                      : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> := 8#631#;
211    Key_Resize                     : <b>constant</b> Special_Key_Code := 8#632#;
212
213    Key_Max                        : <b>constant</b> Special_Key_Code
214      := Special_Key_Code'Last;
215
216    <b>subtype</b> User_Key_Code <b>is</b> Key_Code
217      <b>range</b> (Key_Max + 129) .. Key_Code'Last;
218    <FONT COLOR=green><EM>--  This is reserved for user defined key codes. The range between Key_Max</EM></FONT>
219    <FONT COLOR=green><EM>--  and the first user code is reserved for subsystems like menu and forms.</EM></FONT>
220
221    <FONT COLOR=green><EM>--  For those who like to use the original key names we produce them were</EM></FONT>
222    <FONT COLOR=green><EM>--  they differ from the original. Please note that they may differ in</EM></FONT>
223    <FONT COLOR=green><EM>--  lower/upper case.</EM></FONT>
224    KEY_DOWN         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_93_4">Key_Cursor_Down</A>;
225    KEY_UP           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_94_4">Key_Cursor_Up</A>;
226    KEY_LEFT         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_95_4">Key_Cursor_Left</A>;
227    KEY_RIGHT        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_123_4">Key_Cursor_Right</A>;
228    KEY_DL           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_124_4">Key_Delete_Line</A>;
229    KEY_IL           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_125_4">Key_Insert_Line</A>;
230    KEY_DC           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_126_4">Key_Delete_Char</A>;
231    KEY_IC           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_127_4">Key_Insert_Char</A>;
232    KEY_EIC          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_128_4">Key_Exit_Insert_Mode</A>;
233    KEY_CLEAR        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_129_4">Key_Clear_Screen</A>;
234    KEY_EOS          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_130_4">Key_Clear_End_Of_Screen</A>;
235    KEY_EOL          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_131_4">Key_Clear_End_Of_Line</A>;
236    KEY_SF           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_132_4">Key_Scroll_1_Forward</A>;
237    KEY_SR           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_133_4">Key_Scroll_1_Backward</A>;
238    KEY_NPAGE        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_134_4">Key_Next_Page</A>;
239    KEY_PPAGE        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_135_4">Key_Previous_Page</A>;
240    KEY_STAB         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_136_4">Key_Set_Tab</A>;
241    KEY_CTAB         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_137_4">Key_Clear_Tab</A>;
242    KEY_CATAB        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_138_4">Key_Clear_All_Tabs</A>;
243    KEY_ENTER        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_139_4">Key_Enter_Or_Send</A>;
244    KEY_SRESET       : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_142_4">Key_Soft_Reset</A>;
245    KEY_LL           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_143_4">Key_Bottom</A>;
246    KEY_A1           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_144_4">Key_Upper_Left_Of_Keypad</A>;
247    KEY_A3           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_145_4">Key_Upper_Right_Of_Keypad</A>;
248    KEY_B2           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_146_4">Key_Center_Of_Keypad</A>;
249    KEY_C1           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_147_4">Key_Lower_Left_Of_Keypad</A>;
250    KEY_C3           : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_148_4">Key_Lower_Right_Of_Keypad</A>;
251    KEY_BTAB         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_149_4">Key_Back_Tab</A>;
252    KEY_BEG          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_173_4">Key_Beginning</A>;
253    KEY_SBEG         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_174_4">Key_Shift_Begin</A>;
254    KEY_SCANCEL      : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_175_4">Key_Shift_Cancel</A>;
255    KEY_SCOMMAND     : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_176_4">Key_Shift_Command</A>;
256    KEY_SCOPY        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_177_4">Key_Shift_Copy</A>;
257    KEY_SCREATE      : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_178_4">Key_Shift_Create</A>;
258    KEY_SDC          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_179_4">Key_Shift_Delete_Char</A>;
259    KEY_SDL          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_181_4">Key_Shift_Delete_Line</A>;
260    KEY_SEND         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_182_4">Key_Shift_End</A>;
261    KEY_SEOL         : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_183_4">Key_Shift_Clear_End_Of_Line</A>;
262    KEY_SEXIT        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_184_4">Key_Shift_Exit</A>;
263    KEY_SFIND        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_185_4">Key_Shift_Find</A>;
264    KEY_SHELP        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_186_4">Key_Shift_Help</A>;
265    KEY_SHOME        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_187_4">Key_Shift_Home</A>;
266    KEY_SIC          : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_188_4">Key_Shift_Insert_Char</A>;
267    KEY_SLEFT        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_189_4">Key_Shift_Cursor_Left</A>;
268    KEY_SMESSAGE     : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_190_4">Key_Shift_Message</A>;
269    KEY_SMOVE        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_191_4">Key_Shift_Move</A>;
270    KEY_SNEXT        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_192_4">Key_Shift_Next_Page</A>;
271    KEY_SOPTIONS     : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_193_4">Key_Shift_Options</A>;
272    KEY_SPREVIOUS    : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_194_4">Key_Shift_Previous_Page</A>;
273    KEY_SPRINT       : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_195_4">Key_Shift_Print</A>;
274    KEY_SREDO        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_196_4">Key_Shift_Redo</A>;
275    KEY_SREPLACE     : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_197_4">Key_Shift_Replace</A>;
276    KEY_SRIGHT       : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_198_4">Key_Shift_Cursor_Right</A>;
277    KEY_SRSUME       : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_199_4">Key_Shift_Resume</A>;
278    KEY_SSAVE        : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_200_4">Key_Shift_Save</A>;
279    KEY_SSUSPEND     : <A HREF="terminal_interface-curses__ads.htm#ref_78_12">Special_Key_Code</A> <b>renames</b> <A HREF="terminal_interface-curses__ads.htm#ref_201_4">Key_Shift_Suspend</A>;
280    KEY_SUNDO        : Special_Key_Code <b>renames</b> Key_Shift_Undo;
281
282 <FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
283
284    <b>type</b><A HREF="terminal_interface-curses__ads.htm#ref_278_9"> </A>Color_Number <b>is</b> <b>range</b><A HREF="interfac__ads.htm#ref_38_9"> </A>-1 .. Integer (Interfaces.C.short'Last);
285    <b>for</b> Color_Number'Size <b>use</b> Interfaces.C.short'Size;
286    <FONT COLOR=green><EM>--  (n)curses uses a short for the color index</EM></FONT>
287    <FONT COLOR=green><EM>--  The model is, that a Color_Number is an index into an array of</EM></FONT>
288    <FONT COLOR=green><EM>--  (potentially) definable colors. Some of those indices are</EM></FONT>
289    <FONT COLOR=green><EM>--  predefined (see below), although they may not really exist.</EM></FONT>
290
291    <FONT COLOR=red><A NAME="ref_286_4">Default_Color</A></FONT>    : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := -1;
292    <FONT COLOR=red><A NAME="ref_287_4">Black</A></FONT>            : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 0;
293    <FONT COLOR=red><A NAME="ref_288_4">Red</A></FONT>              : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 1;
294    <FONT COLOR=red><A NAME="ref_289_4">Green</A></FONT>            : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 2;
295    <FONT COLOR=red><A NAME="ref_290_4">Yellow</A></FONT>           : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 3;
296    <FONT COLOR=red><A NAME="ref_291_4">Blue</A></FONT>             : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 4;
297    <FONT COLOR=red><A NAME="ref_292_4">Magenta</A></FONT>          : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 5;
298    <FONT COLOR=red><A NAME="ref_293_4">Cyan</A></FONT>             : <b>constant</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := 6;
299    White            : <b>constant</b> Color_Number := 7;
300
301    <b>type</b><A HREF="terminal_interface-curses__ads.htm#ref_295_9"> </A>RGB_Value <b>is</b> <b>range</b><A HREF="interfac__ads.htm#ref_38_9"> </A>0 .. Integer (Interfaces.C.short'Last);
302    <b>for</b> RGB_Value'Size <b>use</b> Interfaces.C.short'Size;
303    <FONT COLOR=green><EM>--  Some system may allow to redefine a color by setting RGB values.</EM></FONT>
304
305    <b>type</b><A HREF="terminal_interface-curses__ads.htm#ref_299_9"> </A>Color_Pair <b>is</b> <b>range</b> 0 .. 255;
306    <b>for</b> Color_Pair'Size <b>use</b> 8;
307    <b>subtype</b> Redefinable_Color_Pair <b>is</b> Color_Pair <b>range</b> 1 .. 255;
308    <FONT COLOR=green><EM>--  (n)curses reserves 1 Byte for the color-pair number. Color Pair 0</EM></FONT>
309    <FONT COLOR=green><EM>--  is fixed (Black &amp; White). A color pair is simply a combination of</EM></FONT>
310    <FONT COLOR=green><EM>--  two colors described by Color_Numbers, one for the foreground and</EM></FONT>
311    <FONT COLOR=green><EM>--  the other for the background</EM></FONT>
312
313    <b>type</b> Character_Attribute_Set <b>is</b>
314       <b>record</b>
315          <FONT COLOR=red><A NAME="ref_310_10">Stand_Out</A></FONT>               : Boolean;
316          <FONT COLOR=red><A NAME="ref_311_10">Under_Line</A></FONT>              : Boolean;
317          <FONT COLOR=red><A NAME="ref_312_10">Reverse_Video</A></FONT>           : Boolean;
318          <FONT COLOR=red><A NAME="ref_313_10">Blink</A></FONT>                   : Boolean;
319          <FONT COLOR=red><A NAME="ref_314_10">Dim_Character</A></FONT>           : Boolean;
320          <FONT COLOR=red><A NAME="ref_315_10">Bold_Character</A></FONT>          : Boolean;
321          <FONT COLOR=red><A NAME="ref_316_10">Alternate_Character_Set</A></FONT> : Boolean;
322          <FONT COLOR=red><A NAME="ref_317_10">Invisible_Character</A></FONT>     : Boolean;
323          <FONT COLOR=red><A NAME="ref_318_10">Protected_Character</A></FONT>     : Boolean;
324          <FONT COLOR=red><A NAME="ref_319_10">Horizontal</A></FONT>              : Boolean;
325          <FONT COLOR=red><A NAME="ref_320_10">Left</A></FONT>                    : Boolean;
326          <FONT COLOR=red><A NAME="ref_321_10">Low</A></FONT>                     : Boolean;
327          <FONT COLOR=red><A NAME="ref_322_10">Right</A></FONT>                   : Boolean;
328          <FONT COLOR=red><A NAME="ref_323_10">Top</A></FONT>                     : Boolean;
329          Vertical                : Boolean;
330       <b>end</b> <b>record</b>;
331    <b>pragma</b> Convention (C, Character_Attribute_Set);
332
333    <b>for</b> Character_Attribute_Set <b>use</b>
334       <b>record</b>
335          Stand_Out               <b>at</b> 0 <b>range</b>  0 ..  0;
336          Under_Line              <b>at</b> 0 <b>range</b>  1 ..  1;
337          Reverse_Video           <b>at</b> 0 <b>range</b>  2 ..  2;
338          Blink                   <b>at</b> 0 <b>range</b>  3 ..  3;
339          Dim_Character           <b>at</b> 0 <b>range</b>  4 ..  4;
340          Bold_Character          <b>at</b> 0 <b>range</b>  5 ..  5;
341          Alternate_Character_Set <b>at</b> 0 <b>range</b>  6 ..  6;
342          Invisible_Character     <b>at</b> 0 <b>range</b>  7 ..  7;
343          Protected_Character     <b>at</b> 0 <b>range</b>  8 ..  8;
344          Horizontal              <b>at</b> 0 <b>range</b>  9 ..  9;
345          Left                    <b>at</b> 0 <b>range</b> 10 .. 10;
346          Low                     <b>at</b> 0 <b>range</b> 11 .. 11;
347          Right                   <b>at</b> 0 <b>range</b> 12 .. 12;
348          Top                     <b>at</b> 0 <b>range</b> 13 .. 13;
349          Vertical                <b>at</b> 0 <b>range</b> 14 .. 14;
350       <b>end</b> <b>record</b>;
351    <b>for</b> Character_Attribute_Set'Size <b>use</b> 16;
352    <FONT COLOR=green><EM>--  Please note: this rep. clause is generated and may be</EM></FONT>
353    <FONT COLOR=green><EM>--               different on your system.</EM></FONT>
354    <FONT COLOR=green><EM>--  (n)curses uses all but the lowest 16 Bits for Attributes.</EM></FONT>
355
356    Normal_Video : <b>constant</b> Character_Attribute_Set := (<b>others</b> =&gt; False);
357
358    <b>type</b> Attributed_Character <b>is</b>
359       <b>record</b>
360          <FONT COLOR=red><A NAME="ref_355_10">Attr</A></FONT>  : <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character_Attribute_Set</A>;
361          <FONT COLOR=red><A NAME="ref_356_10">Color</A></FONT> : Color_Pair;
362          Ch    : Character;
363       <b>end</b> <b>record</b>;
364    <b>pragma</b> Convention (C, Attributed_Character);
365    <FONT COLOR=green><EM>--  This is the counterpart for the chtype in C.</EM></FONT>
366
367    <b>for</b> Attributed_Character <b>use</b>
368       <b>record</b>
369          Ch    <b>at</b> 0 <b>range</b>  0 ..  7;
370          Color <b>at</b> 0 <b>range</b>  8 .. 15;
371          Attr  <b>at</b> 0 <b>range</b> 16 .. 31;
372       <b>end</b> <b>record</b>;
373    <b>for</b> Attributed_Character'Size <b>use</b> 32;
374       <FONT COLOR=green><EM>--  Please note: this rep. clause is generated and may be</EM></FONT>
375       <FONT COLOR=green><EM>--               different on your system.</EM></FONT>
376
377    Default_Character : <b>constant</b> Attributed_Character
378      := (<A HREF="terminal_interface-curses__ads.htm#ref_355_10">Ch</A>    =&gt; <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character</A>'First,
379          <A HREF="terminal_interface-curses__ads.htm#ref_354_10">Color</A> =&gt; Color_Pair'First,
380          Attr  =&gt; (<b>others</b> =&gt; False));  <FONT COLOR=green><EM>--  preelaboratable Normal_Video</EM></FONT>
381
382    <b>type</b> Attributed_String <b>is</b> <b>array</b> (Positive <b>range</b> &lt;&gt;) <b>of</b> Attributed_Character;
383    <b>pragma</b> Pack (Attributed_String);
384    <FONT COLOR=green><EM>--  In this binding we allow strings of attributed characters.</EM></FONT>
385
386    <FONT COLOR=green><EM>------------------</EM></FONT>
387    <FONT COLOR=green><EM>--  Exceptions  --</EM></FONT>
388    <FONT COLOR=green><EM>------------------</EM></FONT>
389    <FONT COLOR=red><A NAME="ref_384_4">Curses_Exception</A></FONT>     : <b>exception</b>;
390    Wrong_Curses_Version : <b>exception</b>;
391
392    <FONT COLOR=green><EM>--  Those exceptions are raised by the ETI (Extended Terminal Interface)</EM></FONT>
393    <FONT COLOR=green><EM>--  subpackets for Menu and Forms handling.</EM></FONT>
394    <FONT COLOR=green><EM>--</EM></FONT>
395    <FONT COLOR=red><A NAME="ref_390_4">Eti_System_Error</A></FONT>    : <b>exception</b>;
396    <FONT COLOR=red><A NAME="ref_391_4">Eti_Bad_Argument</A></FONT>    : <b>exception</b>;
397    <FONT COLOR=red><A NAME="ref_392_4">Eti_Posted</A></FONT>          : <b>exception</b>;
398    <FONT COLOR=red><A NAME="ref_393_4">Eti_Connected</A></FONT>       : <b>exception</b>;
399    <FONT COLOR=red><A NAME="ref_394_4">Eti_Bad_State</A></FONT>       : <b>exception</b>;
400    <FONT COLOR=red><A NAME="ref_395_4">Eti_No_Room</A></FONT>         : <b>exception</b>;
401    <FONT COLOR=red><A NAME="ref_396_4">Eti_Not_Posted</A></FONT>      : <b>exception</b>;
402    <FONT COLOR=red><A NAME="ref_397_4">Eti_Unknown_Command</A></FONT> : <b>exception</b>;
403    <FONT COLOR=red><A NAME="ref_398_4">Eti_No_Match</A></FONT>        : <b>exception</b>;
404    <FONT COLOR=red><A NAME="ref_399_4">Eti_Not_Selectable</A></FONT>  : <b>exception</b>;
405    <FONT COLOR=red><A NAME="ref_400_4">Eti_Not_Connected</A></FONT>   : <b>exception</b>;
406    <FONT COLOR=red><A NAME="ref_401_4">Eti_Request_Denied</A></FONT>  : <b>exception</b>;
407    <FONT COLOR=red><A NAME="ref_402_4">Eti_Invalid_Field</A></FONT>   : <b>exception</b>;
408    Eti_Current         : <b>exception</b>;
409
410    <FONT COLOR=green><EM>--------------------------------------------------------------------------</EM></FONT>
411    <FONT COLOR=green><EM>--  External C variables</EM></FONT>
412    <FONT COLOR=green><EM>--  Conceptually even in C this are kind of constants, but they are</EM></FONT>
413    <FONT COLOR=green><EM>--  initialized and sometimes changed by the library routines at runtime</EM></FONT>
414    <FONT COLOR=green><EM>--  depending on the type of terminal. I believe the best way to model</EM></FONT>
415    <FONT COLOR=green><EM>--  this is to use functions.</EM></FONT>
416    <FONT COLOR=green><EM>--------------------------------------------------------------------------</EM></FONT>
417
418    <b>function</b> Lines <A HREF="terminal_interface-curses__ads.htm#ref_412_13"> </A>          <b>return</b> Line_Count;
419    <b>pragma</b> Inline (Lines);
420
421    <b>function</b> Columns          <b>return</b> Column_Count;
422    <b>pragma</b> Inline (Columns);
423
424    <b>function</b> Tab_Size         <b>return</b> Natural;
425    <b>pragma</b> Inline (Tab_Size);
426
427    <b>function</b> Number_Of_Colors <b>return</b> Natural;
428    <b>pragma</b> Inline (Number_Of_Colors);
429
430    <b>function</b> Number_Of_Color_Pairs <b>return</b> Natural;
431    <b>pragma</b> Inline (Number_Of_Color_Pairs);
432
433    ACS_Map : <b>array</b> (Character'Val (0) .. Character'Val (127)) <b>of</b>
434      Attributed_Character;
435    <b>pragma</b> Import (C, ACS_Map, "acs_map");
436    <FONT COLOR=green><EM>--</EM></FONT>
437    <FONT COLOR=green><EM>--</EM></FONT>
438    <FONT COLOR=green><EM>--  Constants for several characters from the Alternate Character Set</EM></FONT>
439    <FONT COLOR=green><EM>--  You must use this constants as indices into the ACS_Map array</EM></FONT>
440    <FONT COLOR=green><EM>--  to get the corresponding attributed character at runtime.</EM></FONT>
441    <FONT COLOR=green><EM>--</EM></FONT>
442    <FONT COLOR=red><A NAME="ref_437_4">ACS_Upper_Left_Corner</A></FONT>    : <b>constant</b> Character := 'l';
443    <FONT COLOR=red><A NAME="ref_438_4">ACS_Lower_Left_Corner</A></FONT>    : <b>constant</b> Character := 'm';
444    <FONT COLOR=red><A NAME="ref_439_4">ACS_Upper_Right_Corner</A></FONT>   : <b>constant</b> Character := 'k';
445    <FONT COLOR=red><A NAME="ref_440_4">ACS_Lower_Right_Corner</A></FONT>   : <b>constant</b> Character := 'j';
446    <FONT COLOR=red><A NAME="ref_441_4">ACS_Left_Tee</A></FONT>             : <b>constant</b> Character := 't';
447    <FONT COLOR=red><A NAME="ref_442_4">ACS_Right_Tee</A></FONT>            : <b>constant</b> Character := 'u';
448    <FONT COLOR=red><A NAME="ref_443_4">ACS_Bottom_Tee</A></FONT>           : <b>constant</b> Character := 'v';
449    <FONT COLOR=red><A NAME="ref_444_4">ACS_Top_Tee</A></FONT>              : <b>constant</b> Character := 'w';
450    <FONT COLOR=red><A NAME="ref_445_4">ACS_Horizontal_Line</A></FONT>      : <b>constant</b> Character := 'q';
451    <FONT COLOR=red><A NAME="ref_446_4">ACS_Vertical_Line</A></FONT>        : <b>constant</b> Character := 'x';
452    <FONT COLOR=red><A NAME="ref_447_4">ACS_Plus_Symbol</A></FONT>          : <b>constant</b> Character := 'n';
453    <FONT COLOR=red><A NAME="ref_448_4">ACS_Scan_Line_1</A></FONT>          : <b>constant</b> Character := 'o';
454    <FONT COLOR=red><A NAME="ref_449_4">ACS_Scan_Line_9</A></FONT>          : <b>constant</b> Character := 's';
455    <FONT COLOR=red><A NAME="ref_450_4">ACS_Diamond</A></FONT>              : <b>constant</b> Character := Character'Val (96);
456    <FONT COLOR=red><A NAME="ref_451_4">ACS_Checker_Board</A></FONT>        : <b>constant</b> Character := 'a';
457    <FONT COLOR=red><A NAME="ref_452_4">ACS_Degree</A></FONT>               : <b>constant</b> Character := 'f';
458    <FONT COLOR=red><A NAME="ref_453_4">ACS_Plus_Minus</A></FONT>           : <b>constant</b> Character := 'g';
459    <FONT COLOR=red><A NAME="ref_454_4">ACS_Bullet</A></FONT>               : <b>constant</b> Character := '~';
460    <FONT COLOR=red><A NAME="ref_455_4">ACS_Left_Arrow</A></FONT>           : <b>constant</b> Character := ',';
461    <FONT COLOR=red><A NAME="ref_456_4">ACS_Right_Arrow</A></FONT>          : <b>constant</b> Character := '+';
462    <FONT COLOR=red><A NAME="ref_457_4">ACS_Down_Arrow</A></FONT>           : <b>constant</b> Character := '.';
463    <FONT COLOR=red><A NAME="ref_458_4">ACS_Up_Arrow</A></FONT>             : <b>constant</b> Character := '-';
464    <FONT COLOR=red><A NAME="ref_459_4">ACS_Board_Of_Squares</A></FONT>     : <b>constant</b> Character := 'h';
465    <FONT COLOR=red><A NAME="ref_460_4">ACS_Lantern</A></FONT>              : <b>constant</b> Character := 'i';
466    <FONT COLOR=red><A NAME="ref_461_4">ACS_Solid_Block</A></FONT>          : <b>constant</b> Character := '0';
467    <FONT COLOR=red><A NAME="ref_462_4">ACS_Scan_Line_3</A></FONT>          : <b>constant</b> Character := 'p';
468    <FONT COLOR=red><A NAME="ref_463_4">ACS_Scan_Line_7</A></FONT>          : <b>constant</b> Character := 'r';
469    <FONT COLOR=red><A NAME="ref_464_4">ACS_Less_Or_Equal</A></FONT>        : <b>constant</b> Character := 'y';
470    <FONT COLOR=red><A NAME="ref_465_4">ACS_Greater_Or_Equal</A></FONT>     : <b>constant</b> Character := 'z';
471    <FONT COLOR=red><A NAME="ref_466_4">ACS_PI</A></FONT>                   : <b>constant</b> Character := '{';
472    <FONT COLOR=red><A NAME="ref_467_4">ACS_Not_Equal</A></FONT>            : <b>constant</b> Character := '|';
473    ACS_Sterling             : <b>constant</b> Character := '}';
474
475    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
476    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_initscr.3x.html">curs_initscr.3x</A></EM></FONT>
477    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
478    <FONT COLOR=green><EM>--  | Not implemented: newterm, set_term, delscreen, curscr</EM></FONT>
479
480    <FONT COLOR=green><EM>--  #1A NAME="AFU_1"#2|</EM></FONT>
481    <b>function</b> Standard_Window <b>return</b> Window;
482    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_initscr.3x.html">stdscr</A></EM></FONT>
483    <b>pragma</b> Inline (Standard_Window);
484
485    <FONT COLOR=green><EM>--  #1A NAME="AFU_2"#2|</EM></FONT>
486    <b>procedure</b> Init_Screen;
487
488    <FONT COLOR=green><EM>--  #1A NAME="AFU_3"#2|</EM></FONT>
489    <b>procedure</b> Init_Windows <b>renames</b> Init_Screen;
490    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_initscr.3x.html">initscr()</A></EM></FONT>
491    <b>pragma</b> Inline (Init_Screen);
492    <FONT COLOR=green><EM>--  pragma Inline (Init_Windows);</EM></FONT>
493
494    <FONT COLOR=green><EM>--  #1A NAME="AFU_4"#2|</EM></FONT>
495    <b>procedure</b> End_Windows;
496    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_initscr.3x.html">endwin()</A></EM></FONT>
497    <b>procedure</b> End_Screen <b>renames</b> End_Windows;
498    <b>pragma</b> Inline (End_Windows);
499    <FONT COLOR=green><EM>--  pragma Inline (End_Screen);</EM></FONT>
500
501    <FONT COLOR=green><EM>--  #1A NAME="AFU_5"#2|</EM></FONT>
502    <b>function</b> Is_End_Window <b>return</b> Boolean;
503    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_initscr.3x.html">isendwin()</A></EM></FONT>
504    <b>pragma</b> Inline (Is_End_Window);
505
506    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
507    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_move.3x.html">curs_move.3x</A></EM></FONT>
508    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
509
510    <FONT COLOR=green><EM>--  #1A NAME="AFU_6"#2|</EM></FONT>
511    <b>procedure</b> Move_Cursor (<FONT COLOR=red><A NAME="ref_506_27" HREF="terminal_interface-curses__adb.htm#ref_187_27">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
512                           <FONT COLOR=red><A NAME="ref_507_27" HREF="terminal_interface-curses__adb.htm#ref_188_27">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
513                           Column : <b>in</b> Column_Position);
514    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_move.3x.html">wmove()</A></EM></FONT>
515    <FONT COLOR=green><EM>--  AKA: move()</EM></FONT>
516    <b>pragma</b> Inline (Move_Cursor);
517
518    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
519    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_addch.3x.html">curs_addch.3x</A></EM></FONT>
520    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
521
522    <FONT COLOR=green><EM>--  #1A NAME="AFU_7"#2|</EM></FONT>
523    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_518_19" HREF="terminal_interface-curses__adb.htm#ref_202_19">Win</A></FONT> :  <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
524                   Ch  :  <b>in</b> Attributed_Character);
525    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addch.3x.html">waddch()</A></EM></FONT>
526    <FONT COLOR=green><EM>--  AKA: addch()</EM></FONT>
527
528    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_523_19" HREF="terminal_interface-curses__adb.htm#ref_214_19">Win</A></FONT> :  <b>in</b> Window := Standard_Window;
529                   Ch  :  <b>in</b> Character);
530    <FONT COLOR=green><EM>--  Add a single character at the current logical cursor position to</EM></FONT>
531    <FONT COLOR=green><EM>--  the window. Use the current windows attributes.</EM></FONT>
532
533    <FONT COLOR=green><EM>--  #1A NAME="AFU_8"#2|</EM></FONT>
534    <b>procedure</b> Add
535      (<FONT COLOR=red><A NAME="ref_530_7" HREF="terminal_interface-curses__adb.htm#ref_225_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
536       <FONT COLOR=red><A NAME="ref_531_7" HREF="terminal_interface-curses__adb.htm#ref_226_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
537       <FONT COLOR=red><A NAME="ref_532_7" HREF="terminal_interface-curses__adb.htm#ref_227_7">Column</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Column_Position</A>;
538       Ch     : <b>in</b> Attributed_Character);
539    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addch.3x.html">mvwaddch()</A></EM></FONT>
540    <FONT COLOR=green><EM>--  AKA: mvaddch()</EM></FONT>
541
542    <b>procedure</b> Add
543      (<FONT COLOR=red><A NAME="ref_538_7" HREF="terminal_interface-curses__adb.htm#ref_244_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
544       <FONT COLOR=red><A NAME="ref_539_7" HREF="terminal_interface-curses__adb.htm#ref_245_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
545       <FONT COLOR=red><A NAME="ref_540_7" HREF="terminal_interface-curses__adb.htm#ref_246_7">Column</A></FONT> : <b>in</b> Column_Position;
546       Ch     : <b>in</b> Character);
547    <FONT COLOR=green><EM>--  Move to the position and add a single character into the window</EM></FONT>
548    <FONT COLOR=green><EM>--  There are more Add routines, so the Inline pragma follows later</EM></FONT>
549
550    <FONT COLOR=green><EM>--  #1A NAME="AFU_9"#2|</EM></FONT>
551    <b>procedure</b> Add_With_Immediate_Echo
552      (<FONT COLOR=red><A NAME="ref_547_7" HREF="terminal_interface-curses__adb.htm#ref_259_7">Win</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
553       Ch  : <b>in</b> Attributed_Character);
554    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addch.3x.html">wechochar()</A></EM></FONT>
555    <FONT COLOR=green><EM>--  AKA: echochar()</EM></FONT>
556
557    <b>procedure</b> Add_With_Immediate_Echo
558      (<FONT COLOR=red><A NAME="ref_553_7" HREF="terminal_interface-curses__adb.htm#ref_272_7">Win</A></FONT> : <b>in</b> Window := Standard_Window;
559       Ch  : <b>in</b> Character);
560    <FONT COLOR=green><EM>--  Add a character and do an immediate refresh of the screen.</EM></FONT>
561    <b>pragma</b> Inline (Add_With_Immediate_Echo);
562
563    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
564    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_window.3x.html">curs_window.3x</A></EM></FONT>
565    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
566    <FONT COLOR=green><EM>--  Not Implemented: wcursyncup</EM></FONT>
567
568    <FONT COLOR=green><EM>--  #1A NAME="AFU_10"#2|</EM></FONT>
569    <b>function</b> Create
570      (<FONT COLOR=red><A NAME="ref_565_7" HREF="terminal_interface-curses__adb.htm#ref_283_21">Number_Of_Lines</A></FONT>       : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
571       <FONT COLOR=red><A NAME="ref_566_7" HREF="terminal_interface-curses__adb.htm#ref_284_21">Number_Of_Columns</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Count</A>;
572       <FONT COLOR=red><A NAME="ref_567_7" HREF="terminal_interface-curses__adb.htm#ref_285_21">First_Line_Position</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
573       First_Column_Position : Column_Position) <b>return</b> Window;
574    <FONT COLOR=green><EM>--  Not Implemented: Default Number_Of_Lines, Number_Of_Columns</EM></FONT>
575    <FONT COLOR=green><EM>--  the C version lets them be 0, see the man page.</EM></FONT>
576    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">newwin()</A></EM></FONT>
577    <b>pragma</b> Inline (Create);
578
579    <b>function</b> New_Window
580      (<FONT COLOR=red><A NAME="ref_575_7">Number_Of_Lines</A></FONT>       : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
581       <FONT COLOR=red><A NAME="ref_576_7">Number_Of_Columns</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Count</A>;
582       <FONT COLOR=red><A NAME="ref_577_7">First_Line_Position</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
583       First_Column_Position : Column_Position) <b>return</b> Window
584      <b>renames</b> Create;
585    <FONT COLOR=green><EM>--  pragma Inline (New_Window);</EM></FONT>
586
587    <FONT COLOR=green><EM>--  #1A NAME="AFU_11"#2|</EM></FONT>
588    <b>procedure</b> Delete (Win : <b>in</b> <b>out</b> Window);
589    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">delwin()</A></EM></FONT>
590    <FONT COLOR=green><EM>--  Reset Win to Null_Window</EM></FONT>
591    <b>pragma</b> Inline (Delete);
592
593    <FONT COLOR=green><EM>--  #1A NAME="AFU_12"#2|</EM></FONT>
594    <b>function</b> Sub_Window
595      (<FONT COLOR=red><A NAME="ref_590_7" HREF="terminal_interface-curses__adb.htm#ref_318_7">Win</A></FONT>                   : <A HREF="terminal_interface-curses__ads.htm#ref_63_12">Window</A> := Standard_Window;
596       <FONT COLOR=red><A NAME="ref_591_7" HREF="terminal_interface-curses__adb.htm#ref_319_7">Number_Of_Lines</A></FONT>       : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
597       <FONT COLOR=red><A NAME="ref_592_7" HREF="terminal_interface-curses__adb.htm#ref_320_7">Number_Of_Columns</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Count</A>;
598       <FONT COLOR=red><A NAME="ref_593_7" HREF="terminal_interface-curses__adb.htm#ref_321_7">First_Line_Position</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
599       First_Column_Position : Column_Position) <b>return</b> Window;
600    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">subwin()</A></EM></FONT>
601    <b>pragma</b> Inline (Sub_Window);
602
603    <FONT COLOR=green><EM>--  #1A NAME="AFU_13"#2|</EM></FONT>
604    <b>function</b> Derived_Window
605      (<FONT COLOR=red><A NAME="ref_600_7" HREF="terminal_interface-curses__adb.htm#ref_346_7">Win</A></FONT>                   : <A HREF="terminal_interface-curses__ads.htm#ref_63_12">Window</A> := Standard_Window;
606       <FONT COLOR=red><A NAME="ref_601_7" HREF="terminal_interface-curses__adb.htm#ref_347_7">Number_Of_Lines</A></FONT>       : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
607       <FONT COLOR=red><A NAME="ref_602_7" HREF="terminal_interface-curses__adb.htm#ref_348_7">Number_Of_Columns</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Count</A>;
608       <FONT COLOR=red><A NAME="ref_603_7" HREF="terminal_interface-curses__adb.htm#ref_349_7">First_Line_Position</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
609       First_Column_Position : Column_Position) <b>return</b> Window;
610    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">derwin()</A></EM></FONT>
611    <b>pragma</b> Inline (Derived_Window);
612
613    <FONT COLOR=green><EM>--  #1A NAME="AFU_14"#2|</EM></FONT>
614    <b>function</b> Duplicate (Win : Window) <b>return</b> Window;
615    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">dupwin()</A></EM></FONT>
616    <b>pragma</b> Inline (Duplicate);
617
618    <FONT COLOR=green><EM>--  #1A NAME="AFU_15"#2|</EM></FONT>
619    <b>procedure</b> Move_Window (<FONT COLOR=red><A NAME="ref_614_27" HREF="terminal_interface-curses__adb.htm#ref_386_27">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
620                           <FONT COLOR=red><A NAME="ref_615_27" HREF="terminal_interface-curses__adb.htm#ref_387_27">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
621                           Column : <b>in</b> Column_Position);
622    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">mvwin()</A></EM></FONT>
623    <b>pragma</b> Inline (Move_Window);
624
625    <FONT COLOR=green><EM>--  #1A NAME="AFU_16"#2|</EM></FONT>
626    <b>procedure</b> Move_Derived_Window (<FONT COLOR=red><A NAME="ref_621_35" HREF="terminal_interface-curses__adb.htm#ref_400_35">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
627                                   <FONT COLOR=red><A NAME="ref_622_35" HREF="terminal_interface-curses__adb.htm#ref_401_35">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
628                                   Column : <b>in</b> Column_Position);
629    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">mvderwin()</A></EM></FONT>
630    <b>pragma</b> Inline (Move_Derived_Window);
631
632    <FONT COLOR=green><EM>--  #1A NAME="AFU_17"#2|</EM></FONT>
633    <b>procedure</b> Synchronize_Upwards (Win : <b>in</b> Window);
634    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">wsyncup()</A></EM></FONT>
635    <b>pragma</b> Import (C, Synchronize_Upwards, "wsyncup");
636
637    <FONT COLOR=green><EM>--  #1A NAME="AFU_18"#2|</EM></FONT>
638    <b>procedure</b> Synchronize_Downwards (Win : <b>in</b> Window);
639    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">wsyncdown()</A></EM></FONT>
640    <b>pragma</b> Import (C, Synchronize_Downwards, "wsyncdown");
641
642    <FONT COLOR=green><EM>--  #1A NAME="AFU_19"#2|</EM></FONT>
643    <b>procedure</b> Set_Synch_Mode (<FONT COLOR=red><A NAME="ref_638_30" HREF="terminal_interface-curses__adb.htm#ref_414_30">Win</A></FONT>  : <b>in</b> Window := Standard_Window;
644                              Mode : <b>in</b> Boolean := False);
645    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_window.3x.html">syncok()</A></EM></FONT>
646    <b>pragma</b> Inline (Set_Synch_Mode);
647
648    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
649    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_addstr.3x.html">curs_addstr.3x</A></EM></FONT>
650    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
651
652    <FONT COLOR=green><EM>--  #1A NAME="AFU_20"#2|</EM></FONT>
653    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_648_19" HREF="terminal_interface-curses__adb.htm#ref_426_19">Win</A></FONT> : <b>in</b> Window := Standard_Window;
654                   <FONT COLOR=red><A NAME="ref_649_19" HREF="terminal_interface-curses__adb.htm#ref_427_19">Str</A></FONT> : <b>in</b> String;
655                   Len : <b>in</b> Integer := -1);
656    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addstr.3x.html">waddnstr()</A></EM></FONT>
657    <FONT COLOR=green><EM>--  AKA: waddstr()</EM></FONT>
658    <FONT COLOR=green><EM>--  AKA: addnstr()</EM></FONT>
659    <FONT COLOR=green><EM>--  AKA: addstr()</EM></FONT>
660
661    <FONT COLOR=green><EM>--  #1A NAME="AFU_21"#2|</EM></FONT>
662    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_657_19" HREF="terminal_interface-curses__adb.htm#ref_445_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
663                   <FONT COLOR=red><A NAME="ref_658_19" HREF="terminal_interface-curses__adb.htm#ref_446_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
664                   <FONT COLOR=red><A NAME="ref_659_19" HREF="terminal_interface-curses__adb.htm#ref_447_7">Column</A></FONT> : <b>in</b> Column_Position;
665                   <FONT COLOR=red><A NAME="ref_660_19" HREF="terminal_interface-curses__adb.htm#ref_448_7">Str</A></FONT>    : <b>in</b> String;
666                   Len    : <b>in</b> Integer := -1);
667    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addstr.3x.html">mvwaddnstr()</A></EM></FONT>
668    <FONT COLOR=green><EM>--  AKA: mvwaddstr()</EM></FONT>
669    <FONT COLOR=green><EM>--  AKA: mvaddnstr()</EM></FONT>
670    <FONT COLOR=green><EM>--  AKA: mvaddstr()</EM></FONT>
671
672    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
673    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_addchstr.3x.html">curs_addchstr.3x</A></EM></FONT>
674    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
675
676    <FONT COLOR=green><EM>--  #1A NAME="AFU_22"#2|</EM></FONT>
677    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_672_19" HREF="terminal_interface-curses__adb.htm#ref_457_7">Win</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_376_9">Window</A> := Standard_Window;
678                   <FONT COLOR=red><A NAME="ref_673_19" HREF="terminal_interface-curses__adb.htm#ref_458_7">Str</A></FONT> : <b>in</b> Attributed_String;
679                   Len : <b>in</b> Integer := -1);
680    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addchstr.3x.html">waddchnstr()</A></EM></FONT>
681    <FONT COLOR=green><EM>--  AKA: waddchstr()</EM></FONT>
682    <FONT COLOR=green><EM>--  AKA: addchnstr()</EM></FONT>
683    <FONT COLOR=green><EM>--  AKA: addchstr()</EM></FONT>
684
685    <FONT COLOR=green><EM>--  #1A NAME="AFU_23"#2|</EM></FONT>
686    <b>procedure</b> Add (<FONT COLOR=red><A NAME="ref_681_19" HREF="terminal_interface-curses__adb.htm#ref_480_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
687                   <FONT COLOR=red><A NAME="ref_682_19" HREF="terminal_interface-curses__adb.htm#ref_481_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
688                   <FONT COLOR=red><A NAME="ref_683_19" HREF="terminal_interface-curses__adb.htm#ref_482_7">Column</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_376_9">Column_Position</A>;
689                   <FONT COLOR=red><A NAME="ref_684_19" HREF="terminal_interface-curses__adb.htm#ref_483_7">Str</A></FONT>    : <b>in</b> Attributed_String;
690                   Len    : <b>in</b> Integer := -1);
691    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_addchstr.3x.html">mvwaddchnstr()</A></EM></FONT>
692    <FONT COLOR=green><EM>--  AKA: mvwaddchstr()</EM></FONT>
693    <FONT COLOR=green><EM>--  AKA: mvaddchnstr()</EM></FONT>
694    <FONT COLOR=green><EM>--  AKA: mvaddchstr()</EM></FONT>
695    <b>pragma</b> Inline (Add);
696
697    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
698    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_border.3x.html">curs_border.3x</A></EM></FONT>
699    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
700    <FONT COLOR=green><EM>--  | Not implemented: mvhline,  mvwhline, mvvline, mvwvline</EM></FONT>
701    <FONT COLOR=green><EM>--  | use Move_Cursor then Horizontal_Line or Vertical_Line</EM></FONT>
702
703    <FONT COLOR=green><EM>--  #1A NAME="AFU_24"#2|</EM></FONT>
704    <b>procedure</b> Border
705      (<FONT COLOR=red><A NAME="ref_700_7" HREF="terminal_interface-curses__adb.htm#ref_492_7">Win</A></FONT>                       : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
706       <FONT COLOR=red><A NAME="ref_701_7" HREF="terminal_interface-curses__adb.htm#ref_493_7">Left_Side_Symbol</A></FONT>          : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
707       <FONT COLOR=red><A NAME="ref_702_7" HREF="terminal_interface-curses__adb.htm#ref_494_7">Right_Side_Symbol</A></FONT>         : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
708       <FONT COLOR=red><A NAME="ref_703_7" HREF="terminal_interface-curses__adb.htm#ref_495_7">Top_Side_Symbol</A></FONT>           : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
709       <FONT COLOR=red><A NAME="ref_704_7" HREF="terminal_interface-curses__adb.htm#ref_496_7">Bottom_Side_Symbol</A></FONT>        : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
710       <FONT COLOR=red><A NAME="ref_705_7" HREF="terminal_interface-curses__adb.htm#ref_497_7">Upper_Left_Corner_Symbol</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
711       <FONT COLOR=red><A NAME="ref_706_7" HREF="terminal_interface-curses__adb.htm#ref_498_7">Upper_Right_Corner_Symbol</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
712       <FONT COLOR=red><A NAME="ref_707_7" HREF="terminal_interface-curses__adb.htm#ref_499_7">Lower_Left_Corner_Symbol</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
713       Lower_Right_Corner_Symbol : <b>in</b> Attributed_Character := Default_Character
714      );
715    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_border.3x.html">wborder()</A></EM></FONT>
716    <FONT COLOR=green><EM>--  AKA: border()</EM></FONT>
717    <b>pragma</b> Inline (Border);
718
719    <FONT COLOR=green><EM>--  #1A NAME="AFU_25"#2|</EM></FONT>
720    <b>procedure</b> Box
721      (<FONT COLOR=red><A NAME="ref_716_7" HREF="terminal_interface-curses__adb.htm#ref_529_7">Win</A></FONT>               : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
722       <FONT COLOR=red><A NAME="ref_717_7" HREF="terminal_interface-curses__adb.htm#ref_530_7">Vertical_Symbol</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Attributed_Character</A> := <A HREF="terminal_interface-curses__ads.htm#ref_371_4">Default_Character</A>;
723       Horizontal_Symbol : <b>in</b> Attributed_Character := Default_Character);
724    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_border.3x.html">box()</A></EM></FONT>
725    <b>pragma</b> Inline (Box);
726
727    <FONT COLOR=green><EM>--  #1A NAME="AFU_26"#2|</EM></FONT>
728    <b>procedure</b> Horizontal_Line
729      (<FONT COLOR=red><A NAME="ref_724_7" HREF="terminal_interface-curses__adb.htm#ref_540_7">Win</A></FONT>         : <b>in</b> Window := Standard_Window;
730       <FONT COLOR=red><A NAME="ref_725_7" HREF="terminal_interface-curses__adb.htm#ref_541_7">Line_Size</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Natural</A>;
731       Line_Symbol : <b>in</b> Attributed_Character := Default_Character);
732    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_border.3x.html">whline()</A></EM></FONT>
733    <FONT COLOR=green><EM>--  AKA: hline()</EM></FONT>
734    <b>pragma</b> Inline (Horizontal_Line);
735
736    <FONT COLOR=green><EM>--  #1A NAME="AFU_27"#2|</EM></FONT>
737    <b>procedure</b> Vertical_Line
738      (<FONT COLOR=red><A NAME="ref_733_7" HREF="terminal_interface-curses__adb.htm#ref_557_7">Win</A></FONT>         : <b>in</b> Window := Standard_Window;
739       <FONT COLOR=red><A NAME="ref_734_7" HREF="terminal_interface-curses__adb.htm#ref_558_7">Line_Size</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Natural</A>;
740       Line_Symbol : <b>in</b> Attributed_Character := Default_Character);
741    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_border.3x.html">wvline()</A></EM></FONT>
742    <FONT COLOR=green><EM>--  AKA: vline()</EM></FONT>
743    <b>pragma</b> Inline (Vertical_Line);
744
745    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
746    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_getch.3x.html">curs_getch.3x</A></EM></FONT>
747    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
748    <FONT COLOR=green><EM>--  Not implemented: mvgetch, mvwgetch</EM></FONT>
749
750    <FONT COLOR=green><EM>--  #1A NAME="AFU_28"#2|</EM></FONT>
751    <b>function</b> Get_Keystroke (Win : Window := Standard_Window)
752                            <b>return</b> Real_Key_Code;
753    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getch.3x.html">wgetch()</A></EM></FONT>
754    <FONT COLOR=green><EM>--  AKA: getch()</EM></FONT>
755    <FONT COLOR=green><EM>--  Get a character from the keyboard and echo it - if enabled - to the</EM></FONT>
756    <FONT COLOR=green><EM>--  window.</EM></FONT>
757    <FONT COLOR=green><EM>--  If for any reason (i.e. a timeout) we couldn't get a character the</EM></FONT>
758    <FONT COLOR=green><EM>--  returned keycode is Key_None.</EM></FONT>
759    <b>pragma</b> Inline (Get_Keystroke);
760
761    <FONT COLOR=green><EM>--  #1A NAME="AFU_29"#2|</EM></FONT>
762    <b>procedure</b> Undo_Keystroke (Key : <b>in</b> Real_Key_Code);
763    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getch.3x.html">ungetch()</A></EM></FONT>
764    <b>pragma</b> Inline (Undo_Keystroke);
765
766    <FONT COLOR=green><EM>--  #1A NAME="AFU_30"#2|</EM></FONT>
767    <b>function</b> Has_Key (Key : Special_Key_Code) <b>return</b> Boolean;
768    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getch.3x.html">has_key()</A></EM></FONT>
769    <b>pragma</b> Inline (Has_Key);
770
771    <FONT COLOR=green><EM>--  |</EM></FONT>
772    <FONT COLOR=green><EM>--  | Some helper functions</EM></FONT>
773    <FONT COLOR=green><EM>--  |</EM></FONT>
774    <b>function</b> Is_Function_Key (Key : Special_Key_Code) <b>return</b> Boolean;
775    <FONT COLOR=green><EM>--  Return True if the Key is a function key (i.e. one of F0 .. F63)</EM></FONT>
776    <b>pragma</b> Inline (Is_Function_Key);
777
778    <b>subtype</b> Function_Key_Number <b>is</b> Integer <b>range</b> 0 .. 63;
779    <FONT COLOR=green><EM>--  (n)curses allows for 64 function keys.</EM></FONT>
780
781    <b>function</b> Function_Key (Key : Real_Key_Code) <b>return</b> Function_Key_Number;
782    <FONT COLOR=green><EM>--  Return the number of the function key. If the code is not a</EM></FONT>
783    <FONT COLOR=green><EM>--  function key, a CONSTRAINT_ERROR will be raised.</EM></FONT>
784    <b>pragma</b> Inline (Function_Key);
785
786    <b>function</b> Function_Key_Code (Key : Function_Key_Number) <b>return</b> Real_Key_Code;
787    <FONT COLOR=green><EM>--  Return the key code for a given function-key number.</EM></FONT>
788    <b>pragma</b> Inline (Function_Key_Code);
789
790    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
791    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_attr.3x.html">curs_attr.3x</A></EM></FONT>
792    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
793    <FONT COLOR=green><EM>--  | Not implemented attr_off,  wattr_off,</EM></FONT>
794    <FONT COLOR=green><EM>--  |  attr_on, wattr_on, attr_set, wattr_set</EM></FONT>
795
796    <FONT COLOR=green><EM>--  PAIR_NUMBER</EM></FONT>
797    <FONT COLOR=green><EM>--  PAIR_NUMBER(c) is the same as c.Color</EM></FONT>
798
799    <FONT COLOR=green><EM>--  #1A NAME="AFU_31"#2|</EM></FONT>
800    <b>procedure</b> Standout (<FONT COLOR=red><A NAME="ref_795_24" HREF="terminal_interface-curses__adb.htm#ref_640_24">Win</A></FONT> : Window  := Standard_Window;
801                        On  : Boolean := True);
802    <FONT COLOR=green><EM>--  AKA: wstandout()</EM></FONT>
803    <FONT COLOR=green><EM>--  AKA: wstandend()</EM></FONT>
804
805    <FONT COLOR=green><EM>--  #1A NAME="AFU_32"#2|</EM></FONT>
806    <b>procedure</b> Switch_Character_Attribute
807      (<FONT COLOR=red><A NAME="ref_802_7" HREF="terminal_interface-curses__adb.htm#ref_661_7">Win</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_307_9">Window</A> := Standard_Window;
808       <FONT COLOR=red><A NAME="ref_803_7" HREF="terminal_interface-curses__adb.htm#ref_662_7">Attr</A></FONT> : <b>in</b> Character_Attribute_Set := Normal_Video;
809       On   : <b>in</b> Boolean := True); <FONT COLOR=green><EM>--  if False we switch Off.</EM></FONT>
810    <FONT COLOR=green><EM>--  Switches those Attributes set to true in the list.</EM></FONT>
811    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wattron()</A></EM></FONT>
812    <FONT COLOR=green><EM>--  AKA: wattroff()</EM></FONT>
813    <FONT COLOR=green><EM>--  AKA: attron()</EM></FONT>
814    <FONT COLOR=green><EM>--  AKA: attroff()</EM></FONT>
815
816    <FONT COLOR=green><EM>--  #1A NAME="AFU_33"#2|</EM></FONT>
817    <b>procedure</b> Set_Character_Attributes
818      (<FONT COLOR=red><A NAME="ref_813_7" HREF="terminal_interface-curses__adb.htm#ref_689_7">Win</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_307_9">Window</A> := Standard_Window;
819       <FONT COLOR=red><A NAME="ref_814_7" HREF="terminal_interface-curses__adb.htm#ref_690_7">Attr</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character_Attribute_Set</A> := Normal_Video;
820       Color : <b>in</b> Color_Pair := Color_Pair'First);
821    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wattrset()</A></EM></FONT>
822    <FONT COLOR=green><EM>--  AKA: attrset()</EM></FONT>
823    <b>pragma</b> Inline (Set_Character_Attributes);
824
825    <FONT COLOR=green><EM>--  #1A NAME="AFU_34"#2|</EM></FONT>
826    <b>function</b> Get_Character_Attribute
827      (Win : <b>in</b> Window := Standard_Window) <b>return</b> Character_Attribute_Set;
828    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wattr_get()</A></EM></FONT>
829    <FONT COLOR=green><EM>--  AKA: attr_get()</EM></FONT>
830
831    <FONT COLOR=green><EM>--  #1A NAME="AFU_35"#2|</EM></FONT>
832    <b>function</b> Get_Character_Attribute
833      (Win : <b>in</b> Window := Standard_Window) <b>return</b> Color_Pair;
834    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wattr_get()</A></EM></FONT>
835    <b>pragma</b> Inline (Get_Character_Attribute);
836
837    <FONT COLOR=green><EM>--  #1A NAME="AFU_36"#2|</EM></FONT>
838    <b>procedure</b> Set_Color (<FONT COLOR=red><A NAME="ref_833_25" HREF="terminal_interface-curses__adb.htm#ref_752_25">Win</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Window</A> := Standard_Window;
839                         Pair : <b>in</b> Color_Pair);
840    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wcolor_set()</A></EM></FONT>
841    <FONT COLOR=green><EM>--  AKA: color_set()</EM></FONT>
842    <b>pragma</b> Inline (Set_Color);
843
844    <FONT COLOR=green><EM>--  #1A NAME="AFU_37"#2|</EM></FONT>
845    <b>procedure</b> Change_Attributes
846      (<FONT COLOR=red><A NAME="ref_841_7" HREF="terminal_interface-curses__adb.htm#ref_768_7">Win</A></FONT>   : <b>in</b> Window := Standard_Window;
847       <FONT COLOR=red><A NAME="ref_842_7" HREF="terminal_interface-curses__adb.htm#ref_769_7">Count</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_307_9">Integer</A> := -1;
848       <FONT COLOR=red><A NAME="ref_843_7" HREF="terminal_interface-curses__adb.htm#ref_770_7">Attr</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character_Attribute_Set</A> := Normal_Video;
849       Color : <b>in</b> Color_Pair := Color_Pair'First);
850    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">wchgat()</A></EM></FONT>
851    <FONT COLOR=green><EM>--  AKA: chgat()</EM></FONT>
852
853    <FONT COLOR=green><EM>--  #1A NAME="AFU_38"#2|</EM></FONT>
854    <b>procedure</b> Change_Attributes
855      (<FONT COLOR=red><A NAME="ref_850_7" HREF="terminal_interface-curses__adb.htm#ref_791_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
856       <FONT COLOR=red><A NAME="ref_851_7" HREF="terminal_interface-curses__adb.htm#ref_792_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A> := Line_Position'First;
857       <FONT COLOR=red><A NAME="ref_852_7" HREF="terminal_interface-curses__adb.htm#ref_793_7">Column</A></FONT> : <b>in</b> Column_Position := Column_Position'First;
858       <FONT COLOR=red><A NAME="ref_853_7" HREF="terminal_interface-curses__adb.htm#ref_794_7">Count</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_307_9">Integer</A> := -1;
859       <FONT COLOR=red><A NAME="ref_854_7" HREF="terminal_interface-curses__adb.htm#ref_795_7">Attr</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character_Attribute_Set</A> := Normal_Video;
860       Color  : <b>in</b> Color_Pair := Color_Pair'First);
861    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_attr.3x.html">mvwchgat()</A></EM></FONT>
862    <FONT COLOR=green><EM>--  AKA: mvchgat()</EM></FONT>
863    <b>pragma</b> Inline (Change_Attributes);
864
865    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
866    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_beep.3x.html">curs_beep.3x</A></EM></FONT>
867    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
868
869    <FONT COLOR=green><EM>--  #1A NAME="AFU_39"#2|</EM></FONT>
870    <b>procedure</b> Beep;
871    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_beep.3x.html">beep()</A></EM></FONT>
872    <b>pragma</b> Inline (Beep);
873
874    <FONT COLOR=green><EM>--  #1A NAME="AFU_40"#2|</EM></FONT>
875    <b>procedure</b> Flash_Screen;
876    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_beep.3x.html">flash()</A></EM></FONT>
877    <b>pragma</b> Inline (Flash_Screen);
878
879    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
880    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_inopts.3x.html">curs_inopts.3x</A></EM></FONT>
881    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
882
883    <FONT COLOR=green><EM>--  | Not implemented : typeahead</EM></FONT>
884    <FONT COLOR=green><EM>--</EM></FONT>
885    <FONT COLOR=green><EM>--  #1A NAME="AFU_41"#2|</EM></FONT>
886    <b>procedure</b> Set_Cbreak_Mode (SwitchOn : <b>in</b> Boolean := True);
887    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">cbreak()</A></EM></FONT>
888    <FONT COLOR=green><EM>--  AKA: nocbreak()</EM></FONT>
889    <b>pragma</b> Inline (Set_Cbreak_Mode);
890
891    <FONT COLOR=green><EM>--  #1A NAME="AFU_42"#2|</EM></FONT>
892    <b>procedure</b> Set_Raw_Mode (SwitchOn : <b>in</b> Boolean := True);
893    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">raw()</A></EM></FONT>
894    <FONT COLOR=green><EM>--  AKA: noraw()</EM></FONT>
895    <b>pragma</b> Inline (Set_Raw_Mode);
896
897    <FONT COLOR=green><EM>--  #1A NAME="AFU_43"#2|</EM></FONT>
898    <b>procedure</b> Set_Echo_Mode (SwitchOn : <b>in</b> Boolean := True);
899    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">echo()</A></EM></FONT>
900    <FONT COLOR=green><EM>--  AKA: noecho()</EM></FONT>
901    <b>pragma</b> Inline (Set_Echo_Mode);
902
903    <FONT COLOR=green><EM>--  #1A NAME="AFU_44"#2|</EM></FONT>
904    <b>procedure</b> Set_Meta_Mode (<FONT COLOR=red><A NAME="ref_899_29" HREF="terminal_interface-curses__adb.htm#ref_880_29">Win</A></FONT>      : <b>in</b> Window := Standard_Window;
905                             SwitchOn : <b>in</b> Boolean := True);
906    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">meta()</A></EM></FONT>
907    <b>pragma</b> Inline (Set_Meta_Mode);
908
909    <FONT COLOR=green><EM>--  #1A NAME="AFU_45"#2|</EM></FONT>
910    <b>procedure</b> Set_KeyPad_Mode (<FONT COLOR=red><A NAME="ref_905_31" HREF="terminal_interface-curses__adb.htm#ref_891_31">Win</A></FONT>      : <b>in</b> Window := Standard_Window;
911                               SwitchOn : <b>in</b> Boolean := True);
912    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">keypad()</A></EM></FONT>
913    <b>pragma</b> Inline (Set_KeyPad_Mode);
914
915    <b>function</b> Get_KeyPad_Mode (Win : <b>in</b> Window := Standard_Window)
916                              <b>return</b> Boolean;
917    <FONT COLOR=green><EM>--  This has no pendant in C. There you've to look into the WINDOWS</EM></FONT>
918    <FONT COLOR=green><EM>--  structure to get the value. Bad practice, not repeated in Ada.</EM></FONT>
919
920    <b>type</b> Half_Delay_Amount <b>is</b> <b>range</b> 1 .. 255;
921
922    <FONT COLOR=green><EM>--  #1A NAME="AFU_46"#2|</EM></FONT>
923    <b>procedure</b> Half_Delay (Amount : <b>in</b> Half_Delay_Amount);
924    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">halfdelay()</A></EM></FONT>
925    <b>pragma</b> Inline (Half_Delay);
926
927    <FONT COLOR=green><EM>--  #1A NAME="AFU_47"#2|</EM></FONT>
928    <b>procedure</b> Set_Flush_On_Interrupt_Mode
929      (<FONT COLOR=red><A NAME="ref_924_7" HREF="terminal_interface-curses__adb.htm#ref_920_7">Win</A></FONT>  : <b>in</b> Window := Standard_Window;
930       Mode : <b>in</b> Boolean := True);
931    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">intrflush()</A></EM></FONT>
932    <b>pragma</b> Inline (Set_Flush_On_Interrupt_Mode);
933
934    <FONT COLOR=green><EM>--  #1A NAME="AFU_48"#2|</EM></FONT>
935    <b>procedure</b> Set_Queue_Interrupt_Mode
936      (<FONT COLOR=red><A NAME="ref_931_7" HREF="terminal_interface-curses__adb.htm#ref_932_7">Win</A></FONT>   : <b>in</b> Window := Standard_Window;
937       Flush : <b>in</b> Boolean := True);
938    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">qiflush()</A></EM></FONT>
939    <FONT COLOR=green><EM>--  AKA: noqiflush()</EM></FONT>
940    <b>pragma</b> Inline (Set_Queue_Interrupt_Mode);
941
942    <FONT COLOR=green><EM>--  #1A NAME="AFU_49"#2|</EM></FONT>
943    <b>procedure</b> Set_NoDelay_Mode
944      (<FONT COLOR=red><A NAME="ref_939_7" HREF="terminal_interface-curses__adb.htm#ref_951_7">Win</A></FONT>  : <b>in</b> Window := Standard_Window;
945       Mode : <b>in</b> Boolean := False);
946    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">nodelay()</A></EM></FONT>
947    <b>pragma</b> Inline (Set_NoDelay_Mode);
948
949    <b>type</b> Timeout_Mode <b>is</b> (Blocking, Non_Blocking, Delayed);
950
951    <FONT COLOR=green><EM>--  #1A NAME="AFU_50"#2|</EM></FONT>
952    <b>procedure</b> Set_Timeout_Mode (<FONT COLOR=red><A NAME="ref_947_32" HREF="terminal_interface-curses__adb.htm#ref_962_32">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_943_9">Window</A> := Standard_Window;
953                                <FONT COLOR=red><A NAME="ref_948_32" HREF="terminal_interface-curses__adb.htm#ref_963_32">Mode</A></FONT>   : <b>in</b> Timeout_Mode;
954                                Amount : <b>in</b> Natural); <FONT COLOR=green><EM>--  in Milliseconds</EM></FONT>
955    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">wtimeout()</A></EM></FONT>
956    <FONT COLOR=green><EM>--  AKA: timeout()</EM></FONT>
957    <FONT COLOR=green><EM>--  Instead of overloading the semantic of the sign of amount, we</EM></FONT>
958    <FONT COLOR=green><EM>--  introduce the Timeout_Mode parameter. This should improve</EM></FONT>
959    <FONT COLOR=green><EM>--  readability. For Blocking and Non_Blocking, the Amount is not</EM></FONT>
960    <FONT COLOR=green><EM>--  evaluated.</EM></FONT>
961    <FONT COLOR=green><EM>--  We don't inline this procedure.</EM></FONT>
962
963    <FONT COLOR=green><EM>--  #1A NAME="AFU_51"#2|</EM></FONT>
964    <b>procedure</b> Set_Escape_Timer_Mode
965      (<FONT COLOR=red><A NAME="ref_960_7" HREF="terminal_interface-curses__adb.htm#ref_986_7">Win</A></FONT>       : <b>in</b> Window := Standard_Window;
966       Timer_Off : <b>in</b> Boolean := False);
967    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inopts.3x.html">notimeout()</A></EM></FONT>
968    <b>pragma</b> Inline (Set_Escape_Timer_Mode);
969
970    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
971    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_outopts.3x.html">curs_outopts.3x</A></EM></FONT>
972    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
973
974    <FONT COLOR=green><EM>--  #1A NAME="AFU_52"#2|</EM></FONT>
975    <b>procedure</b> Set_NL_Mode (SwitchOn : <b>in</b> Boolean := True);
976    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">nl()</A></EM></FONT>
977    <FONT COLOR=green><EM>--  AKA: nonl()</EM></FONT>
978    <b>pragma</b> Inline (Set_NL_Mode);
979
980    <FONT COLOR=green><EM>--  #1A NAME="AFU_53"#2|</EM></FONT>
981    <b>procedure</b> Clear_On_Next_Update
982      (<FONT COLOR=red><A NAME="ref_977_7" HREF="terminal_interface-curses__adb.htm#ref_1019_7">Win</A></FONT>      : <b>in</b> Window := Standard_Window;
983       Do_Clear : <b>in</b> Boolean := True);
984    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">clearok()</A></EM></FONT>
985    <b>pragma</b> Inline (Clear_On_Next_Update);
986
987    <FONT COLOR=green><EM>--  #1A NAME="AFU_54"#2|</EM></FONT>
988    <b>procedure</b> Use_Insert_Delete_Line
989      (<FONT COLOR=red><A NAME="ref_984_7" HREF="terminal_interface-curses__adb.htm#ref_1031_7">Win</A></FONT>    : <b>in</b> Window := Standard_Window;
990       Do_Idl : <b>in</b> Boolean := True);
991    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">idlok()</A></EM></FONT>
992    <b>pragma</b> Inline (Use_Insert_Delete_Line);
993
994    <FONT COLOR=green><EM>--  #1A NAME="AFU_55"#2|</EM></FONT>
995    <b>procedure</b> Use_Insert_Delete_Character
996      (<FONT COLOR=red><A NAME="ref_991_7" HREF="terminal_interface-curses__adb.htm#ref_1043_7">Win</A></FONT>    : <b>in</b> Window := Standard_Window;
997       Do_Idc : <b>in</b> Boolean := True);
998    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">idcok()</A></EM></FONT>
999    <b>pragma</b> Inline (Use_Insert_Delete_Character);
1000
1001    <FONT COLOR=green><EM>--  #1A NAME="AFU_56"#2|</EM></FONT>
1002    <b>procedure</b> Leave_Cursor_After_Update
1003      (<FONT COLOR=red><A NAME="ref_998_7" HREF="terminal_interface-curses__adb.htm#ref_1055_7">Win</A></FONT>      : <b>in</b> Window := Standard_Window;
1004       Do_Leave : <b>in</b> Boolean := True);
1005    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">leaveok()</A></EM></FONT>
1006    <b>pragma</b> Inline (Leave_Cursor_After_Update);
1007
1008    <FONT COLOR=green><EM>--  #1A NAME="AFU_57"#2|</EM></FONT>
1009    <b>procedure</b> Immediate_Update_Mode
1010      (<FONT COLOR=red><A NAME="ref_1005_7" HREF="terminal_interface-curses__adb.htm#ref_1067_7">Win</A></FONT>  : <b>in</b> Window := Standard_Window;
1011       Mode : <b>in</b> Boolean := False);
1012    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">immedok()</A></EM></FONT>
1013    <b>pragma</b> Inline (Immediate_Update_Mode);
1014
1015    <FONT COLOR=green><EM>--  #1A NAME="AFU_58"#2|</EM></FONT>
1016    <b>procedure</b> Allow_Scrolling
1017      (<FONT COLOR=red><A NAME="ref_1012_7" HREF="terminal_interface-curses__adb.htm#ref_1079_7">Win</A></FONT>  : <b>in</b> Window := Standard_Window;
1018       Mode : <b>in</b> Boolean := False);
1019    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">scrollok()</A></EM></FONT>
1020    <b>pragma</b> Inline (Allow_Scrolling);
1021
1022    <b>function</b> Scrolling_Allowed (Win : Window := Standard_Window) <b>return</b> Boolean;
1023    <FONT COLOR=green><EM>--  There is no such function in the C interface.</EM></FONT>
1024    <b>pragma</b> Inline (Scrolling_Allowed);
1025
1026    <FONT COLOR=green><EM>--  #1A NAME="AFU_59"#2|</EM></FONT>
1027    <b>procedure</b> Set_Scroll_Region
1028      (<FONT COLOR=red><A NAME="ref_1023_7" HREF="terminal_interface-curses__adb.htm#ref_1098_7">Win</A></FONT>         : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1029       <FONT COLOR=red><A NAME="ref_1024_7" HREF="terminal_interface-curses__adb.htm#ref_1099_7">Top_Line</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Line_Position</A>;
1030       Bottom_Line : <b>in</b> Line_Position);
1031    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_outopts.3x.html">wsetscrreg()</A></EM></FONT>
1032    <FONT COLOR=green><EM>--  AKA: setscrreg()</EM></FONT>
1033    <b>pragma</b> Inline (Set_Scroll_Region);
1034
1035    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1036    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_refresh.3x.html">curs_refresh.3x</A></EM></FONT>
1037    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1038
1039    <FONT COLOR=green><EM>--  #1A NAME="AFU_60"#2|</EM></FONT>
1040    <b>procedure</b> Update_Screen;
1041    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_refresh.3x.html">doupdate()</A></EM></FONT>
1042    <b>pragma</b> Inline (Update_Screen);
1043
1044    <FONT COLOR=green><EM>--  #1A NAME="AFU_61"#2|</EM></FONT>
1045    <b>procedure</b> Refresh (Win : <b>in</b> Window := Standard_Window);
1046    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_refresh.3x.html">wrefresh()</A></EM></FONT>
1047    <FONT COLOR=green><EM>--  There is an overloaded Refresh for Pads.</EM></FONT>
1048    <FONT COLOR=green><EM>--  The Inline pragma appears there</EM></FONT>
1049    <FONT COLOR=green><EM>--  AKA: refresh()</EM></FONT>
1050
1051    <FONT COLOR=green><EM>--  #1A NAME="AFU_62"#2|</EM></FONT>
1052    <b>procedure</b> Refresh_Without_Update
1053      (Win : <b>in</b> Window := Standard_Window);
1054    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_refresh.3x.html">wnoutrefresh()</A></EM></FONT>
1055    <FONT COLOR=green><EM>--  There is an overloaded Refresh_Without_Update for Pads.</EM></FONT>
1056    <FONT COLOR=green><EM>--  The Inline pragma appears there</EM></FONT>
1057
1058    <FONT COLOR=green><EM>--  #1A NAME="AFU_63"#2|</EM></FONT>
1059    <b>procedure</b> Redraw (Win : <b>in</b> Window := Standard_Window);
1060    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_refresh.3x.html">redrawwin()</A></EM></FONT>
1061
1062    <FONT COLOR=green><EM>--  #1A NAME="AFU_64"#2|</EM></FONT>
1063    <b>procedure</b> Redraw (<FONT COLOR=red><A NAME="ref_1058_22" HREF="terminal_interface-curses__adb.htm#ref_1155_7">Win</A></FONT>        : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1064                      <FONT COLOR=red><A NAME="ref_1059_22" HREF="terminal_interface-curses__adb.htm#ref_1156_7">Begin_Line</A></FONT> : <b>in</b> Line_Position;
1065                      Line_Count : <b>in</b> Positive);
1066    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_refresh.3x.html">wredrawln()</A></EM></FONT>
1067    <b>pragma</b> Inline (Redraw);
1068
1069    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1070    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_clear.3x.html">curs_clear.3x</A></EM></FONT>
1071    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1072
1073    <FONT COLOR=green><EM>--  #1A NAME="AFU_65"#2|</EM></FONT>
1074    <b>procedure</b> Erase (Win : <b>in</b> Window := Standard_Window);
1075    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_clear.3x.html">werase()</A></EM></FONT>
1076    <FONT COLOR=green><EM>--  AKA: erase()</EM></FONT>
1077    <b>pragma</b> Inline (Erase);
1078
1079    <FONT COLOR=green><EM>--  #1A NAME="AFU_66"#2|</EM></FONT>
1080    <b>procedure</b> Clear
1081      (Win : <b>in</b> Window := Standard_Window);
1082    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_clear.3x.html">wclear()</A></EM></FONT>
1083    <FONT COLOR=green><EM>--  AKA: clear()</EM></FONT>
1084    <b>pragma</b> Inline (Clear);
1085
1086    <FONT COLOR=green><EM>--  #1A NAME="AFU_67"#2|</EM></FONT>
1087    <b>procedure</b> Clear_To_End_Of_Screen
1088      (Win : <b>in</b> Window := Standard_Window);
1089    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_clear.3x.html">wclrtobot()</A></EM></FONT>
1090    <FONT COLOR=green><EM>--  AKA: clrtobot()</EM></FONT>
1091    <b>pragma</b> Inline (Clear_To_End_Of_Screen);
1092
1093    <FONT COLOR=green><EM>--  #1A NAME="AFU_68"#2|</EM></FONT>
1094    <b>procedure</b> Clear_To_End_Of_Line
1095      (Win : <b>in</b> Window := Standard_Window);
1096    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_clear.3x.html">wclrtoeol()</A></EM></FONT>
1097    <FONT COLOR=green><EM>--  AKA: clrtoeol()</EM></FONT>
1098    <b>pragma</b> Inline (Clear_To_End_Of_Line);
1099
1100    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1101    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_bkgd.3x.html">curs_bkgd.3x</A></EM></FONT>
1102    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1103
1104    <FONT COLOR=green><EM>--  #1A NAME="AFU_69"#2|</EM></FONT>
1105    <FONT COLOR=green><EM>--  TODO: we could have Set_Background(Window; Character_Attribute_Set)</EM></FONT>
1106    <FONT COLOR=green><EM>--  because in C it is common to see bkgdset(A_BOLD) or</EM></FONT>
1107    <FONT COLOR=green><EM>--  bkgdset(COLOR_PAIR(n))</EM></FONT>
1108    <b>procedure</b> Set_Background
1109      (<FONT COLOR=red><A NAME="ref_1104_7" HREF="terminal_interface-curses__adb.htm#ref_1212_7">Win</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
1110       Ch  : <b>in</b> Attributed_Character);
1111    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_bkgd.3x.html">wbkgdset()</A></EM></FONT>
1112    <FONT COLOR=green><EM>--  AKA: bkgdset()</EM></FONT>
1113    <b>pragma</b> Inline (Set_Background);
1114
1115    <FONT COLOR=green><EM>--  #1A NAME="AFU_70"#2|</EM></FONT>
1116    <b>procedure</b> Change_Background
1117      (<FONT COLOR=red><A NAME="ref_1112_7" HREF="terminal_interface-curses__adb.htm#ref_1222_7">Win</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
1118       Ch  : <b>in</b> Attributed_Character);
1119    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_bkgd.3x.html">wbkgd()</A></EM></FONT>
1120    <FONT COLOR=green><EM>--  AKA: bkgd()</EM></FONT>
1121    <b>pragma</b> Inline (Change_Background);
1122
1123    <FONT COLOR=green><EM>--  #1A NAME="AFU_71"#2|</EM></FONT>
1124    <FONT COLOR=green><EM>--  ? wbkgdget is not listed in curs_bkgd, getbkgd is thpough.</EM></FONT>
1125    <b>function</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Get_Background</A> (Win : Window := Standard_Window)
1126      <b>return</b> Attributed_Character;
1127    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_bkgd.3x.html">wbkgdget()</A></EM></FONT>
1128    <FONT COLOR=green><EM>--  AKA: bkgdget()</EM></FONT>
1129    <b>pragma</b> Inline (Get_Background);
1130
1131    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1132    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_touch.3x.html">curs_touch.3x</A></EM></FONT>
1133    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1134
1135    <FONT COLOR=green><EM>--  #1A NAME="AFU_72"#2|</EM></FONT>
1136    <b>procedure</b> Untouch (Win : <b>in</b> Window := Standard_Window);
1137    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">untouchwin()</A></EM></FONT>
1138    <b>pragma</b> Inline (Untouch);
1139
1140    <FONT COLOR=green><EM>--  #1A NAME="AFU_73"#2|</EM></FONT>
1141    <b>procedure</b> Touch (Win : <b>in</b> Window := Standard_Window);
1142    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">touchwin()</A></EM></FONT>
1143
1144    <FONT COLOR=green><EM>--  #1A NAME="AFU_74"#2|</EM></FONT>
1145    <b>procedure</b> Touch (<FONT COLOR=red><A NAME="ref_1140_21" HREF="terminal_interface-curses__adb.htm#ref_1277_21">Win</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1146                     <FONT COLOR=red><A NAME="ref_1141_21" HREF="terminal_interface-curses__adb.htm#ref_1278_21">Start</A></FONT> : <b>in</b> Line_Position;
1147                     Count : <b>in</b> Positive);
1148    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">touchline()</A></EM></FONT>
1149    <b>pragma</b> Inline (Touch);
1150
1151    <FONT COLOR=green><EM>--  #1A NAME="AFU_75"#2|</EM></FONT>
1152    <b>procedure</b> Change_Lines_Status (<FONT COLOR=red><A NAME="ref_1147_35" HREF="terminal_interface-curses__adb.htm#ref_1242_35">Win</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1153                                   <FONT COLOR=red><A NAME="ref_1148_35" HREF="terminal_interface-curses__adb.htm#ref_1243_35">Start</A></FONT> : <b>in</b> Line_Position;
1154                                   <FONT COLOR=red><A NAME="ref_1149_35" HREF="terminal_interface-curses__adb.htm#ref_1244_35">Count</A></FONT> : <b>in</b> Positive;
1155                                   State : <b>in</b> Boolean);
1156    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">wtouchln()</A></EM></FONT>
1157    <b>pragma</b> Inline (Change_Lines_Status);
1158
1159    <FONT COLOR=green><EM>--  #1A NAME="AFU_76"#2|</EM></FONT>
1160    <b>function</b> Is_Touched (<FONT COLOR=red><A NAME="ref_1155_25" HREF="terminal_interface-curses__adb.htm#ref_1286_7">Win</A></FONT>  : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1161                         Line : Line_Position) <b>return</b> Boolean;
1162    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">is_linetouched()</A></EM></FONT>
1163
1164    <FONT COLOR=green><EM>--  #1A NAME="AFU_77"#2|</EM></FONT>
1165    <b>function</b> Is_Touched (Win : Window := Standard_Window) <b>return</b> Boolean;
1166    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_touch.3x.html">is_wintouched()</A></EM></FONT>
1167    <b>pragma</b> Inline (Is_Touched);
1168
1169    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1170    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_overlay.3x.html">curs_overlay.3x</A></EM></FONT>
1171    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1172
1173    <FONT COLOR=green><EM>--  #1A NAME="AFU_78"#2|</EM></FONT>
1174    <b>procedure</b> Copy
1175      (<FONT COLOR=red><A NAME="ref_1170_7" HREF="terminal_interface-curses__adb.htm#ref_1313_7">Source_Window</A></FONT>            : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_57_9">Window</A>;
1176       <FONT COLOR=red><A NAME="ref_1171_7" HREF="terminal_interface-curses__adb.htm#ref_1314_7">Destination_Window</A></FONT>       : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
1177       <FONT COLOR=red><A NAME="ref_1172_7" HREF="terminal_interface-curses__adb.htm#ref_1315_7">Source_Top_Row</A></FONT>           : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1178       <FONT COLOR=red><A NAME="ref_1173_7" HREF="terminal_interface-curses__adb.htm#ref_1316_7">Source_Left_Column</A></FONT>       : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1179       <FONT COLOR=red><A NAME="ref_1174_7" HREF="terminal_interface-curses__adb.htm#ref_1317_7">Destination_Top_Row</A></FONT>      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1180       <FONT COLOR=red><A NAME="ref_1175_7" HREF="terminal_interface-curses__adb.htm#ref_1318_7">Destination_Left_Column</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1181       <FONT COLOR=red><A NAME="ref_1176_7" HREF="terminal_interface-curses__adb.htm#ref_1319_7">Destination_Bottom_Row</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1182       <FONT COLOR=red><A NAME="ref_1177_7" HREF="terminal_interface-curses__adb.htm#ref_1320_7">Destination_Right_Column</A></FONT> : <b>in</b> Column_Position;
1183       Non_Destructive_Mode     : <b>in</b> Boolean := True);
1184    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_overlay.3x.html">copywin()</A></EM></FONT>
1185    <b>pragma</b> Inline (Copy);
1186
1187    <FONT COLOR=green><EM>--  #1A NAME="AFU_79"#2|</EM></FONT>
1188    <b>procedure</b> Overwrite (<FONT COLOR=red><A NAME="ref_1183_25" HREF="terminal_interface-curses__adb.htm#ref_1349_7">Source_Window</A></FONT>      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_57_9">Window</A>;
1189                         Destination_Window : <b>in</b> Window);
1190    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_overlay.3x.html">overwrite()</A></EM></FONT>
1191    <b>pragma</b> Inline (Overwrite);
1192
1193    <FONT COLOR=green><EM>--  #1A NAME="AFU_80"#2|</EM></FONT>
1194    <b>procedure</b> Overlay (<FONT COLOR=red><A NAME="ref_1189_23" HREF="terminal_interface-curses__adb.htm#ref_1361_7">Source_Window</A></FONT>      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_57_9">Window</A>;
1195                       Destination_Window : <b>in</b> Window);
1196    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_overlay.3x.html">overlay()</A></EM></FONT>
1197    <b>pragma</b> Inline (Overlay);
1198
1199    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1200    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_deleteln.3x.html">curs_deleteln.3x</A></EM></FONT>
1201    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1202
1203    <FONT COLOR=green><EM>--  #1A NAME="AFU_81"#2|</EM></FONT>
1204    <b>procedure</b> Insert_Delete_Lines
1205      (<FONT COLOR=red><A NAME="ref_1200_7" HREF="terminal_interface-curses__adb.htm#ref_1374_7">Win</A></FONT>   : <b>in</b> Window  := Standard_Window;
1206       Lines : <b>in</b> Integer := 1); <FONT COLOR=green><EM>--  default is to insert one line above</EM></FONT>
1207    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_deleteln.3x.html">winsdelln()</A></EM></FONT>
1208    <FONT COLOR=green><EM>--  AKA: insdelln()</EM></FONT>
1209    <b>pragma</b> Inline (Insert_Delete_Lines);
1210
1211    <FONT COLOR=green><EM>--  #1A NAME="AFU_82"#2|</EM></FONT>
1212    <b>procedure</b> Delete_Line (Win : <b>in</b> Window := Standard_Window);
1213    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_deleteln.3x.html">wdeleteln()</A></EM></FONT>
1214    <FONT COLOR=green><EM>--  AKA: deleteln()</EM></FONT>
1215    <b>pragma</b> Inline (Delete_Line);
1216
1217    <FONT COLOR=green><EM>--  #1A NAME="AFU_83"#2|</EM></FONT>
1218    <b>procedure</b> Insert_Line (Win : <b>in</b> Window := Standard_Window);
1219    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_deleteln.3x.html">winsertln()</A></EM></FONT>
1220    <FONT COLOR=green><EM>--  AKA: insertln()</EM></FONT>
1221    <b>pragma</b> Inline (Insert_Line);
1222
1223    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1224    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_getyx.3x.html">curs_getyx.3x</A></EM></FONT>
1225    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1226
1227    <FONT COLOR=green><EM>--  #1A NAME="AFU_84"#2|</EM></FONT>
1228    <b>procedure</b> Get_Size
1229      (<FONT COLOR=red><A NAME="ref_1224_7" HREF="terminal_interface-curses__adb.htm#ref_1399_7">Win</A></FONT>               : <b>in</b> Window := Standard_Window;
1230       <FONT COLOR=red><A NAME="ref_1225_7" HREF="terminal_interface-curses__adb.htm#ref_1400_7">Number_Of_Lines</A></FONT>   : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
1231       Number_Of_Columns : <b>out</b> Column_Count);
1232    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getyx.3x.html">getmaxyx()</A></EM></FONT>
1233    <b>pragma</b> Inline (Get_Size);
1234
1235    <FONT COLOR=green><EM>--  #1A NAME="AFU_85"#2|</EM></FONT>
1236    <b>procedure</b> Get_Window_Position
1237      (<FONT COLOR=red><A NAME="ref_1232_7" HREF="terminal_interface-curses__adb.htm#ref_1415_7">Win</A></FONT>             : <b>in</b> Window := Standard_Window;
1238       <FONT COLOR=red><A NAME="ref_1233_7" HREF="terminal_interface-curses__adb.htm#ref_1416_7">Top_Left_Line</A></FONT>   : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1239       Top_Left_Column : <b>out</b> Column_Position);
1240    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getyx.3x.html">getbegyx()</A></EM></FONT>
1241    <b>pragma</b> Inline (Get_Window_Position);
1242
1243    <FONT COLOR=green><EM>--  #1A NAME="AFU_86"#2|</EM></FONT>
1244    <b>procedure</b> Get_Cursor_Position
1245      (<FONT COLOR=red><A NAME="ref_1240_7" HREF="terminal_interface-curses__adb.htm#ref_1427_7">Win</A></FONT>    : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1246       <FONT COLOR=red><A NAME="ref_1241_7" HREF="terminal_interface-curses__adb.htm#ref_1428_7">Line</A></FONT>   : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1247       Column : <b>out</b> Column_Position);
1248    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getyx.3x.html">getyx()</A></EM></FONT>
1249    <b>pragma</b> Inline (Get_Cursor_Position);
1250
1251    <FONT COLOR=green><EM>--  #1A NAME="AFU_87"#2|</EM></FONT>
1252    <b>procedure</b> Get_Origin_Relative_To_Parent
1253      (<FONT COLOR=red><A NAME="ref_1248_7" HREF="terminal_interface-curses__adb.htm#ref_1439_7">Win</A></FONT>                : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
1254       <FONT COLOR=red><A NAME="ref_1249_7" HREF="terminal_interface-curses__adb.htm#ref_1440_7">Top_Left_Line</A></FONT>      : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1255       <FONT COLOR=red><A NAME="ref_1250_7" HREF="terminal_interface-curses__adb.htm#ref_1441_7">Top_Left_Column</A></FONT>    : <b>out</b> Column_Position;
1256       Is_Not_A_Subwindow : <b>out</b> Boolean);
1257    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getyx.3x.html">getparyx()</A></EM></FONT>
1258    <FONT COLOR=green><EM>--  Instead of placing -1 in the coordinates as return, we use a boolean</EM></FONT>
1259    <FONT COLOR=green><EM>--  to return the info that the window has no parent.</EM></FONT>
1260    <b>pragma</b> Inline (Get_Origin_Relative_To_Parent);
1261
1262    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1263    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_pad.3x.html">curs_pad.3x</A></EM></FONT>
1264    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1265
1266    <FONT COLOR=green><EM>--  #1A NAME="AFU_88"#2|</EM></FONT>
1267    <b>function</b> New_Pad (<FONT COLOR=red><A NAME="ref_1262_22" HREF="terminal_interface-curses__adb.htm#ref_1458_22">Lines</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
1268                      Columns : Column_Count) <b>return</b> Window;
1269    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_pad.3x.html">newpad()</A></EM></FONT>
1270    <b>pragma</b> Inline (New_Pad);
1271
1272    <FONT COLOR=green><EM>--  #1A NAME="AFU_89"#2|</EM></FONT>
1273    <b>function</b> Sub_Pad
1274      (<FONT COLOR=red><A NAME="ref_1269_7" HREF="terminal_interface-curses__adb.htm#ref_1474_7">Pad</A></FONT>                   : <A HREF="terminal_interface-curses__ads.htm#ref_63_12">Window</A>;
1275       <FONT COLOR=red><A NAME="ref_1270_7" HREF="terminal_interface-curses__adb.htm#ref_1475_7">Number_Of_Lines</A></FONT>       : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
1276       <FONT COLOR=red><A NAME="ref_1271_7" HREF="terminal_interface-curses__adb.htm#ref_1476_7">Number_Of_Columns</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Count</A>;
1277       <FONT COLOR=red><A NAME="ref_1272_7" HREF="terminal_interface-curses__adb.htm#ref_1477_7">First_Line_Position</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1278       First_Column_Position : Column_Position) <b>return</b> Window;
1279    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_pad.3x.html">subpad()</A></EM></FONT>
1280    <b>pragma</b> Inline (Sub_Pad);
1281
1282    <FONT COLOR=green><EM>--  #1A NAME="AFU_90"#2|</EM></FONT>
1283    <b>procedure</b> Refresh
1284      (<FONT COLOR=red><A NAME="ref_1279_7" HREF="terminal_interface-curses__adb.htm#ref_1502_7">Pad</A></FONT>                      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
1285       <FONT COLOR=red><A NAME="ref_1280_7" HREF="terminal_interface-curses__adb.htm#ref_1503_7">Source_Top_Row</A></FONT>           : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1286       <FONT COLOR=red><A NAME="ref_1281_7" HREF="terminal_interface-curses__adb.htm#ref_1504_7">Source_Left_Column</A></FONT>       : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1287       <FONT COLOR=red><A NAME="ref_1282_7" HREF="terminal_interface-curses__adb.htm#ref_1505_7">Destination_Top_Row</A></FONT>      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1288       <FONT COLOR=red><A NAME="ref_1283_7" HREF="terminal_interface-curses__adb.htm#ref_1506_7">Destination_Left_Column</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1289       <FONT COLOR=red><A NAME="ref_1284_7" HREF="terminal_interface-curses__adb.htm#ref_1507_7">Destination_Bottom_Row</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1290       Destination_Right_Column : <b>in</b> Column_Position);
1291    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_pad.3x.html">prefresh()</A></EM></FONT>
1292    <b>pragma</b> Inline (Refresh);
1293
1294    <FONT COLOR=green><EM>--  #1A NAME="AFU_91"#2|</EM></FONT>
1295    <b>procedure</b> Refresh_Without_Update
1296      (<FONT COLOR=red><A NAME="ref_1291_7" HREF="terminal_interface-curses__adb.htm#ref_1532_7">Pad</A></FONT>                      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A>;
1297       <FONT COLOR=red><A NAME="ref_1292_7" HREF="terminal_interface-curses__adb.htm#ref_1533_7">Source_Top_Row</A></FONT>           : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1298       <FONT COLOR=red><A NAME="ref_1293_7" HREF="terminal_interface-curses__adb.htm#ref_1534_7">Source_Left_Column</A></FONT>       : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1299       <FONT COLOR=red><A NAME="ref_1294_7" HREF="terminal_interface-curses__adb.htm#ref_1535_7">Destination_Top_Row</A></FONT>      : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1300       <FONT COLOR=red><A NAME="ref_1295_7" HREF="terminal_interface-curses__adb.htm#ref_1536_7">Destination_Left_Column</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Column_Position</A>;
1301       <FONT COLOR=red><A NAME="ref_1296_7" HREF="terminal_interface-curses__adb.htm#ref_1537_7">Destination_Bottom_Row</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1302       Destination_Right_Column : <b>in</b> Column_Position);
1303    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_pad.3x.html">pnoutrefresh()</A></EM></FONT>
1304    <b>pragma</b> Inline (Refresh_Without_Update);
1305
1306    <FONT COLOR=green><EM>--  #1A NAME="AFU_92"#2|</EM></FONT>
1307    <b>procedure</b> Add_Character_To_Pad_And_Echo_It
1308      (<FONT COLOR=red><A NAME="ref_1303_7" HREF="terminal_interface-curses__adb.htm#ref_1562_7">Pad</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A>;
1309       Ch  : <b>in</b> Attributed_Character);
1310    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_pad.3x.html">pechochar()</A></EM></FONT>
1311
1312    <b>procedure</b> Add_Character_To_Pad_And_Echo_It
1313      (<FONT COLOR=red><A NAME="ref_1308_7" HREF="terminal_interface-curses__adb.htm#ref_1575_7">Pad</A></FONT> : <b>in</b> Window;
1314       Ch  : <b>in</b> Character);
1315    <b>pragma</b> Inline (Add_Character_To_Pad_And_Echo_It);
1316
1317    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1318    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_scroll.3x.html">curs_scroll.3x</A></EM></FONT>
1319    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1320
1321    <FONT COLOR=green><EM>--  #1A NAME="AFU_93"#2|</EM></FONT>
1322    <b>procedure</b> Scroll (<FONT COLOR=red><A NAME="ref_1317_22" HREF="terminal_interface-curses__adb.htm#ref_1586_22">Win</A></FONT>    : <b>in</b> Window  := Standard_Window;
1323                      Amount : <b>in</b> Integer := 1);
1324    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_scroll.3x.html">wscrl()</A></EM></FONT>
1325    <FONT COLOR=green><EM>--  AKA: scroll()</EM></FONT>
1326    <FONT COLOR=green><EM>--  AKA: scrl()</EM></FONT>
1327    <b>pragma</b> Inline (Scroll);
1328
1329    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1330    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_delch.3x.html">curs_delch.3x</A></EM></FONT>
1331    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1332
1333    <FONT COLOR=green><EM>--  #1A NAME="AFU_94"#2|</EM></FONT>
1334    <b>procedure</b> Delete_Character (Win : <b>in</b> Window := Standard_Window);
1335    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_delch.3x.html">wdelch()</A></EM></FONT>
1336    <FONT COLOR=green><EM>--  AKA: delch()</EM></FONT>
1337
1338    <FONT COLOR=green><EM>--  #1A NAME="AFU_95"#2|</EM></FONT>
1339    <b>procedure</b> Delete_Character
1340      (<FONT COLOR=red><A NAME="ref_1335_7" HREF="terminal_interface-curses__adb.htm#ref_1610_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1341       <FONT COLOR=red><A NAME="ref_1336_7" HREF="terminal_interface-curses__adb.htm#ref_1611_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1342       Column : <b>in</b> Column_Position);
1343    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_delch.3x.html">mvwdelch()</A></EM></FONT>
1344    <FONT COLOR=green><EM>--  AKA: mvdelch()</EM></FONT>
1345    <b>pragma</b> Inline (Delete_Character);
1346
1347    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1348    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_inch.3x.html">curs_inch.3x</A></EM></FONT>
1349    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1350
1351    <FONT COLOR=green><EM>--  #1A NAME="AFU_96"#2|</EM></FONT>
1352    <b>function</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Peek</A> (Win : Window := Standard_Window)
1353      <b>return</b> Attributed_Character;
1354    <FONT COLOR=green><EM>--  AKA: inch()</EM></FONT>
1355    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inch.3x.html">winch()</A></EM></FONT>
1356
1357    <FONT COLOR=green><EM>--  #1A NAME="AFU_97"#2|</EM></FONT>
1358    <b>function</b> Peek
1359      (<FONT COLOR=red><A NAME="ref_1354_7" HREF="terminal_interface-curses__adb.htm#ref_1634_7">Win</A></FONT>    : <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1360       <FONT COLOR=red><A NAME="ref_1355_7" HREF="terminal_interface-curses__adb.htm#ref_1635_7">Line</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1361       Column : Column_Position) <b>return</b> Attributed_Character;
1362    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inch.3x.html">mvwinch()</A></EM></FONT>
1363    <FONT COLOR=green><EM>--  AKA: mvinch()</EM></FONT>
1364    <FONT COLOR=green><EM>--  More Peek's follow, pragma Inline appears later.</EM></FONT>
1365
1366    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1367    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_insch.3x.html">curs_insch.3x</A></EM></FONT>
1368    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1369
1370    <FONT COLOR=green><EM>--  #1A NAME="AFU_98"#2|</EM></FONT>
1371    <b>procedure</b> Insert (<FONT COLOR=red><A NAME="ref_1366_22" HREF="terminal_interface-curses__adb.htm#ref_1646_22">Win</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Window</A> := Standard_Window;
1372                      Ch  : <b>in</b> Attributed_Character);
1373    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_insch.3x.html">winsch()</A></EM></FONT>
1374    <FONT COLOR=green><EM>--  AKA: insch()</EM></FONT>
1375
1376    <FONT COLOR=green><EM>--  #1A NAME="AFU_99"#2|</EM></FONT>
1377    <b>procedure</b> Insert (<FONT COLOR=red><A NAME="ref_1372_22" HREF="terminal_interface-curses__adb.htm#ref_1658_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1378                      <FONT COLOR=red><A NAME="ref_1373_22" HREF="terminal_interface-curses__adb.htm#ref_1659_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1379                      <FONT COLOR=red><A NAME="ref_1374_22" HREF="terminal_interface-curses__adb.htm#ref_1660_7">Column</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_352_9">Column_Position</A>;
1380                      Ch     : <b>in</b> Attributed_Character);
1381    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_insch.3x.html">mvwinsch()</A></EM></FONT>
1382    <FONT COLOR=green><EM>--  AKA: mvinsch()</EM></FONT>
1383
1384    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1385    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_insstr.3x.html">curs_insstr.3x</A></EM></FONT>
1386    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1387
1388    <FONT COLOR=green><EM>--  #1A NAME="AFU_100"#2|</EM></FONT>
1389    <b>procedure</b> Insert (<FONT COLOR=red><A NAME="ref_1384_22" HREF="terminal_interface-curses__adb.htm#ref_1677_22">Win</A></FONT> : <b>in</b> Window := Standard_Window;
1390                      <FONT COLOR=red><A NAME="ref_1385_22" HREF="terminal_interface-curses__adb.htm#ref_1678_22">Str</A></FONT> : <b>in</b> String;
1391                      Len : <b>in</b> Integer := -1);
1392    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_insstr.3x.html">winsnstr()</A></EM></FONT>
1393    <FONT COLOR=green><EM>--  AKA: winsstr()</EM></FONT>
1394    <FONT COLOR=green><EM>--  AKA: insnstr()</EM></FONT>
1395    <FONT COLOR=green><EM>--  AKA: insstr()</EM></FONT>
1396
1397    <FONT COLOR=green><EM>--  #1A NAME="AFU_101"#2|</EM></FONT>
1398    <b>procedure</b> Insert (<FONT COLOR=red><A NAME="ref_1393_22" HREF="terminal_interface-curses__adb.htm#ref_1696_7">Win</A></FONT>    : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1399                      <FONT COLOR=red><A NAME="ref_1394_22" HREF="terminal_interface-curses__adb.htm#ref_1697_7">Line</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1400                      <FONT COLOR=red><A NAME="ref_1395_22" HREF="terminal_interface-curses__adb.htm#ref_1698_7">Column</A></FONT> : <b>in</b> Column_Position;
1401                      <FONT COLOR=red><A NAME="ref_1396_22" HREF="terminal_interface-curses__adb.htm#ref_1699_7">Str</A></FONT>    : <b>in</b> String;
1402                      Len    : <b>in</b> Integer := -1);
1403    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_insstr.3x.html">mvwinsnstr()</A></EM></FONT>
1404    <FONT COLOR=green><EM>--  AKA: mvwinsstr()</EM></FONT>
1405    <FONT COLOR=green><EM>--  AKA: mvinsnstr()</EM></FONT>
1406    <FONT COLOR=green><EM>--  AKA: mvinsstr()</EM></FONT>
1407    <b>pragma</b> Inline (Insert);
1408
1409    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1410    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_instr.3x.html">curs_instr.3x</A></EM></FONT>
1411    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1412
1413    <FONT COLOR=green><EM>--  #1A NAME="AFU_102"#2|</EM></FONT>
1414    <b>procedure</b> Peek (<FONT COLOR=red><A NAME="ref_1409_20" HREF="terminal_interface-curses__adb.htm#ref_1719_20">Win</A></FONT> : <b>in</b>  Window := Standard_Window;
1415                    <FONT COLOR=red><A NAME="ref_1410_20" HREF="terminal_interface-curses__adb.htm#ref_1720_20">Str</A></FONT> : <b>out</b> String;
1416                    Len : <b>in</b>  Integer := -1);
1417    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_instr.3x.html">winnstr()</A></EM></FONT>
1418    <FONT COLOR=green><EM>--  AKA: winstr()</EM></FONT>
1419    <FONT COLOR=green><EM>--  AKA: innstr()</EM></FONT>
1420    <FONT COLOR=green><EM>--  AKA: instr()</EM></FONT>
1421
1422    <FONT COLOR=green><EM>--  #1A NAME="AFU_103"#2|</EM></FONT>
1423    <b>procedure</b> Peek (<FONT COLOR=red><A NAME="ref_1418_20" HREF="terminal_interface-curses__adb.htm#ref_1749_7">Win</A></FONT>    : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1424                    <FONT COLOR=red><A NAME="ref_1419_20" HREF="terminal_interface-curses__adb.htm#ref_1750_7">Line</A></FONT>   : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1425                    <FONT COLOR=red><A NAME="ref_1420_20" HREF="terminal_interface-curses__adb.htm#ref_1751_7">Column</A></FONT> : <b>in</b>  Column_Position;
1426                    <FONT COLOR=red><A NAME="ref_1421_20" HREF="terminal_interface-curses__adb.htm#ref_1752_7">Str</A></FONT>    : <b>out</b> String;
1427                    Len    : <b>in</b>  Integer := -1);
1428    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_instr.3x.html">mvwinnstr()</A></EM></FONT>
1429    <FONT COLOR=green><EM>--  AKA: mvwinstr()</EM></FONT>
1430    <FONT COLOR=green><EM>--  AKA: mvinnstr()</EM></FONT>
1431    <FONT COLOR=green><EM>--  AKA: mvinstr()</EM></FONT>
1432
1433    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1434    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_inchstr.3x.html">curs_inchstr.3x</A></EM></FONT>
1435    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1436
1437    <FONT COLOR=green><EM>--  #1A NAME="AFU_104"#2|</EM></FONT>
1438    <b>procedure</b> Peek (<FONT COLOR=red><A NAME="ref_1433_20" HREF="terminal_interface-curses__adb.htm#ref_1761_7">Win</A></FONT> : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_376_9">Window</A> := Standard_Window;
1439                    <FONT COLOR=red><A NAME="ref_1434_20" HREF="terminal_interface-curses__adb.htm#ref_1762_7">Str</A></FONT> : <b>out</b> Attributed_String;
1440                    Len : <b>in</b>  Integer := -1);
1441    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inchstr.3x.html">winchnstr()</A></EM></FONT>
1442    <FONT COLOR=green><EM>--  AKA: winchstr()</EM></FONT>
1443    <FONT COLOR=green><EM>--  AKA: inchnstr()</EM></FONT>
1444    <FONT COLOR=green><EM>--  AKA: inchstr()</EM></FONT>
1445
1446    <FONT COLOR=green><EM>--  #1A NAME="AFU_105"#2|</EM></FONT>
1447    <b>procedure</b> Peek (<FONT COLOR=red><A NAME="ref_1442_20" HREF="terminal_interface-curses__adb.htm#ref_1798_7">Win</A></FONT>    : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1448                    <FONT COLOR=red><A NAME="ref_1443_20" HREF="terminal_interface-curses__adb.htm#ref_1799_7">Line</A></FONT>   : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1449                    <FONT COLOR=red><A NAME="ref_1444_20" HREF="terminal_interface-curses__adb.htm#ref_1800_7">Column</A></FONT> : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_376_9">Column_Position</A>;
1450                    <FONT COLOR=red><A NAME="ref_1445_20" HREF="terminal_interface-curses__adb.htm#ref_1801_7">Str</A></FONT>    : <b>out</b> Attributed_String;
1451                    Len    : <b>in</b>  Integer := -1);
1452    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_inchstr.3x.html">mvwinchnstr()</A></EM></FONT>
1453    <FONT COLOR=green><EM>--  AKA: mvwinchstr()</EM></FONT>
1454    <FONT COLOR=green><EM>--  AKA: mvinchnstr()</EM></FONT>
1455    <FONT COLOR=green><EM>--  AKA: mvinchstr()</EM></FONT>
1456    <FONT COLOR=green><EM>--  We don't inline the Peek procedures</EM></FONT>
1457
1458    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1459    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_getstr.3x.html">curs_getstr.3x</A></EM></FONT>
1460    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1461
1462    <FONT COLOR=green><EM>--  #1A NAME="AFU_106"#2|</EM></FONT>
1463    <b>procedure</b> Get (<FONT COLOR=red><A NAME="ref_1458_19" HREF="terminal_interface-curses__adb.htm#ref_1809_19">Win</A></FONT> : <b>in</b>  Window := Standard_Window;
1464                   <FONT COLOR=red><A NAME="ref_1459_19" HREF="terminal_interface-curses__adb.htm#ref_1810_19">Str</A></FONT> : <b>out</b> String;
1465                   Len : <b>in</b>  Integer := -1);
1466    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getstr.3x.html">wgetnstr()</A></EM></FONT>
1467    <FONT COLOR=green><EM>--  AKA: wgetstr()</EM></FONT>
1468    <FONT COLOR=green><EM>--  AKA: getnstr()</EM></FONT>
1469    <FONT COLOR=green><EM>--  AKA: getstr()</EM></FONT>
1470    <FONT COLOR=green><EM>--  actually getstr is not supported because that results in buffer</EM></FONT>
1471    <FONT COLOR=green><EM>--  overflows.</EM></FONT>
1472
1473    <FONT COLOR=green><EM>--  #1A NAME="AFU_107"#2|</EM></FONT>
1474    <b>procedure</b> Get (<FONT COLOR=red><A NAME="ref_1469_19" HREF="terminal_interface-curses__adb.htm#ref_1839_7">Win</A></FONT>    : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_60_9">Window</A> := Standard_Window;
1475                   <FONT COLOR=red><A NAME="ref_1470_19" HREF="terminal_interface-curses__adb.htm#ref_1840_7">Line</A></FONT>   : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1476                   <FONT COLOR=red><A NAME="ref_1471_19" HREF="terminal_interface-curses__adb.htm#ref_1841_7">Column</A></FONT> : <b>in</b>  Column_Position;
1477                   <FONT COLOR=red><A NAME="ref_1472_19" HREF="terminal_interface-curses__adb.htm#ref_1842_7">Str</A></FONT>    : <b>out</b> String;
1478                   Len    : <b>in</b>  Integer := -1);
1479    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_getstr.3x.html">mvwgetnstr()</A></EM></FONT>
1480    <FONT COLOR=green><EM>--  AKA: mvwgetstr()</EM></FONT>
1481    <FONT COLOR=green><EM>--  AKA: mvgetnstr()</EM></FONT>
1482    <FONT COLOR=green><EM>--  AKA: mvgetstr()</EM></FONT>
1483    <FONT COLOR=green><EM>--  Get is not inlined</EM></FONT>
1484
1485    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1486    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_slk.3x.html">curs_slk.3x</A></EM></FONT>
1487    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1488
1489    <FONT COLOR=green><EM>--  Not Implemented: slk_attr_on, slk_attr_off, slk_attr_set</EM></FONT>
1490
1491    <b>type</b> Soft_Label_Key_Format <b>is</b> (<FONT COLOR=red><A NAME="ref_1486_35">Three_Two_Three</A></FONT>,
1492                                   <FONT COLOR=red><A NAME="ref_1487_35">Four_Four</A></FONT>,
1493                                   <FONT COLOR=red><A NAME="ref_1488_35">PC_Style</A></FONT>,              <FONT COLOR=green><EM>--  ncurses specific</EM></FONT>
1494         <FONT COLOR=red><A NAME="ref_1489_9"> </A></FONT>                         PC_Style_With_Index);  <FONT COLOR=green><EM>--  "</EM></FONT>
1495    <b>type</b> <FONT COLOR=red><A NAME="ref_1490_9">Label_Number</A></FONT> <b>is</b> <b>new</b> Positive <b>range</b> 1 .. <FONT COLOR=red><A NAME="ref_1490_49">12</A></FONT>;
1496    <b>type</b> Label_Justification <b>is</b> (Left, Centered, Right);
1497
1498    <FONT COLOR=green><EM>--  #1A NAME="AFU_108"#2|</EM></FONT>
1499    <b>procedure</b> Init_Soft_Label_Keys
1500      (Format : <b>in</b> Soft_Label_Key_Format := Three_Two_Three);
1501    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_init()</A></EM></FONT>
1502    <b>pragma</b> Inline (Init_Soft_Label_Keys);
1503
1504    <FONT COLOR=green><EM>--  #1A NAME="AFU_109"#2|</EM></FONT>
1505    <b>procedure</b> Set_Soft_Label_Key (<FONT COLOR=red><A NAME="ref_1500_34" HREF="terminal_interface-curses__adb.htm#ref_1861_34">Label</A></FONT> : <b>in</b> Label_Number;
1506                                  <FONT COLOR=red><A NAME="ref_1501_34" HREF="terminal_interface-curses__adb.htm#ref_1862_34">Text</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_1490_9">String</A>;
1507                                  Fmt   : <b>in</b> Label_Justification := Left);
1508    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_set()</A></EM></FONT>
1509    <FONT COLOR=green><EM>--  We don't inline this procedure</EM></FONT>
1510
1511    <FONT COLOR=green><EM>--  #1A NAME="AFU_110"#2|</EM></FONT>
1512    <b>procedure</b> Refresh_Soft_Label_Keys;
1513    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_refresh()</A></EM></FONT>
1514    <b>pragma</b> Inline (Refresh_Soft_Label_Keys);
1515
1516    <FONT COLOR=green><EM>--  #1A NAME="AFU_111"#2|</EM></FONT>
1517    <b>procedure</b> Refresh_Soft_Label_Keys_Without_Update;
1518    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_noutrefresh()</A></EM></FONT>
1519    <b>pragma</b> Inline (Refresh_Soft_Label_Keys_Without_Update);
1520
1521    <FONT COLOR=green><EM>--  #1A NAME="AFU_112"#2|</EM></FONT>
1522    <b>procedure</b> Get_Soft_Label_Key (<FONT COLOR=red><A NAME="ref_1517_34" HREF="terminal_interface-curses__adb.htm#ref_1900_34">Label</A></FONT> : <b>in</b> Label_Number;
1523                                  Text  : <b>out</b> String);
1524    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_label()</A></EM></FONT>
1525
1526    <FONT COLOR=green><EM>--  #1A NAME="AFU_113"#2|</EM></FONT>
1527    <b>function</b> Get_Soft_Label_Key (Label : <b>in</b> Label_Number) <b>return</b> String;
1528    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_label()</A></EM></FONT>
1529    <FONT COLOR=green><EM>--  Same as function</EM></FONT>
1530    <b>pragma</b> Inline (Get_Soft_Label_Key);
1531
1532    <FONT COLOR=green><EM>--  #1A NAME="AFU_114"#2|</EM></FONT>
1533    <b>procedure</b> Clear_Soft_Label_Keys;
1534    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_clear()</A></EM></FONT>
1535    <b>pragma</b> Inline (Clear_Soft_Label_Keys);
1536
1537    <FONT COLOR=green><EM>--  #1A NAME="AFU_115"#2|</EM></FONT>
1538    <b>procedure</b> Restore_Soft_Label_Keys;
1539    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_restore()</A></EM></FONT>
1540    <b>pragma</b> Inline (Restore_Soft_Label_Keys);
1541
1542    <FONT COLOR=green><EM>--  #1A NAME="AFU_116"#2|</EM></FONT>
1543    <b>procedure</b> Touch_Soft_Label_Keys;
1544    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_touch()</A></EM></FONT>
1545    <b>pragma</b> Inline (Touch_Soft_Label_Keys);
1546
1547    <FONT COLOR=green><EM>--  #1A NAME="AFU_117"#2|</EM></FONT>
1548    <b>procedure</b> Switch_Soft_Label_Key_Attributes
1549      (<FONT COLOR=red><A NAME="ref_1544_7" HREF="terminal_interface-curses__adb.htm#ref_1948_7">Attr</A></FONT> : <b>in</b> Character_Attribute_Set;
1550       On   : <b>in</b> Boolean := True);
1551    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_attron()</A></EM></FONT>
1552    <FONT COLOR=green><EM>--  AKA: slk_attroff()</EM></FONT>
1553    <b>pragma</b> Inline (Switch_Soft_Label_Key_Attributes);
1554
1555    <FONT COLOR=green><EM>--  #1A NAME="AFU_118"#2|</EM></FONT>
1556    <b>procedure</b> Set_Soft_Label_Key_Attributes
1557      (<FONT COLOR=red><A NAME="ref_1552_7" HREF="terminal_interface-curses__adb.htm#ref_1972_7">Attr</A></FONT>  : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_299_9">Character_Attribute_Set</A> := Normal_Video;
1558       Color : <b>in</b> Color_Pair := Color_Pair'First);
1559    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_attrset()</A></EM></FONT>
1560    <b>pragma</b> Inline (Set_Soft_Label_Key_Attributes);
1561
1562    <FONT COLOR=green><EM>--  #1A NAME="AFU_119"#2|</EM></FONT>
1563    <b>function</b> Get_Soft_Label_Key_Attributes <b>return</b> Character_Attribute_Set;
1564    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_attr()</A></EM></FONT>
1565
1566    <FONT COLOR=green><EM>--  #1A NAME="AFU_120"#2|</EM></FONT>
1567    <b>function</b> Get_Soft_Label_Key_Attributes <b>return</b> Color_Pair;
1568    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_attr()</A></EM></FONT>
1569    <b>pragma</b> Inline (Get_Soft_Label_Key_Attributes);
1570
1571    <FONT COLOR=green><EM>--  #1A NAME="AFU_121"#2|</EM></FONT>
1572    <b>procedure</b> Set_Soft_Label_Key_Color (Pair : <b>in</b> Color_Pair);
1573    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_slk.3x.html">slk_color()</A></EM></FONT>
1574    <b>pragma</b> Inline (Set_Soft_Label_Key_Color);
1575
1576    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1577    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/keybound.3x.html">keybound.3x</A></EM></FONT>
1578    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1579    <FONT COLOR=green><EM>--  Not Implemented: keybound</EM></FONT>
1580
1581    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1582    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/keyok.3x.html">keyok.3x</A></EM></FONT>
1583    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1584
1585    <FONT COLOR=green><EM>--  #1A NAME="AFU_122"#2|</EM></FONT>
1586    <b>procedure</b> Enable_Key (<FONT COLOR=red><A NAME="ref_1581_26" HREF="terminal_interface-curses__adb.htm#ref_2018_26">Key</A></FONT>    : <b>in</b> Special_Key_Code;
1587                          Enable : <b>in</b> Boolean := True);
1588    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/keyok.3x.html">keyok()</A></EM></FONT>
1589    <b>pragma</b> Inline (Enable_Key);
1590
1591    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1592    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/define_key.3x.html">define_key.3x</A></EM></FONT>
1593    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1594
1595    <FONT COLOR=green><EM>--  #1A NAME="AFU_123"#2|</EM></FONT>
1596    <b>procedure</b> Define_Key (<FONT COLOR=red><A NAME="ref_1591_26" HREF="terminal_interface-curses__adb.htm#ref_2031_26">Definition</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_78_12">String</A>;
1597                          Key        : <b>in</b> Special_Key_Code);
1598    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/define_key.3x.html">define_key()</A></EM></FONT>
1599    <b>pragma</b> Inline (Define_Key);
1600
1601    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1602    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_util.3x.html">curs_util.3x</A></EM></FONT>
1603    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1604
1605    <FONT COLOR=green><EM>--  | Not implemented : filter, use_env</EM></FONT>
1606    <FONT COLOR=green><EM>--  | putwin, getwin are in the child package PutWin</EM></FONT>
1607    <FONT COLOR=green><EM>--</EM></FONT>
1608
1609    <FONT COLOR=green><EM>--  #1A NAME="AFU_124"#2|</EM></FONT>
1610    <b>procedure</b> Key_Name (<FONT COLOR=red><A NAME="ref_1605_24" HREF="terminal_interface-curses__adb.htm#ref_144_24">Key</A></FONT>  : <b>in</b>  Real_Key_Code;
1611                        Name : <b>out</b> String);
1612    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">keyname()</A></EM></FONT>
1613    <FONT COLOR=green><EM>--  The external name for a real keystroke.</EM></FONT>
1614
1615    <FONT COLOR=green><EM>--  #1A NAME="AFU_125"#2|</EM></FONT>
1616    <b>function</b> Key_Name (Key  : <b>in</b>  Real_Key_Code) <b>return</b> String;
1617    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">keyname()</A></EM></FONT>
1618    <FONT COLOR=green><EM>--  Same as function</EM></FONT>
1619    <FONT COLOR=green><EM>--  We don't inline this routine</EM></FONT>
1620
1621    <FONT COLOR=green><EM>--  #1A NAME="AFU_126"#2|</EM></FONT>
1622    <b>procedure</b> Un_Control (<FONT COLOR=red><A NAME="ref_1617_26" HREF="terminal_interface-curses__adb.htm#ref_2047_26">Ch</A></FONT>  : <b>in</b> Attributed_Character;
1623                          Str : <b>out</b> String);
1624    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">unctrl()</A></EM></FONT>
1625
1626    <FONT COLOR=green><EM>--  #1A NAME="AFU_127"#2|</EM></FONT>
1627    <b>function</b> Un_Control (Ch  : <b>in</b> Attributed_Character) <b>return</b> String;
1628    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">unctrl()</A></EM></FONT>
1629    <FONT COLOR=green><EM>--  Same as function</EM></FONT>
1630    <b>pragma</b> Inline (Un_Control);
1631
1632    <FONT COLOR=green><EM>--  #1A NAME="AFU_128"#2|</EM></FONT>
1633    <b>procedure</b> Delay_Output (Msecs : <b>in</b> Natural);
1634    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">delay_output()</A></EM></FONT>
1635    <b>pragma</b> Inline (Delay_Output);
1636
1637    <FONT COLOR=green><EM>--  #1A NAME="AFU_129"#2|</EM></FONT>
1638    <b>procedure</b> Flush_Input;
1639    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_util.3x.html">flushinp()</A></EM></FONT>
1640    <b>pragma</b> Inline (Flush_Input);
1641
1642    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1643    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_termattrs.3x.html">curs_termattrs.3x</A></EM></FONT>
1644    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1645
1646    <FONT COLOR=green><EM>--  #1A NAME="AFU_130"#2|</EM></FONT>
1647    <b>function</b> Baudrate <b>return</b> Natural;
1648    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">baudrate()</A></EM></FONT>
1649    <b>pragma</b> Inline (Baudrate);
1650
1651    <FONT COLOR=green><EM>--  #1A NAME="AFU_131"#2|</EM></FONT>
1652    <b>function</b> Erase_Character <b>return</b> Character;
1653    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">erasechar()</A></EM></FONT>
1654    <b>pragma</b> Inline (Erase_Character);
1655
1656    <FONT COLOR=green><EM>--  #1A NAME="AFU_132"#2|</EM></FONT>
1657    <b>function</b> Kill_Character <b>return</b> Character;
1658    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">killchar()</A></EM></FONT>
1659    <b>pragma</b> Inline (Kill_Character);
1660
1661    <FONT COLOR=green><EM>--  #1A NAME="AFU_133"#2|</EM></FONT>
1662    <b>function</b> Has_Insert_Character <b>return</b> Boolean;
1663    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">has_ic()</A></EM></FONT>
1664    <b>pragma</b> Inline (Has_Insert_Character);
1665
1666    <FONT COLOR=green><EM>--  #1A NAME="AFU_134"#2|</EM></FONT>
1667    <b>function</b> Has_Insert_Line <b>return</b> Boolean;
1668    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">has_il()</A></EM></FONT>
1669    <b>pragma</b> Inline (Has_Insert_Line);
1670
1671    <FONT COLOR=green><EM>--  #1A NAME="AFU_135"#2|</EM></FONT>
1672    <b>function</b> Supported_Attributes <b>return</b> Character_Attribute_Set;
1673    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">termattrs()</A></EM></FONT>
1674    <b>pragma</b> Inline (Supported_Attributes);
1675
1676    <FONT COLOR=green><EM>--  #1A NAME="AFU_136"#2|</EM></FONT>
1677    <b>procedure</b> Long_Name (Name : <b>out</b> String);
1678    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">longname()</A></EM></FONT>
1679
1680    <FONT COLOR=green><EM>--  #1A NAME="AFU_137"#2|</EM></FONT>
1681    <b>function</b> Long_Name <b>return</b> String;
1682    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">longname()</A></EM></FONT>
1683    <FONT COLOR=green><EM>--  Same as function</EM></FONT>
1684    <b>pragma</b> Inline (Long_Name);
1685
1686    <FONT COLOR=green><EM>--  #1A NAME="AFU_138"#2|</EM></FONT>
1687    <b>procedure</b> Terminal_Name (Name : <b>out</b> String);
1688    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">termname()</A></EM></FONT>
1689
1690    <FONT COLOR=green><EM>--  #1A NAME="AFU_139"#2|</EM></FONT>
1691    <b>function</b> Terminal_Name <b>return</b> String;
1692    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_termattrs.3x.html">termname()</A></EM></FONT>
1693    <FONT COLOR=green><EM>--  Same as function</EM></FONT>
1694    <b>pragma</b> Inline (Terminal_Name);
1695
1696    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1697    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_color.3x.html">curs_color.3x</A></EM></FONT>
1698    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1699
1700    <FONT COLOR=green><EM>--  COLOR_PAIR</EM></FONT>
1701    <FONT COLOR=green><EM>--  COLOR_PAIR(n) in C is the same as</EM></FONT>
1702    <FONT COLOR=green><EM>--  Attributed_Character(Ch =&gt; Nul, Color =&gt; n, Attr =&gt; Normal_Video)</EM></FONT>
1703    <FONT COLOR=green><EM>--  In C you often see something like c = c | COLOR_PAIR(n);</EM></FONT>
1704    <FONT COLOR=green><EM>--  This is equivalent to c.Color := n;</EM></FONT>
1705
1706    <FONT COLOR=green><EM>--  #1A NAME="AFU_140"#2|</EM></FONT>
1707    <b>procedure</b> Start_Color;
1708    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">start_color()</A></EM></FONT>
1709    <b>pragma</b> Import (C, Start_Color, "start_color");
1710
1711    <FONT COLOR=green><EM>--  #1A NAME="AFU_141"#2|</EM></FONT>
1712    <b>procedure</b> Init_Pair (<FONT COLOR=red><A NAME="ref_1707_25" HREF="terminal_interface-curses__adb.htm#ref_2174_25">Pair</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Redefinable_Color_Pair</A>;
1713                         <FONT COLOR=red><A NAME="ref_1708_25" HREF="terminal_interface-curses__adb.htm#ref_2175_25">Fore</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A>;
1714                         Back : <b>in</b> Color_Number);
1715    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">init_pair()</A></EM></FONT>
1716    <b>pragma</b> Inline (Init_Pair);
1717
1718    <FONT COLOR=green><EM>--  #1A NAME="AFU_142"#2|</EM></FONT>
1719    <b>procedure</b> Pair_Content (<FONT COLOR=red><A NAME="ref_1714_28" HREF="terminal_interface-curses__adb.htm#ref_2195_28">Pair</A></FONT> : <b>in</b> Color_Pair;
1720                            <FONT COLOR=red><A NAME="ref_1715_28" HREF="terminal_interface-curses__adb.htm#ref_2196_28">Fore</A></FONT> : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A>;
1721                            Back : <b>out</b> Color_Number);
1722    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">pair_content()</A></EM></FONT>
1723    <b>pragma</b> Inline (Pair_Content);
1724
1725    <FONT COLOR=green><EM>--  #1A NAME="AFU_143"#2|</EM></FONT>
1726    <b>function</b> Has_Colors <b>return</b> Boolean;
1727    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">has_colors()</A></EM></FONT>
1728    <b>pragma</b> Inline (Has_Colors);
1729
1730    <FONT COLOR=green><EM>--  #1A NAME="AFU_144"#2|</EM></FONT>
1731    <b>procedure</b> Init_Color (<FONT COLOR=red><A NAME="ref_1726_26" HREF="terminal_interface-curses__adb.htm#ref_2227_26">Color</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_295_9">Color_Number</A>;
1732                          <FONT COLOR=red><A NAME="ref_1727_26" HREF="terminal_interface-curses__adb.htm#ref_2228_26">Red</A></FONT>   : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_295_9">RGB_Value</A>;
1733                          <FONT COLOR=red><A NAME="ref_1728_26" HREF="terminal_interface-curses__adb.htm#ref_2229_26">Green</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_295_9">RGB_Value</A>;
1734                          Blue  : <b>in</b> RGB_Value);
1735    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">init_color()</A></EM></FONT>
1736    <b>pragma</b> Inline (Init_Color);
1737
1738    <FONT COLOR=green><EM>--  #1A NAME="AFU_145"#2|</EM></FONT>
1739    <b>function</b> Can_Change_Color <b>return</b> Boolean;
1740    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">can_change_color()</A></EM></FONT>
1741    <b>pragma</b> Inline (Can_Change_Color);
1742
1743    <FONT COLOR=green><EM>--  #1A NAME="AFU_146"#2|</EM></FONT>
1744    <b>procedure</b> Color_Content (<FONT COLOR=red><A NAME="ref_1739_29" HREF="terminal_interface-curses__adb.htm#ref_2256_29">Color</A></FONT> : <b>in</b>  <A HREF="terminal_interface-curses__ads.htm#ref_295_9">Color_Number</A>;
1745                             <FONT COLOR=red><A NAME="ref_1740_29" HREF="terminal_interface-curses__adb.htm#ref_2257_29">Red</A></FONT>   : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_295_9">RGB_Value</A>;
1746                             <FONT COLOR=red><A NAME="ref_1741_29" HREF="terminal_interface-curses__adb.htm#ref_2258_29">Green</A></FONT> : <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_295_9">RGB_Value</A>;
1747                             Blue  : <b>out</b> RGB_Value);
1748    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_color.3x.html">color_content()</A></EM></FONT>
1749    <b>pragma</b> Inline (Color_Content);
1750
1751    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1752    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_kernel.3x.html">curs_kernel.3x</A></EM></FONT>
1753    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1754    <FONT COLOR=green><EM>--  | Not implemented: getsyx, setsyx</EM></FONT>
1755    <FONT COLOR=green><EM>--</EM></FONT>
1756    <b>type</b> Curses_Mode <b>is</b> (Curses, Shell);
1757
1758    <FONT COLOR=green><EM>--  #1A NAME="AFU_147"#2|</EM></FONT>
1759    <b>procedure</b> Save_Curses_Mode (Mode : <b>in</b> Curses_Mode);
1760    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">def_prog_mode()</A></EM></FONT>
1761    <FONT COLOR=green><EM>--  AKA: def_shell_mode()</EM></FONT>
1762    <b>pragma</b> Inline (Save_Curses_Mode);
1763
1764    <FONT COLOR=green><EM>--  #1A NAME="AFU_148"#2|</EM></FONT>
1765    <b>procedure</b> Reset_Curses_Mode (Mode : <b>in</b> Curses_Mode);
1766    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">reset_prog_mode()</A></EM></FONT>
1767    <FONT COLOR=green><EM>--  AKA: reset_shell_mode()</EM></FONT>
1768    <b>pragma</b> Inline (Reset_Curses_Mode);
1769
1770    <FONT COLOR=green><EM>--  #1A NAME="AFU_149"#2|</EM></FONT>
1771    <b>procedure</b> Save_Terminal_State;
1772    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">savetty()</A></EM></FONT>
1773    <b>pragma</b> Inline (Save_Terminal_State);
1774
1775    <FONT COLOR=green><EM>--  #1A NAME="AFU_150"#2|</EM></FONT>
1776    <b>procedure</b> Reset_Terminal_State;
1777    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">resetty();</A></EM></FONT>
1778    <b>pragma</b> Inline (Reset_Terminal_State);
1779
1780    <b>type</b> Stdscr_Init_Proc <b>is</b> <b>access</b>
1781       <b>function</b> (<FONT COLOR=red><A NAME="ref_1776_17">Win</A></FONT>     : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Window</A>;
1782                 Columns :<A HREF="terminal_interface-curses__ads.htm#ref_1774_9"> </A>Column_Count) <b>return</b> Integer;
1783    <b>pragma</b> Convention (C, Stdscr_Init_Proc);
1784    <FONT COLOR=green><EM>--  N.B.: the return value is actually ignored, but it seems to be</EM></FONT>
1785    <FONT COLOR=green><EM>--        a good practice to return 0 if you think all went fine</EM></FONT>
1786    <FONT COLOR=green><EM>--        and -1 otherwise.</EM></FONT>
1787
1788    <FONT COLOR=green><EM>--  #1A NAME="AFU_151"#2|</EM></FONT>
1789    <b>procedure</b> Rip_Off_Lines (<FONT COLOR=red><A NAME="ref_1784_29" HREF="terminal_interface-curses__adb.htm#ref_2336_29">Lines</A></FONT> : <b>in</b> <A HREF="terminal_interface-curses__ads.htm#ref_1774_9">Integer</A>;
1790                             Proc  : <b>in</b> Stdscr_Init_Proc);
1791    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">ripoffline()</A></EM></FONT>
1792    <FONT COLOR=green><EM>--  N.B.: to be more precise, this uses a ncurses specific enhancement of</EM></FONT>
1793    <FONT COLOR=green><EM>--        ripoffline(), in which the Lines argument absolute value is the</EM></FONT>
1794    <FONT COLOR=green><EM>--        number of lines to be ripped of. The official ripoffline() only</EM></FONT>
1795    <FONT COLOR=green><EM>--        uses the sign of Lines to rip of a single line from bottom or top.</EM></FONT>
1796    <b>pragma</b> Inline (Rip_Off_Lines);
1797
1798    <b>type</b> Cursor_Visibility <b>is</b> (Invisible, Normal, Very_Visible);
1799
1800    <FONT COLOR=green><EM>--  #1A NAME="AFU_152"#2|</EM></FONT>
1801    <b>procedure</b> Set_Cursor_Visibility (Visibility : <b>in</b> <b>out</b> Cursor_Visibility);
1802    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">curs_set()</A></EM></FONT>
1803    <b>pragma</b> Inline (Set_Cursor_Visibility);
1804
1805    <FONT COLOR=green><EM>--  #1A NAME="AFU_153"#2|</EM></FONT>
1806    <b>procedure</b> Nap_Milli_Seconds (Ms : <b>in</b> Natural);
1807    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_kernel.3x.html">napms()</A></EM></FONT>
1808    <b>pragma</b> Inline (Nap_Milli_Seconds);
1809
1810    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1811    <FONT COLOR=green><EM>--  | Some useful helpers.</EM></FONT>
1812    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1813    <b>type</b> Transform_Direction <b>is</b> (From_Screen, To_Screen);
1814    <b>procedure</b> Transform_Coordinates
1815      (<FONT COLOR=red><A NAME="ref_1810_7" HREF="terminal_interface-curses__adb.htm#ref_2421_7">W</A></FONT>      : <b>in</b> Window := Standard_Window;
1816       <FONT COLOR=red><A NAME="ref_1811_7" HREF="terminal_interface-curses__adb.htm#ref_2422_7">Line</A></FONT>   : <b>in</b> <b>out</b> <A HREF="terminal_interface-curses__ads.htm#ref_61_9">Line_Position</A>;
1817       <FONT COLOR=red><A NAME="ref_1812_7" HREF="terminal_interface-curses__adb.htm#ref_2423_7">Column</A></FONT> : <b>in</b> <b>out</b> Column_Position;
1818       Dir    : <b>in</b> Transform_Direction := From_Screen);
1819    <FONT COLOR=green><EM>--  This procedure transforms screen coordinates into coordinates relative</EM></FONT>
1820    <FONT COLOR=green><EM>--  to the window and vice versa, depending on the Dir parameter.</EM></FONT>
1821    <FONT COLOR=green><EM>--  Screen coordinates are the position informations on the physical device.</EM></FONT>
1822    <FONT COLOR=green><EM>--  An Curses_Exception will be raised if Line and Column are not in the</EM></FONT>
1823    <FONT COLOR=green><EM>--  Window or if you pass the Null_Window as argument.</EM></FONT>
1824    <FONT COLOR=green><EM>--  We don't inline this procedure</EM></FONT>
1825
1826    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1827    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/dft_fgbg.3x.html">dft_fgbg.3x</A></EM></FONT>
1828    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1829
1830    <FONT COLOR=green><EM>--  #1A NAME="AFU_154"#2|</EM></FONT>
1831    <b>procedure</b> Use_Default_Colors;
1832    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/dft_fgbg.3x.html">use_default_colors()</A></EM></FONT>
1833    <b>pragma</b> Inline (Use_Default_Colors);
1834
1835    <FONT COLOR=green><EM>--  #1A NAME="AFU_155"#2|</EM></FONT>
1836    <b>procedure</b> Assume_Default_Colors (<FONT COLOR=red><A NAME="ref_1831_37" HREF="terminal_interface-curses__adb.htm#ref_2459_37">Fore</A></FONT> : <A HREF="terminal_interface-curses__ads.htm#ref_278_9">Color_Number</A> := <A HREF="terminal_interface-curses__ads.htm#ref_285_4">Default_Color</A>;
1837                                     Back : Color_Number := Default_Color);
1838    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/dft_fgbg.3x.html">assume_default_colors()</A></EM></FONT>
1839    <b>pragma</b> Inline (Assume_Default_Colors);
1840
1841    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1842    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_extend.3x.html">curs_extend.3x</A></EM></FONT>
1843    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1844
1845    <FONT COLOR=green><EM>--  #1A NAME="AFU_156"#2|</EM></FONT>
1846    <b>function</b> Curses_Version <b>return</b> String;
1847    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_extend.3x.html">curses_version()</A></EM></FONT>
1848
1849    <FONT COLOR=green><EM>--  #1A NAME="AFU_157"#2|</EM></FONT>
1850    <FONT COLOR=green><EM>--  The returnvalue is the previous setting of the flag</EM></FONT>
1851    <b>function</b> Use_Extended_Names (Enable : Boolean) <b>return</b> Boolean;
1852    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_extend.3x.html">use_extended_names()</A></EM></FONT>
1853
1854    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1855    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_scr_dump.3x.html">curs_scr_dump.3x</A></EM></FONT>
1856    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1857
1858    <FONT COLOR=green><EM>--  #1A NAME="AFU_158"#2|</EM></FONT>
1859    <b>procedure</b> Screen_Dump_To_File (Filename : <b>in</b> String);
1860    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_scr_dump.3x.html">scr_dump()</A></EM></FONT>
1861
1862    <FONT COLOR=green><EM>--  #1A NAME="AFU_159"#2|</EM></FONT>
1863    <b>procedure</b> Screen_Restore_From_File (Filename : <b>in</b> String);
1864    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_scr_dump.3x.html">scr_restore()</A></EM></FONT>
1865
1866    <FONT COLOR=green><EM>--  #1A NAME="AFU_160"#2|</EM></FONT>
1867    <b>procedure</b> Screen_Init_From_File (Filename : <b>in</b> String);
1868    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_scr_dump.3x.html">scr_init()</A></EM></FONT>
1869
1870    <FONT COLOR=green><EM>--  #1A NAME="AFU_161"#2|</EM></FONT>
1871    <b>procedure</b> Screen_Set_File (Filename : <b>in</b> String);
1872    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/curs_scr_dump.3x.html">scr_set()</A></EM></FONT>
1873
1874    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1875    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_print.3x.html">curs_print.3x</A></EM></FONT>
1876    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1877    <FONT COLOR=green><EM>--  Not implemented:  mcprint</EM></FONT>
1878
1879    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1880    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_printw.3x.html">curs_printw.3x</A></EM></FONT>
1881    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1882    <FONT COLOR=green><EM>--  Not implemented: printw,  wprintw, mvprintw, mvwprintw, vwprintw,</EM></FONT>
1883    <FONT COLOR=green><EM>--                   vw_printw</EM></FONT>
1884    <FONT COLOR=green><EM>--  Please use the Ada style Text_IO child packages for formatted</EM></FONT>
1885    <FONT COLOR=green><EM>--  printing. It doesn't make a lot of sense to map the printf style</EM></FONT>
1886    <FONT COLOR=green><EM>--  C functions to Ada.</EM></FONT>
1887
1888    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1889    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/curs_scanw.3x.html">curs_scanw.3x</A></EM></FONT>
1890    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1891    <FONT COLOR=green><EM>--  Not implemented: scanw, wscanw, mvscanw, mvwscanw, vwscanw, vw_scanw</EM></FONT>
1892
1893    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1894    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/resizeterm.3x.html">resizeterm.3x</A></EM></FONT>
1895    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1896    <FONT COLOR=green><EM>--  Not Implemented: resizeterm</EM></FONT>
1897
1898    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1899    <FONT COLOR=green><EM>--  | Man page <A HREF="../man/wresize.3x.html">wresize.3x</A></EM></FONT>
1900    <FONT COLOR=green><EM>--  |=====================================================================</EM></FONT>
1901
1902    <FONT COLOR=green><EM>--  #1A NAME="AFU_162"#2|</EM></FONT>
1903    <b>procedure</b> Resize (<FONT COLOR=red><A NAME="ref_1898_22" HREF="terminal_interface-curses__adb.htm#ref_2550_22">Win</A></FONT>               : <A HREF="terminal_interface-curses__ads.htm#ref_63_12">Window</A> := Standard_Window;
1904                      <FONT COLOR=red><A NAME="ref_1899_22" HREF="terminal_interface-curses__adb.htm#ref_2551_22">Number_Of_Lines</A></FONT>   : <A HREF="terminal_interface-curses__ads.htm#ref_65_12">Line_Count</A>;
1905                      Number_Of_Columns : Column_Count);
1906    <FONT COLOR=green><EM>--  AKA: <A HREF="../man/wresize.3x.html">wresize()</A></EM></FONT>
1907
1908 <b>private</b>
1909    <b>type</b> Window <b>is</b> <b>new</b> System.Storage_Elements.Integer_Address;
1910    Null_Window : <b>constant</b> Window := 0;
1911
1912    <FONT COLOR=green><EM>--  The next constants are generated and may be different on your</EM></FONT>
1913    <FONT COLOR=green><EM>--  architecture.</EM></FONT>
1914    <FONT COLOR=green><EM>--</EM></FONT>
1915    <FONT COLOR=red><A NAME="ref_1910_4">Offset_maxy</A></FONT>        : <b>constant</b> Natural :=  2; <FONT COLOR=green><EM>--  short</EM></FONT>
1916    <FONT COLOR=red><A NAME="ref_1911_4">Offset_maxx</A></FONT>        : <b>constant</b> Natural :=  3; <FONT COLOR=green><EM>--  short</EM></FONT>
1917    <FONT COLOR=red><A NAME="ref_1912_4">Offset_begy</A></FONT>        : <b>constant</b> Natural :=  4; <FONT COLOR=green><EM>--  short</EM></FONT>
1918    <FONT COLOR=red><A NAME="ref_1913_4">Offset_begx</A></FONT>        : <b>constant</b> Natural :=  5; <FONT COLOR=green><EM>--  short</EM></FONT>
1919    <FONT COLOR=red><A NAME="ref_1914_4">Offset_cury</A></FONT>        : <b>constant</b> Natural :=  0; <FONT COLOR=green><EM>--  short</EM></FONT>
1920    <FONT COLOR=red><A NAME="ref_1915_4">Offset_curx</A></FONT>        : <b>constant</b> Natural :=  1; <FONT COLOR=green><EM>--  short</EM></FONT>
1921    <FONT COLOR=red><A NAME="ref_1916_4">Offset_yoffset</A></FONT>     : <b>constant</b> Natural := 36; <FONT COLOR=green><EM>--  short</EM></FONT>
1922    <FONT COLOR=red><A NAME="ref_1917_4">Offset_pary</A></FONT>        : <b>constant</b> Natural := 13; <FONT COLOR=green><EM>--  int</EM></FONT>
1923    <FONT COLOR=red><A NAME="ref_1918_4">Offset_parx</A></FONT>        : <b>constant</b> Natural := 12; <FONT COLOR=green><EM>--  int</EM></FONT>
1924    <FONT COLOR=red><A NAME="ref_1919_4">Offset_notimeout</A></FONT>   : <b>constant</b> Natural := 24; <FONT COLOR=green><EM>--  char</EM></FONT>
1925    <FONT COLOR=red><A NAME="ref_1920_4">Offset_clear</A></FONT>       : <b>constant</b> Natural := 25; <FONT COLOR=green><EM>--  char</EM></FONT>
1926    <FONT COLOR=red><A NAME="ref_1921_4">Offset_leaveok</A></FONT>     : <b>constant</b> Natural := 26; <FONT COLOR=green><EM>--  char</EM></FONT>
1927    <FONT COLOR=red><A NAME="ref_1922_4">Offset_scroll</A></FONT>      : <b>constant</b> Natural := 27; <FONT COLOR=green><EM>--  char</EM></FONT>
1928    <FONT COLOR=red><A NAME="ref_1923_4">Offset_idlok</A></FONT>       : <b>constant</b> Natural := 28; <FONT COLOR=green><EM>--  char</EM></FONT>
1929    <FONT COLOR=red><A NAME="ref_1924_4">Offset_idcok</A></FONT>       : <b>constant</b> Natural := 29; <FONT COLOR=green><EM>--  char</EM></FONT>
1930    <FONT COLOR=red><A NAME="ref_1925_4">Offset_immed</A></FONT>       : <b>constant</b> Natural := 30; <FONT COLOR=green><EM>--  char</EM></FONT>
1931    <FONT COLOR=red><A NAME="ref_1926_4">Offset_sync</A></FONT>        : <b>constant</b> Natural := 31; <FONT COLOR=green><EM>--  char</EM></FONT>
1932    <FONT COLOR=red><A NAME="ref_1927_4">Offset_use_keypad</A></FONT>  : <b>constant</b> Natural := 32; <FONT COLOR=green><EM>--  char</EM></FONT>
1933    <FONT COLOR=red><A NAME="ref_1928_4">Sizeof_bool</A></FONT>        : <b>constant</b> Natural :=  1; <FONT COLOR=green><EM>--  bool</EM></FONT>
1934    Offset_XY          : <b>constant</b> Natural :=  1; <FONT COLOR=green><EM>--  int</EM></FONT>
1935
1936    <b>type</b> Curses_Bool <b>is</b> <b>mod</b> 2 ** <A HREF="terminal_interface-curses__ads.htm#ref_1930_9">Interfaces</A>.C.char'Size;
1937    Curses_Bool_False : <b>constant</b> Curses_Bool := 0;
1938
1939 <b>end</b> Terminal_Interface.Curses;
1940 </PRE></BODY></HTML>