home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.12 / usr / include / term.h < prev   
C/C++ Source or Header  |  1998-08-19  |  54KB  |  1,217 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. /*        copyright    "%c%"     */
  12.  
  13. /*
  14.  *    Copyright (c) 1982, 1986, 1988
  15.  *    The Regents of the University of California
  16.  *    All Rights Reserved.
  17.  *    Portions of this document are derived from
  18.  *    software developed by the University of
  19.  *    California, Berkeley, and its contributors.
  20.  */
  21.  
  22. #ident  "$Header: copyright.h 1.2 91/06/26 $"
  23.  
  24. #ident    "@(#)curses:common/lib/xlibcurses/screen/maketerm.ed    1.43.2.7"
  25. /*
  26.  * term.h - this file is automatically made from caps and maketerm.ed.
  27.  * Don't make changes directly to term.h.
  28.  *
  29.  * Guard against multiple includes.
  30.  */
  31.  
  32. #ifndef auto_left_margin
  33.  
  34. #ifdef __cplusplus
  35. extern "C" {
  36. #endif
  37.  
  38. #define auto_left_margin         CUR _b1
  39. #define auto_right_margin         CUR _b2
  40. #define no_esc_ctlc             CUR _b3
  41. #define ceol_standout_glitch         CUR _b4
  42. #define eat_newline_glitch         CUR _b5
  43. #define erase_overstrike         CUR _b6
  44. #define generic_type             CUR _b7
  45. #define hard_copy             CUR _b8
  46. #define has_meta_key             CUR _b9
  47. #define has_status_line         CUR _b10
  48. #define insert_null_glitch         CUR _b11
  49. #define memory_above             CUR _b12
  50. #define memory_below             CUR _b13
  51. #define move_insert_mode         CUR _b14
  52. #define move_standout_mode         CUR _b15
  53. #define over_strike             CUR _b16
  54. #define status_line_esc_ok         CUR _b17
  55. #define dest_tabs_magic_smso         CUR _b18
  56. #define tilde_glitch             CUR _b19
  57. #define transparent_underline         CUR _b20
  58. #define xon_xoff             CUR _b21
  59. #define needs_xon_xoff             CURB _needs_xon_xoff
  60. #define prtr_silent             CURB _prtr_silent
  61. #define hard_cursor             CURB _hard_cursor
  62. #define non_rev_rmcup             CURB _non_rev_rmcup
  63. #define no_pad_char             CURB _no_pad_char
  64. #define non_dest_scroll_region         CURB _non_dest_scroll_region
  65. #define can_change             CURB _can_change
  66. #define back_color_erase         CURB _back_color_erase
  67. #define hue_lightness_saturation         CURB _hue_lightness_saturation
  68. #define col_addr_glitch         CURB _col_addr_glitch
  69. #define cr_cancels_micro_mode         CURB _cr_cancels_micro_mode
  70. #define has_print_wheel         CURB _has_print_wheel
  71. #define row_addr_glitch         CURB _row_addr_glitch
  72. #define semi_auto_right_margin         CURB _semi_auto_right_margin
  73. #define cpi_changes_res         CURB _cpi_changes_res
  74. #define lpi_changes_res         CURB _lpi_changes_res
  75. #define columns             CUR _c1
  76. #define init_tabs             CUR _c2
  77. #define lines                 CUR _c3
  78. #define lines_of_memory         CUR _c4
  79. #define magic_cookie_glitch         CUR _c5
  80. #define padding_baud_rate         CUR _c6
  81. #define virtual_terminal         CUR _c7
  82. #define width_status_line         CUR _c8
  83. #define num_labels             CURN _num_labels
  84. #define label_height             CURN _labl_height
  85. #define label_width             CURN _labl_width
  86. #define max_attributes             CURN _max_attributes
  87. #define maximum_windows         CURN _maximum_windows
  88. #define max_colors             CURN _max_colors
  89. #define max_pairs             CURN _max_pairs
  90. #define no_color_video             CURN _no_color_video
  91. #define buffer_capacity         CURN _buffer_capacity
  92. #define dot_vert_spacing         CURN _dot_vert_spacing
  93. #define dot_horz_spacing         CURN _dot_horz_spacing
  94. #define max_micro_address         CURN _max_micro_address
  95. #define max_micro_jump             CURN _max_micro_jump
  96. #define micro_char_size         CURN _micro_char_size
  97. #define micro_line_size         CURN _micro_line_size
  98. #define number_of_pins             CURN _number_of_pins
  99. #define output_res_char         CURN _output_res_char
  100. #define output_res_line         CURN _output_res_line
  101. #define output_res_horz_inch         CURN _output_res_horz_inch
  102. #define output_res_vert_inch         CURN _output_res_vert_inch
  103. #define print_rate             CURN _print_rate
  104. #define wide_char_size             CURN _wide_char_size
  105. #define buttons             CURN _buttons
  106. #define bit_image_entwining         CURN _bit_image_entwining
  107. #define bit_image_type             CURN _bit_image_type
  108. #define back_tab             CUR _Vr2_Astrs._s1
  109. #define bell                 CUR _Vr2_Astrs._s2
  110. #define carriage_return         CUR _Vr2_Astrs._s3
  111. #define change_scroll_region         CUR _Vr2_Astrs._s4
  112. #define clear_all_tabs             CUR _Vr2_Astrs._s5
  113. #define clear_screen             CUR _Vr2_Astrs._s6
  114. #define clr_eol             CUR _Vr2_Astrs._s7
  115. #define clr_eos             CUR _Vr2_Astrs._s8
  116. #define column_address             CUR _Vr2_Astrs._s9
  117. #define command_character         CUR _Vr2_Astrs._s10
  118. #define cursor_address             CUR _Vr2_Astrs._s11
  119. #define cursor_down             CUR _Vr2_Astrs._s12
  120. #define cursor_home             CUR _Vr2_Astrs._s13
  121. #define cursor_invisible         CUR _Vr2_Astrs._s14
  122. #define cursor_left             CUR _Vr2_Astrs._s15
  123. #define cursor_mem_address         CUR _Vr2_Astrs._s16
  124. #define cursor_normal             CUR _Vr2_Astrs._s17
  125. #define cursor_right             CUR _Vr2_Astrs._s18
  126. #define cursor_to_ll             CUR _Vr2_Astrs._s19
  127. #define cursor_up             CUR _Vr2_Astrs._s20
  128. #define cursor_visible             CUR _Vr2_Astrs._s21
  129. #define delete_character         CUR _Vr2_Astrs._s22
  130. #define delete_line             CUR _Vr2_Astrs._s23
  131. #define dis_status_line         CUR _Vr2_Astrs._s24
  132. #define down_half_line             CUR _Vr2_Astrs._s25
  133. #define enter_alt_charset_mode         CUR _Vr2_Astrs._s26
  134. #define enter_blink_mode         CUR _Vr2_Astrs._s27
  135. #define enter_bold_mode         CUR _Vr2_Astrs._s28
  136. #define enter_ca_mode             CUR _Vr2_Astrs._s29
  137. #define enter_delete_mode         CUR _Vr2_Astrs._s30
  138. #define enter_dim_mode             CUR _Vr2_Astrs._s31
  139. #define enter_insert_mode         CUR _Vr2_Astrs._s32
  140. #define enter_secure_mode         CUR _Vr2_Astrs._s33
  141. #define enter_protected_mode         CUR _Vr2_Astrs._s34
  142. #define enter_reverse_mode         CUR _Vr2_Astrs._s35
  143. #define enter_standout_mode         CUR _Vr2_Astrs._s36
  144. #define enter_underline_mode         CUR _Vr2_Astrs._s37
  145. #define erase_chars             CUR _Vr2_Astrs._s38
  146. #define exit_alt_charset_mode         CUR _Vr2_Astrs._s39
  147. #define exit_attribute_mode         CUR _Vr2_Astrs._s40
  148. #define exit_ca_mode             CUR _Vr2_Astrs._s41
  149. #define exit_delete_mode         CUR _Vr2_Astrs._s42
  150. #define exit_insert_mode         CUR _Vr2_Astrs._s43
  151. #define exit_standout_mode         CUR _Vr2_Astrs._s44
  152. #define exit_underline_mode         CUR _Vr2_Astrs._s45
  153. #define flash_screen             CUR _Vr2_Astrs._s46
  154. #define form_feed             CUR _Vr2_Astrs._s47
  155. #define from_status_line         CUR _Vr2_Astrs._s48
  156. #define init_1string             CUR _Vr2_Astrs._s49
  157. #define init_2string             CUR _Vr2_Astrs._s50
  158. #define init_3string             CUR _Vr2_Astrs._s51
  159. #define init_file             CUR _Vr2_Astrs._s52
  160. #define insert_character         CUR _Vr2_Astrs._s53
  161. #define insert_line             CUR _Vr2_Astrs._s54
  162. #define insert_padding             CUR _Vr2_Astrs._s55
  163. #define key_backspace             CUR _Vr2_Astrs._s56
  164. #define key_catab             CUR _Vr2_Astrs._s57
  165. #define key_clear             CUR _Vr2_Astrs._s58
  166. #define key_ctab             CUR _Vr2_Astrs._s59
  167. #define key_dc                 CUR _Vr2_Astrs._s60
  168. #define key_dl                 CUR _Vr2_Astrs._s61
  169. #define key_down             CUR _Vr2_Astrs._s62
  170. #define key_eic             CUR _Vr2_Astrs._s63
  171. #define key_eol             CUR _Vr2_Astrs._s64
  172. #define key_eos             CUR _Vr2_Astrs._s65
  173. #define key_f0                 CUR _Vr2_Astrs._s66
  174. #define key_f1                 CUR _Vr2_Astrs._s67
  175. #define key_f10             CUR _Vr2_Astrs._s68
  176. #define key_f2                 CUR _Vr2_Astrs._s69
  177. #define key_f3                 CUR _Vr2_Astrs._s70
  178. #define key_f4                 CUR _Vr2_Astrs._s71
  179. #define key_f5                 CUR _Vr2_Astrs._s72
  180. #define key_f6                 CUR _Vr2_Astrs._s73
  181. #define key_f7                 CUR _Vr2_Astrs._s74
  182. #define key_f8                 CUR _Vr2_Astrs._s75
  183. #define key_f9                 CUR _Vr2_Astrs._s76
  184. #define key_home             CUR _Vr2_Astrs._s77
  185. #define key_ic                 CUR _Vr2_Astrs._s78
  186. #define key_il                 CUR _Vr2_Astrs._s79
  187. #define key_left             CUR _Vr2_Astrs._s80
  188. #define key_ll                 CUR _Vr2_Astrs._s81
  189. #define key_npage             CUR _Vr2_Astrs._s82
  190. #define key_ppage             CUR _Vr2_Astrs._s83
  191. #define key_right             CUR _Vr2_Astrs._s84
  192. #define key_sf                 CUR _Vr2_Astrs._s85
  193. #define key_sr                 CUR _Vr2_Astrs._s86
  194. #define key_stab             CUR _Vr2_Astrs._s87
  195. #define key_up                 CUR _Vr2_Astrs._s88
  196. #define keypad_local             CUR _Vr2_Astrs._s89
  197. #define keypad_xmit             CUR _Vr2_Astrs._s90
  198. #define lab_f0                 CUR _Vr2_Astrs._s91
  199. #define lab_f1                 CUR _Vr2_Astrs._s92
  200. #define lab_f10             CUR _Vr2_Astrs._s93
  201. #define lab_f2                 CUR _Vr2_Astrs._s94
  202. #define lab_f3                 CUR _Vr2_Astrs._s95
  203. #define lab_f4                 CUR _Vr2_Astrs._s96
  204. #define lab_f5                 CUR _Vr2_Astrs._s97
  205. #define lab_f6                 CUR _Vr2_Astrs._s98
  206. #define lab_f7                 CUR _Vr2_Astrs._s99
  207. #define lab_f8                 CUR _Vr2_Astrs._s100
  208. #define lab_f9                 CUR _Vr2_Bstrs._s101
  209. #define meta_off             CUR _Vr2_Bstrs._s102
  210. #define meta_on             CUR _Vr2_Bstrs._s103
  211. #define newline             CUR _Vr2_Bstrs._s104
  212. #define pad_char             CUR _Vr2_Bstrs._s105
  213. #define parm_dch             CUR _Vr2_Bstrs._s106
  214. #define parm_delete_line         CUR _Vr2_Bstrs._s107
  215. #define parm_down_cursor         CUR _Vr2_Bstrs._s108
  216. #define parm_ich             CUR _Vr2_Bstrs._s109
  217. #define parm_index             CUR _Vr2_Bstrs._s110
  218. #define parm_insert_line         CUR _Vr2_Bstrs._s111
  219. #define parm_left_cursor         CUR _Vr2_Bstrs._s112
  220. #define parm_right_cursor         CUR _Vr2_Bstrs._s113
  221. #define parm_rindex             CUR _Vr2_Bstrs._s114
  222. #define parm_up_cursor             CUR _Vr2_Bstrs._s115
  223. #define pkey_key             CUR _Vr2_Bstrs._s116
  224. #define pkey_local             CUR _Vr2_Bstrs._s117
  225. #define pkey_xmit             CUR _Vr2_Bstrs._s118
  226. #define print_screen             CUR _Vr2_Bstrs._s119
  227. #define prtr_off             CUR _Vr2_Bstrs._s120
  228. #define prtr_on             CUR _Vr2_Bstrs._s121
  229. #define repeat_char             CUR _Vr2_Bstrs._s122
  230. #define reset_1string             CUR _Vr2_Bstrs._s123
  231. #define reset_2string             CUR _Vr2_Bstrs._s124
  232. #define reset_3string             CUR _Vr2_Bstrs._s125
  233. #define reset_file             CUR _Vr2_Bstrs._s126
  234. #define restore_cursor             CUR _Vr2_Bstrs._s127
  235. #define row_address             CUR _Vr2_Bstrs._s128
  236. #define save_cursor             CUR _Vr2_Bstrs._s129
  237. #define scroll_forward             CUR _Vr2_Bstrs._s130
  238. #define scroll_reverse             CUR _Vr2_Bstrs._s131
  239. #define set_attributes             CUR _Vr2_Bstrs._s132
  240. #define set_tab             CUR _Vr2_Bstrs._s133
  241. #define set_window             CUR _Vr2_Bstrs._s134
  242. #define tab                 CUR _Vr2_Bstrs._s135
  243. #define to_status_line             CUR _Vr2_Bstrs._s136
  244. #define underline_char             CUR _Vr2_Bstrs._s137
  245. #define up_half_line             CUR _Vr2_Bstrs._s138
  246. #define init_prog             CUR _Vr2_Bstrs._s139
  247. #define key_a1                 CUR _Vr2_Bstrs._s140
  248. #define key_a3                 CUR _Vr2_Bstrs._s141
  249. #define key_b2                 CUR _Vr2_Bstrs._s142
  250. #define key_c1                 CUR _Vr2_Bstrs._s143
  251. #define key_c3                 CUR _Vr2_Bstrs._s144
  252. #define prtr_non             CUR _Vr2_Bstrs._s145
  253. #define char_padding             CURS strs2._char_padding
  254. #define acs_chars             CURS strs2._acs_chars
  255. #define plab_norm             CURS strs2._plab_norm
  256. #define key_btab             CURS strs2._ky_btab
  257. #define enter_xon_mode             CURS strs2._entr_xon_mode
  258. #define exit_xon_mode             CURS strs2._exit_xon_mode
  259. #define enter_am_mode             CURS strs2._entr_am_mode
  260. #define exit_am_mode             CURS strs2._exit_am_mode
  261. #define xon_character             CURS strs2._xon_character
  262. #define xoff_character             CURS strs2._xoff_character
  263. #define ena_acs             CURS strs2._ena_acs
  264. #define label_on             CURS strs2._labl_on
  265. #define label_off             CURS strs2._labl_off
  266. #define key_beg             CURS strs2._ky_beg
  267. #define key_cancel             CURS strs2._ky_cancel
  268. #define key_close             CURS strs2._ky_close
  269. #define key_command             CURS strs2._ky_command
  270. #define key_copy             CURS strs2._ky_copy
  271. #define key_create             CURS strs2._ky_create
  272. #define key_end             CURS strs2._ky_end
  273. #define key_enter             CURS strs2._ky_enter
  274. #define key_exit             CURS strs2._ky_exit
  275. #define key_find             CURS strs2._ky_find
  276. #define key_help             CURS strs2._ky_help
  277. #define key_mark             CURS strs2._ky_mark
  278. #define key_message             CURS strs2._ky_message
  279. #define key_move             CURS strs2._ky_move
  280. #define key_next             CURS strs2._ky_next
  281. #define key_open             CURS strs2._ky_open
  282. #define key_options             CURS strs2._ky_options
  283. #define key_previous             CURS strs2._ky_previous
  284. #define key_print             CURS strs2._ky_print
  285. #define key_redo             CURS strs2._ky_redo
  286. #define key_reference             CURS strs2._ky_reference
  287. #define key_refresh             CURS strs2._ky_refresh
  288. #define key_replace             CURS strs2._ky_replace
  289. #define key_restart             CURS strs2._ky_restart
  290. #define key_resume             CURS strs2._ky_resume
  291. #define key_save             CURS strs2._ky_save
  292. #define key_suspend             CURS strs2._ky_suspend
  293. #define key_undo             CURS strs2._ky_undo
  294. #define key_sbeg             CURS strs2._ky_sbeg
  295. #define key_scancel             CURS strs2._ky_scancel
  296. #define key_scommand             CURS strs2._ky_scommand
  297. #define key_scopy             CURS strs2._ky_scopy
  298. #define key_screate             CURS strs2._ky_screate
  299. #define key_sdc             CURS strs2._ky_sdc
  300. #define key_sdl             CURS strs2._ky_sdl
  301. #define key_select             CURS strs2._ky_select
  302. #define key_send             CURS strs2._ky_send
  303. #define key_seol             CURS strs2._ky_seol
  304. #define key_sexit             CURS strs2._ky_sexit
  305. #define key_sfind             CURS strs2._ky_sfind
  306. #define key_shelp             CURS strs2._ky_shelp
  307. #define key_shome             CURS strs2._ky_shome
  308. #define key_sic             CURS strs3._ky_sic
  309. #define key_sleft             CURS strs3._ky_sleft
  310. #define key_smessage             CURS strs3._ky_smessage
  311. #define key_smove             CURS strs3._ky_smove
  312. #define key_snext             CURS strs3._ky_snext
  313. #define key_soptions             CURS strs3._ky_soptions
  314. #define key_sprevious             CURS strs3._ky_sprevious
  315. #define key_sprint             CURS strs3._ky_sprint
  316. #define key_sredo             CURS strs3._ky_sredo
  317. #define key_sreplace             CURS strs3._ky_sreplace
  318. #define key_sright             CURS strs3._ky_sright
  319. #define key_srsume             CURS strs3._ky_srsume
  320. #define key_ssave             CURS strs3._ky_ssave
  321. #define key_ssuspend             CURS strs3._ky_ssuspend
  322. #define key_sundo             CURS strs3._ky_sundo
  323. #define req_for_input             CURS strs3._req_for_input
  324. #define key_f11             CURS strs3._ky_f11
  325. #define key_f12             CURS strs3._ky_f12
  326. #define key_f13             CURS strs3._ky_f13
  327. #define key_f14             CURS strs3._ky_f14
  328. #define key_f15             CURS strs3._ky_f15
  329. #define key_f16             CURS strs3._ky_f16
  330. #define key_f17             CURS strs3._ky_f17
  331. #define key_f18             CURS strs3._ky_f18
  332. #define key_f19             CURS strs3._ky_f19
  333. #define key_f20             CURS strs3._ky_f20
  334. #define key_f21             CURS strs3._ky_f21
  335. #define key_f22             CURS strs3._ky_f22
  336. #define key_f23             CURS strs3._ky_f23
  337. #define key_f24             CURS strs3._ky_f24
  338. #define key_f25             CURS strs3._ky_f25
  339. #define key_f26             CURS strs3._ky_f26
  340. #define key_f27             CURS strs3._ky_f27
  341. #define key_f28             CURS strs3._ky_f28
  342. #define key_f29             CURS strs3._ky_f29
  343. #define key_f30             CURS strs3._ky_f30
  344. #define key_f31             CURS strs3._ky_f31
  345. #define key_f32             CURS strs3._ky_f32
  346. #define key_f33             CURS strs3._ky_f33
  347. #define key_f34             CURS strs3._ky_f34
  348. #define key_f35             CURS strs3._ky_f35
  349. #define key_f36             CURS strs3._ky_f36
  350. #define key_f37             CURS strs3._ky_f37
  351. #define key_f38             CURS strs3._ky_f38
  352. #define key_f39             CURS strs3._ky_f39
  353. #define key_f40             CURS strs3._ky_f40
  354. #define key_f41             CURS strs3._ky_f41
  355. #define key_f42             CURS strs3._ky_f42
  356. #define key_f43             CURS strs3._ky_f43
  357. #define key_f44             CURS strs3._ky_f44
  358. #define key_f45             CURS strs3._ky_f45
  359. #define key_f46             CURS strs3._ky_f46
  360. #define key_f47             CURS strs3._ky_f47
  361. #define key_f48             CURS strs3._ky_f48
  362. #define key_f49             CURS strs3._ky_f49
  363. #define key_f50             CURS strs3._ky_f50
  364. #define key_f51             CURS strs3._ky_f51
  365. #define key_f52             CURS strs3._ky_f52
  366. #define key_f53             CURS strs3._ky_f53
  367. #define key_f54             CURS strs3._ky_f54
  368. #define key_f55             CURS strs3._ky_f55
  369. #define key_f56             CURS strs3._ky_f56
  370. #define key_f57             CURS strs3._ky_f57
  371. #define key_f58             CURS strs3._ky_f58
  372. #define key_f59             CURS strs3._ky_f59
  373. #define key_f60             CURS strs3._ky_f60
  374. #define key_f61             CURS strs3._ky_f61
  375. #define key_f62             CURS strs3._ky_f62
  376. #define key_f63             CURS strs3._ky_f63
  377. #define clr_bol             CURS strs3._clr_bol
  378. #define clear_margins             CURS strs3._clear_margins
  379. #define set_left_margin         CURS strs3._set_left_margin
  380. #define set_right_margin         CURS strs3._set_right_margin
  381. #define label_format             CURS strs3._labl_format
  382. #define set_clock             CURS strs3._set_clock
  383. #define display_clock             CURS strs3._display_clock
  384. #define remove_clock             CURS strs3._remove_clock
  385. #define create_window             CURS strs3._create_window
  386. #define goto_window             CURS strs3._goto_window
  387. #define hangup                 CURS strs3._hangup
  388. #define dial_phone             CURS strs3._dial_phone
  389. #define quick_dial             CURS strs3._quick_dial
  390. #define tone                 CURS strs3._tone
  391. #define pulse                 CURS strs3._pulse
  392. #define flash_hook             CURS strs3._flash_hook
  393. #define fixed_pause             CURS strs3._fixed_pause
  394. #define wait_tone             CURS strs3._wait_tone
  395. #define user0                 CURS strs3._user0
  396. #define user1                 CURS strs3._user1
  397. #define user2                 CURS strs3._user2
  398. #define user3                 CURS strs3._user3
  399. #define user4                 CURS strs3._user4
  400. #define user5                 CURS strs3._user5
  401. #define user6                 CURS strs3._user6
  402. #define user7                 CURS strs3._user7
  403. #define user8                 CURS strs3._user8
  404. #define user9                 CURS strs3._user9
  405. #define orig_pair             CURS strs3._orig_pair
  406. #define orig_colors             CURS strs3._orig_colors
  407. #define initialize_color         CURS strs3._initialize_color
  408. #define initialize_pair         CURS strs4._initialize_pair
  409. #define set_color_pair             CURS strs4._set_color_pair
  410. #define set_foreground             CURS strs4._set_foreground
  411. #define set_background             CURS strs4._set_background
  412. #define change_char_pitch         CURS strs4._change_char_pitch
  413. #define change_line_pitch         CURS strs4._change_line_pitch
  414. #define change_res_horz         CURS strs4._change_res_horz
  415. #define change_res_vert         CURS strs4._change_res_vert
  416. #define define_char             CURS strs4._define_char
  417. #define enter_doublewide_mode         CURS strs4._entr_doublewide_mode
  418. #define enter_draft_quality         CURS strs4._entr_draft_quality
  419. #define enter_italics_mode         CURS strs4._entr_italics_mode
  420. #define enter_leftward_mode         CURS strs4._entr_leftward_mode
  421. #define enter_micro_mode         CURS strs4._entr_micro_mode
  422. #define enter_near_letter_quality         CURS strs4._entr_near_letter_quality
  423. #define enter_normal_quality         CURS strs4._entr_normal_quality
  424. #define enter_shadow_mode         CURS strs4._entr_shadow_mode
  425. #define enter_subscript_mode         CURS strs4._entr_subscript_mode
  426. #define enter_superscript_mode         CURS strs4._entr_superscript_mode
  427. #define enter_upward_mode         CURS strs4._entr_upward_mode
  428. #define exit_doublewide_mode         CURS strs4._exit_doublewide_mode
  429. #define exit_italics_mode         CURS strs4._exit_italics_mode
  430. #define exit_leftward_mode         CURS strs4._exit_leftward_mode
  431. #define exit_micro_mode         CURS strs4._exit_micro_mode
  432. #define exit_shadow_mode         CURS strs4._exit_shadow_mode
  433. #define exit_subscript_mode         CURS strs4._exit_subscript_mode
  434. #define exit_superscript_mode         CURS strs4._exit_superscript_mode
  435. #define exit_upward_mode         CURS strs4._exit_upward_mode
  436. #define micro_column_address         CURS strs4._micro_column_address
  437. #define micro_down             CURS strs4._micro_down
  438. #define micro_left             CURS strs4._micro_left
  439. #define micro_right             CURS strs4._micro_right
  440. #define micro_row_address         CURS strs4._micro_row_address
  441. #define micro_up             CURS strs4._micro_up
  442. #define order_of_pins             CURS strs4._order_of_pins
  443. #define parm_down_micro         CURS strs4._prm_down_micro
  444. #define parm_left_micro         CURS strs4._prm_left_micro
  445. #define parm_right_micro         CURS strs4._prm_right_micro
  446. #define parm_up_micro             CURS strs4._prm_up_micro
  447. #define select_char_set         CURS strs4._select_char_set
  448. #define set_bottom_margin         CURS strs4._set_bottom_margin
  449. #define set_bottom_margin_parm         CURS strs4._set_bottom_margin_parm
  450. #define set_left_margin_parm         CURS strs4._set_left_margin_parm
  451. #define set_right_margin_parm         CURS strs4._set_right_margin_parm
  452. #define set_top_margin             CURS strs4._set_top_margin
  453. #define set_top_margin_parm         CURS strs4._set_top_margin_parm
  454. #define start_bit_image         CURS strs4._start_bit_image
  455. #define start_char_set_def         CURS strs4._start_char_set_def
  456. #define stop_bit_image             CURS strs4._stop_bit_image
  457. #define stop_char_set_def         CURS strs4._stop_char_set_def
  458. #define subscript_characters         CURS strs4._subscript_characters
  459. #define superscript_characters         CURS strs4._superscript_characters
  460. #define these_cause_cr             CURS strs4._these_cause_cr
  461. #define zero_motion             CURS strs4._zero_motion
  462. #define char_set_names             CURS strs4._char_set_names
  463. #define key_mouse             CURS strs4._ky_mouse
  464. #define mouse_info             CURS strs4._mouse_info
  465. #define req_mouse_pos             CURS strs4._req_mouse_pos
  466. #define get_mouse             CURS strs4._get_mouse
  467. #define set_a_foreground         CURS strs4._set_a_foreground
  468. #define set_a_background         CURS strs4._set_a_background
  469. #define pkey_plab             CURS strs4._pkey_plab
  470. #define device_type             CURS strs4._device_type
  471. #define code_set_init             CURS strs4._code_set_init
  472. #define set0_des_seq             CURS strs4._set0_des_seq
  473. #define set1_des_seq             CURS strs4._set1_des_seq
  474. #define set2_des_seq             CURS strs4._set2_des_seq
  475. #define set3_des_seq             CURS strs4._set3_des_seq
  476. #define set_lr_margin             CURS strs4._set_lr_margin
  477. #define set_tb_margin             CURS strs4._set_tb_margin
  478. #define bit_image_repeat         CURS strs4._bit_image_repeat
  479. #define bit_image_newline         CURS strs4._bit_image_newline
  480. #define bit_image_carriage_return         CURS strs4._bit_image_carriage_return
  481. #define color_names             CURS strs4._color_names
  482. #define define_bit_image_region         CURS strs4._define_bit_image_region
  483. #define end_bit_image_region         CURS strs4._end_bit_image_region
  484. #define set_color_band             CURS strs4._set_color_band
  485. #define set_page_length         CURS strs4._set_page_length
  486. #define display_pc_char         CURS strs4._display_pc_char
  487. #define enter_pc_charset_mode         CURS strs4._entr_pc_charset_mode
  488. #define exit_pc_charset_mode         CURS strs4._exit_pc_charset_mode
  489. #define enter_scancode_mode         CURS strs4._entr_scancode_mode
  490. #define exit_scancode_mode         CURS strs4._exit_scancode_mode
  491. #define pc_term_options         CURS strs4._pc_term_options
  492. #define scancode_escape         CURS strs4._scancode_escape
  493. #define alt_scancode_esc         CURS strs4._alt_scancode_esc
  494. #define set_pglen_inch             CURS strs4._set_pglen_inch
  495.  
  496. typedef char *charptr;
  497. struct strs {
  498.     charptr
  499.     _back_tab,        /* Back tab */
  500.     _bell,            /* Audible signal (bell) */
  501.     _carriage_return,    /* Carriage return (*) */
  502.     _change_scroll_region,    /* change to lines #1 thru #2 (vt100) (G) */
  503.     _clear_all_tabs,    /* Clear all tab stops. */
  504.     _clear_screen,        /* Clear screen (*) */
  505.     _clr_eol,        /* Clear to end of line */
  506.     _clr_eos,        /* Clear to end of display (*) */
  507.     _column_address,    /* Set cursor column (G) */
  508.     _command_character,    /* Term. settable cmd char in prototype */
  509.     _crsr_address,        /* Cursor motion to row #1 col #2 (G) */
  510.     _crsr_down,        /* Down one line */
  511.     _crsr_home,        /* Home cursor (if no cup) */
  512.     _crsr_invisible,    /* Make cursor invisible */
  513.     _crsr_left,        /* Move cursor left one space. */
  514.     _crsr_mem_address,    /* Memory relative cursor addressing. */
  515.     _crsr_normal,        /* Make cursor appear normal (undo vs/vi) */
  516.     _crsr_right,        /* Non-destructive space (cursor right) */
  517.     _crsr_to_ll,        /* Last line, first column (if no cup) */
  518.     _crsr_up,        /* Upline (cursor up) */
  519.     _crsr_visible,        /* Make cursor very visible */
  520.     _dlt_character,    /* Delete character (*) */
  521.     _dlt_line,        /* Delete line (*) */
  522.     _dis_status_line,    /* Disable status line */
  523.     _down_half_line,    /* Half-line down (forward 1/2 linefeed) */
  524.     _entr_alt_charset_mode,    /* Start alternate character set */
  525.     _entr_blink_mode,    /* Turn on blinking */
  526.     _entr_bold_mode,    /* Turn on bold (extra bright) mode */
  527.     _entr_ca_mode,        /* String to begin programs that use cup */
  528.     _entr_delete_mode,    /* Delete mode (enter) */
  529.     _entr_dim_mode,        /* Turn on half-bright mode */
  530.     _entr_insert_mode,    /* Insert mode (enter); */
  531.     _entr_secure_mode,    /* Turn on blank mode (chars invisible) */
  532.     _entr_protected_mode,    /* Turn on protected mode */
  533.     _entr_reverse_mode,    /* Turn on reverse video mode */
  534.     _entr_standout_mode,    /* Begin stand out mode */
  535.     _entr_underline_mode,    /* Start underscore mode */
  536.     _erase_chars,        /* Erase #1 characters (G) */
  537.     _exit_alt_charset_mode,    /* End alternate character set */
  538.     _exit_attribute_mode,    /* Turn off all attributes */
  539.     _exit_ca_mode,        /* String to end programs that use cup */
  540.     _exit_delete_mode,    /* End delete mode */
  541.     _exit_insert_mode,    /* End insert mode; */
  542.     _exit_standout_mode,    /* End stand out mode */
  543.     _exit_underline_mode,    /* End underscore mode */
  544.     _flash_screen,        /* Visible bell (may not move cursor) */
  545.     _form_feed,        /* Hardcopy terminal page eject (*) */
  546.     _from_status_line,    /* Return from status line */
  547.     _init_1string,        /* Terminal initialization string */
  548.     _init_2string,        /* Terminal initialization string */
  549.     _init_3string,        /* Terminal initialization string */
  550.     _init_file,        /* Name of file containing is */
  551.     _ins_character,    /* Insert character */
  552.     _ins_line,        /* Add new blank line (*) */
  553.     _ins_padding,        /* Insert pad after character inserted (*) */
  554.     _ky_backspace,        /* KEY_BACKSPACE, 0407, Sent by backspace key */
  555.     _ky_catab,        /* KEY_CATAB, 0526, Sent by clear-all-tabs key. */
  556.     _ky_clear,        /* KEY_CLEAR, 0515, Sent by clear screen or erase key. */
  557.     _ky_ctab,        /* KEY_CTAB, 0525, Sent by clear-tab key */
  558.     _ky_dc,            /* KEY_DC, 0512, Sent by delete character key. */
  559.     _ky_dl,            /* KEY_DL, 0510, Sent by delete line key. */
  560.     _ky_down,        /* KEY_DOWN, 0402, Sent by terminal down arrow key */
  561.     _ky_eic,        /* KEY_EIC, 0514, Sent by rmir or smir in insert mode. */
  562.     _ky_eol,        /* KEY_EOL, 0517, Sent by clear-to-end-of-line key. */
  563.     _ky_eos,        /* KEY_EOS, 0516, Sent by clear-to-end-of-screen key. */
  564.     _ky_f0,            /* KEY_F(0), 0410, function key f0. */
  565.     _ky_f1,            /* KEY_F(1), 0411, function key f1. */
  566.     _ky_f10,        /* KEY_F(10), 0422, function key f10. */
  567.     _ky_f2,            /* KEY_F(2), 0412, function key f2. */
  568.     _ky_f3,            /* KEY_F(3), 0413, function key f3. */
  569.     _ky_f4,            /* KEY_F(4), 0414, function key f4. */
  570.     _ky_f5,            /* KEY_F(5), 0415, function key f5. */
  571.     _ky_f6,            /* KEY_F(6), 0416, function key f6. */
  572.     _ky_f7,            /* KEY_F(7), 0417, function key f7. */
  573.     _ky_f8,            /* KEY_F(8), 0420, function key f8. */
  574.     _ky_f9,            /* KEY_F(9), 0421, function key f9. */
  575.     _ky_home,        /* KEY_HOME, 0406, Sent by home key. */
  576.     _ky_ic,            /* KEY_IC, 0513, Sent by ins char/enter ins mode key. */
  577.     _ky_il,            /* KEY_IL, 0511, Sent by insert line. */
  578.     _ky_left,        /* KEY_LEFT, 0404, Sent by terminal left arrow key */
  579.     _ky_ll,            /* KEY_LL, 0533, Sent by home-down key */
  580.     _ky_npage,        /* KEY_NPAGE, 0522, Sent by next-page key */
  581.     _ky_ppage,        /* KEY_PPAGE, 0523, Sent by previous-page key */
  582.     _ky_right,        /* KEY_RIGHT, 0405, Sent by terminal right arrow key */
  583.     _ky_sf,            /* KEY_SF, 0520, Sent by scroll-forward/down key */
  584.     _ky_sr,            /* KEY_SR, 0521, Sent by scroll-backward/up key */
  585.     _ky_stab,        /* KEY_STAB, 0524, Sent by set-tab key */
  586.     _ky_up,            /* KEY_UP, 0403, Sent by terminal up arrow key */
  587.     _kpad_local,        /* Out of "keypad transmit" mode */
  588.     _kpad_xmit,        /* Put terminal in "keypad transmit" mode */
  589.     _lab_f0,        /* Labels on function key f0 if not f0 */
  590.     _lab_f1,        /* Labels on function key f1 if not f1 */
  591.     _lab_f10,        /* Labels on function key f10 if not f10 */
  592.     _lab_f2,        /* Labels on function key f2 if not f2 */
  593.     _lab_f3,        /* Labels on function key f3 if not f3 */
  594.     _lab_f4,        /* Labels on function key f4 if not f4 */
  595.     _lab_f5,        /* Labels on function key f5 if not f5 */
  596.     _lab_f6,        /* Labels on function key f6 if not f6 */
  597.     _lab_f7,        /* Labels on function key f7 if not f7 */
  598.     _lab_f8;            /* Labels on function key f8 if not f8 */
  599. };
  600.  
  601. struct strs2 {
  602.     charptr
  603.     _lab_f9,        /* Labels on function key f9 if not f9 */
  604.     _meta_off,        /* Turn off "meta mode" */
  605.     _meta_on,        /* Turn on "meta mode" (8th bit) */
  606.     _newline,        /* Newline (behaves like cr followed by lf) */
  607.     _pad_char,        /* Pad character (rather than null) */
  608.     _prm_dch,        /* Delete #1 chars (G*) */
  609.     _prm_delete_line,    /* Delete #1 lines (G*) */
  610.     _prm_down_cursor,    /* Move cursor down #1 lines. (G*) */
  611.     _prm_ich,        /* Insert #1 blank chars (G*) */
  612.     _prm_index,        /* Scroll forward #1 lines. (G) */
  613.     _prm_insert_line,    /* Add #1 new blank lines (G*) */
  614.     _prm_left_cursor,    /* Move cursor left #1 spaces (G) */
  615.     _prm_right_cursor,    /* Move cursor right #1 spaces. (G*) */
  616.     _prm_rindex,        /* Scroll backward #1 lines. (G) */
  617.     _prm_up_cursor,        /* Move cursor up #1 lines. (G*) */
  618.     _pkey_key,        /* Prog funct key #1 to type string #2 */
  619.     _pkey_local,        /* Prog funct key #1 to execute string #2 */
  620.     _pkey_xmit,        /* Prog funct key #1 to xmit string #2 */
  621.     _print_screen,        /* Print contents of the screen */
  622.     _prtr_off,        /* Turn off the printer */
  623.     _prtr_on,        /* Turn on the printer */
  624.     _repeat_char,        /* Repeat char #1 #2 times.  (G*) */
  625.     _reset_1string,        /* Reset terminal completely to sane modes. */
  626.     _reset_2string,        /* Reset terminal completely to sane modes. */
  627.     _reset_3string,        /* Reset terminal completely to sane modes. */
  628.     _reset_file,        /* Name of file containing reset string. */
  629.     _restore_cursor,    /* Restore cursor to position of last sc. */
  630.     _row_address,        /* Like hpa but sets row. (G) */
  631.     _save_cursor,        /* Save cursor position. */
  632.     _scrll_forward,        /* Scroll text up */
  633.     _scrll_reverse,        /* Scroll text down */
  634.     _set_attributes,    /* Define the video attributes (G9) */
  635.     _set_tab,        /* Set a tab in all rows, current column. */
  636.     _set_window,        /* Current window is lines #1-#2 cols #3-#4 */
  637.     _tab,            /* Tab to next 8 space hardware tab stop. */
  638.     _to_status_line,    /* Go to status line, col #1 */
  639.     _underline_char,    /* Underscore one char and move past it */
  640.     _up_half_line,        /* Half-line up (reverse 1/2 linefeed) */
  641.     _init_prog,        /* Path name of program for init. */
  642.     _ky_a1,            /* KEY_A1, 0534, Upper left of keypad */
  643.     _ky_a3,            /* KEY_A3, 0535, Upper right of keypad */
  644.     _ky_b2,            /* KEY_B2, 0536, Center of keypad */
  645.     _ky_c1,            /* KEY_C1, 0537, Lower left of keypad */
  646.     _ky_c3,            /* KEY_C3, 0540, Lower right of keypad */
  647.     _prtr_non,        /* Turn on the printer for #1 bytes. */
  648.     _char_padding,        /* Like ip but when in replace mode */
  649.     _acs_chars,        /* Graphic charset pairs aAbBcC - def=vt100 */
  650.     _plab_norm,        /* Prog label #1 to show string #2 */
  651.     _ky_btab,        /* KEY_BTAB, 0541, Back tab key */
  652.     _entr_xon_mode,        /* Turn on xon/xoff handshaking */
  653.     _exit_xon_mode,        /* Turn off xon/xoff handshaking */
  654.     _entr_am_mode,        /* Turn on automatic margins */
  655.     _exit_am_mode,        /* Turn off automatic margins */
  656.     _xon_character,        /* X-on character */
  657.     _xoff_character,    /* X-off character */
  658.     _ena_acs,        /* Enable alternate char set */
  659.     _labl_on,        /* Turn on soft labels */
  660.     _labl_off,        /* Turn off soft labels */
  661.     _ky_beg,        /* KEY_BEG, 0542, beg(inning) key */
  662.     _ky_cancel,        /* KEY_CANCEL, 0543, cancel key */
  663.     _ky_close,        /* KEY_CLOSE, 0544, close key */
  664.     _ky_command,        /* KEY_COMMAND, 0545, cmd (command) key */
  665.     _ky_copy,        /* KEY_COPY, 0546, copy key */
  666.     _ky_create,        /* KEY_CREATE, 0547, create key */
  667.     _ky_end,        /* KEY_END, 0550, end key */
  668.     _ky_enter,        /* KEY_ENTER, 0527, Enter/send (unreliable) */
  669.     _ky_exit,        /* KEY_EXIT, 0551, exit key */
  670.     _ky_find,        /* KEY_FIND, 0552, find key */
  671.     _ky_help,        /* KEY_HELP, 0553, help key */
  672.     _ky_mark,        /* KEY_MARK, 0554, mark key */
  673.     _ky_message,        /* KEY_MESSAGE, 0555, message key */
  674.     _ky_move,        /* KEY_MOVE, 0556, move key */
  675.     _ky_next,        /* KEY_NEXT, 0557, next object key */
  676.     _ky_open,        /* KEY_OPEN, 0560, open key */
  677.     _ky_options,        /* KEY_OPTIONS, 0561, options key */
  678.     _ky_previous,        /* KEY_PREVIOUS, 0562, previous object key */
  679.     _ky_print,        /* KEY_PRINT, 0532, print or copy */
  680.     _ky_redo,        /* KEY_REDO, 0563, redo key */
  681.     _ky_reference,        /* KEY_REFERENCE, 0564, ref(erence) key */
  682.     _ky_refresh,        /* KEY_REFRESH, 0565, refresh key */
  683.     _ky_replace,        /* KEY_REPLACE, 0566, replace key */
  684.     _ky_restart,        /* KEY_RESTART, 0567, restart key */
  685.     _ky_resume,        /* KEY_RESUME, 0570, resume key */
  686.     _ky_save,        /* KEY_SAVE, 0571, save key */
  687.     _ky_suspend,        /* KEY_SUSPEND, 0627, suspend key */
  688.     _ky_undo,        /* KEY_UNDO, 0630, undo key */
  689.     _ky_sbeg,        /* KEY_SBEG, 0572, shifted beginning key */
  690.     _ky_scancel,        /* KEY_SCANCEL, 0573, shifted cancel key */
  691.     _ky_scommand,        /* KEY_SCOMMAND, 0574, shifted command key */
  692.     _ky_scopy,        /* KEY_SCOPY, 0575, shifted copy key */
  693.     _ky_screate,        /* KEY_SCREATE, 0576, shifted create key */
  694.     _ky_sdc,        /* KEY_SDC, 0577, shifted delete char key */
  695.     _ky_sdl,        /* KEY_SDL, 0600, shifted delete line key */
  696.     _ky_select,        /* KEY_SELECT, 0601, select key */
  697.     _ky_send,        /* KEY_SEND, 0602, shifted end key */
  698.     _ky_seol,        /* KEY_SEOL, 0603, shifted clear line key */
  699.     _ky_sexit,        /* KEY_SEXIT, 0604, shifted exit key */
  700.     _ky_sfind,        /* KEY_SFIND, 0605, shifted find key */
  701.     _ky_shelp,        /* KEY_SHELP, 0606, shifted help key */
  702.     _ky_shome;        /* KEY_SHOME, 0607, shifted home key */
  703. };
  704.  
  705. struct strs3 {
  706.     charptr
  707.     _ky_sic,        /* KEY_SIC, 0610, shifted input key */
  708.     _ky_sleft,        /* KEY_SLEFT, 0611, shifted left arrow key */
  709.     _ky_smessage,        /* KEY_SMESSAGE, 0612, shifted message key */
  710.     _ky_smove,        /* KEY_SMOVE, 0613, shifted move key */
  711.     _ky_snext,        /* KEY_SNEXT, 0614, shifted next key */
  712.     _ky_soptions,        /* KEY_SOPTIONS, 0615, shifted options key */
  713.     _ky_sprevious,        /* KEY_SPREVIOUS, 0616, shifted prev key */
  714.     _ky_sprint,        /* KEY_SPRINT, 0617, shifted print key */
  715.     _ky_sredo,        /* KEY_SREDO, 0620, shifted redo key */
  716.     _ky_sreplace,        /* KEY_SREPLACE, 0621, shifted replace key */
  717.     _ky_sright,        /* KEY_SRIGHT, 0622, shifted right arrow */
  718.     _ky_srsume,        /* KEY_SRSUME, 0623, shifted resume key */
  719.     _ky_ssave,        /* KEY_SSAVE, 0624, shifted save key */
  720.     _ky_ssuspend,        /* KEY_SSUSPEND, 0625, shifted suspend key */
  721.     _ky_sundo,        /* KEY_SUNDO, 0626, shifted undo key */
  722.     _req_for_input,        /* send next input char (for ptys) */
  723.     _ky_f11,        /* KEY_F(11), 0423, function key f11. */
  724.     _ky_f12,        /* KEY_F(12), 0424, function key f12. */
  725.     _ky_f13,        /* KEY_F(13), 0425, function key f13. */
  726.     _ky_f14,        /* KEY_F(14), 0426, function key f14. */
  727.     _ky_f15,        /* KEY_F(15), 0427, function key f15. */
  728.     _ky_f16,        /* KEY_F(16), 0430, function key f16. */
  729.     _ky_f17,        /* KEY_F(17), 0431, function key f17. */
  730.     _ky_f18,        /* KEY_F(18), 0432, function key f18. */
  731.     _ky_f19,        /* KEY_F(19), 0433, function key f19. */
  732.     _ky_f20,        /* KEY_F(20), 0434, function key f20. */
  733.     _ky_f21,        /* KEY_F(21), 0435, function key f21. */
  734.     _ky_f22,        /* KEY_F(22), 0436, function key f22. */
  735.     _ky_f23,        /* KEY_F(23), 0437, function key f23. */
  736.     _ky_f24,        /* KEY_F(24), 0440, function key f24. */
  737.     _ky_f25,        /* KEY_F(25), 0441, function key f25. */
  738.     _ky_f26,        /* KEY_F(26), 0442, function key f26. */
  739.     _ky_f27,        /* KEY_F(27), 0443, function key f27. */
  740.     _ky_f28,        /* KEY_F(28), 0444, function key f28. */
  741.     _ky_f29,        /* KEY_F(29), 0445, function key f29. */
  742.     _ky_f30,        /* KEY_F(30), 0446, function key f30. */
  743.     _ky_f31,        /* KEY_F(31), 0447, function key f31. */
  744.     _ky_f32,        /* KEY_F(32), 0450, function key f32. */
  745.     _ky_f33,        /* KEY_F(33), 0451, function key f33. */
  746.     _ky_f34,        /* KEY_F(34), 0452, function key f34. */
  747.     _ky_f35,        /* KEY_F(35), 0453, function key f35. */
  748.     _ky_f36,        /* KEY_F(36), 0454, function key f36. */
  749.     _ky_f37,        /* KEY_F(37), 0455, function key f37. */
  750.     _ky_f38,        /* KEY_F(38), 0456, function key f38. */
  751.     _ky_f39,        /* KEY_F(39), 0457, function key f39. */
  752.     _ky_f40,        /* KEY_F(40), 0460, function key f40. */
  753.     _ky_f41,        /* KEY_F(41), 0461, function key f41. */
  754.     _ky_f42,        /* KEY_F(42), 0462, function key f42. */
  755.     _ky_f43,        /* KEY_F(43), 0463, function key f43. */
  756.     _ky_f44,        /* KEY_F(44), 0464, function key f44. */
  757.     _ky_f45,        /* KEY_F(45), 0465, function key f45. */
  758.     _ky_f46,        /* KEY_F(46), 0466, function key f46. */
  759.     _ky_f47,        /* KEY_F(47), 0467, function key f47. */
  760.     _ky_f48,        /* KEY_F(48), 0470, function key f48. */
  761.     _ky_f49,        /* KEY_F(49), 0471, function key f49. */
  762.     _ky_f50,        /* KEY_F(50), 0472, function key f50. */
  763.     _ky_f51,        /* KEY_F(51), 0473, function key f51. */
  764.     _ky_f52,        /* KEY_F(52), 0474, function key f52. */
  765.     _ky_f53,        /* KEY_F(53), 0475, function key f53. */
  766.     _ky_f54,        /* KEY_F(54), 0476, function key f54. */
  767.     _ky_f55,        /* KEY_F(55), 0477, function key f55. */
  768.     _ky_f56,        /* KEY_F(56), 0500, function key f56. */
  769.     _ky_f57,        /* KEY_F(57), 0501, function key f57. */
  770.     _ky_f58,        /* KEY_F(58), 0502, function key f58. */
  771.     _ky_f59,        /* KEY_F(59), 0503, function key f59. */
  772.     _ky_f60,        /* KEY_F(60), 0504, function key f60. */
  773.     _ky_f61,        /* KEY_F(61), 0505, function key f61. */
  774.     _ky_f62,        /* KEY_F(62), 0506, function key f62. */
  775.     _ky_f63,        /* KEY_F(63), 0507, function key f63. */
  776.     _clr_bol,        /* Clear to beginning of line, inclusive */
  777.     _clear_margins,        /* Clear left and right soft margins */
  778.     _set_left_margin,    /* Set soft left margin */
  779.     _set_right_margin,    /* Set soft right margin */
  780.     _labl_format,        /* Label format */
  781.     _set_clock,        /* Set time-of-day clock */
  782.     _display_clock,        /* Display time-of-day clock */
  783.     _remove_clock,        /* Remove time-of-day clock */
  784.     _create_window,        /* Define win #1 to go from #2,#3 to #4,#5 */
  785.     _goto_window,        /* Got to window #1 */
  786.     _hangup,        /* Hang-up phone */
  787.     _dial_phone,        /* Dial phone number #1 */
  788.     _quick_dial,        /* Dial phone number #1, without progress detection */
  789.     _tone,            /* Select touch tone dialing */
  790.     _pulse,            /* Select pulse dialing */
  791.     _flash_hook,        /* Flash the switch hook */
  792.     _fixed_pause,        /* Pause for 2-3 seconds */
  793.     _wait_tone,        /* Wait for dial tone */
  794.     _user0,            /* User string 0 */
  795.     _user1,            /* User string 1 */
  796.     _user2,            /* User string 2 */
  797.     _user3,            /* User string 3 */
  798.     _user4,            /* User string 4 */
  799.     _user5,            /* User string 5 */
  800.     _user6,            /* User string 6 */
  801.     _user7,            /* User string 7 */
  802.     _user8,            /* User string 8 */
  803.     _user9,            /* User string 9 */
  804.     _orig_pair,        /* Original color-pair */
  805.     _orig_colors,        /* Original colors */
  806.     _initialize_color;    /* Initialize the definition of color */
  807. };
  808.  
  809. struct strs4 {
  810.     charptr
  811.     _initialize_pair,    /* Initialize color pair */
  812.     _set_color_pair,    /* Set color pair     */
  813.     _set_foreground,    /* Set foreground color using RGB escape */
  814.     _set_background,    /* Set background color using RGB escape */
  815.     _change_char_pitch,    /* Change no. characters per inch */
  816.     _change_line_pitch,    /* Change no. lines per inch */
  817.     _change_res_horz,    /* Change horizontal resolution */
  818.     _change_res_vert,    /* Change vertical resolution */
  819.     _define_char,        /* Define a character in a character set */
  820.     _entr_doublewide_mode,    /* Enable double wide printing */
  821.     _entr_draft_quality,    /* Set draft quality print */
  822.     _entr_italics_mode,    /* Enable italics */
  823.     _entr_leftward_mode,    /* Enable leftward carriage motion */
  824.     _entr_micro_mode,    /* Enable micro motion capabilities */
  825.     _entr_near_letter_quality,    /* Set near-letter quality print */
  826.     _entr_normal_quality,    /* Set normal quality print */
  827.     _entr_shadow_mode,    /* Enable shadow printing */
  828.     _entr_subscript_mode,    /* Enable subscript printing */
  829.     _entr_superscript_mode,    /* Enable superscript printing */
  830.     _entr_upward_mode,    /* Enable upward carriage motion */
  831.     _exit_doublewide_mode,    /* Disable double wide printing */
  832.     _exit_italics_mode,    /* Disable italics */
  833.     _exit_leftward_mode,    /* Enable rightward (normal) carriage motion */
  834.     _exit_micro_mode,    /* Disable micro motion capabilities */
  835.     _exit_shadow_mode,    /* Disable shadow printing */
  836.     _exit_subscript_mode,    /* Disable subscript printing */
  837.     _exit_superscript_mode,    /* Disable superscript printing */
  838.     _exit_upward_mode,    /* Enable downward (normal) carriage motion */
  839.     _micro_column_address,    /* Like column_address for micro adjustment */
  840.     _micro_down,        /* Like cursor_down for micro adjustment */
  841.     _micro_left,        /* Like cursor_left for micro adjustment */
  842.     _micro_right,        /* Like cursor_right for micro adjustment */
  843.     _micro_row_address,    /* Like row_address for micro adjustment */
  844.     _micro_up,        /* Like cursor_up for micro adjustment */
  845.     _order_of_pins,        /* Matches software bits to print-head pins */
  846.     _prm_down_micro,    /* Like parm_down_cursor for micro adjust. */
  847.     _prm_left_micro,    /* Like parm_left_cursor for micro adjust. */
  848.     _prm_right_micro,    /* Like parm_right_cursor for micro adjust. */
  849.     _prm_up_micro,        /* Like parm_up_cursor for micro adjust. */
  850.     _select_char_set,    /* Select character set */
  851.     _set_bottom_margin,    /* Set soft bottom margin at current line */
  852.     _set_bottom_margin_parm,/* Set soft bottom margin */
  853.     _set_left_margin_parm,    /* Set soft left margin */
  854.     _set_right_margin_parm,    /* Set soft right margin */
  855.     _set_top_margin,    /* Set soft top margin at current line */
  856.     _set_top_margin_parm,    /* Set soft top margin */
  857.     _start_bit_image,    /* Start printing bit image graphics */
  858.     _start_char_set_def,    /* Start definition of a character set */
  859.     _stop_bit_image,    /* End printing bit image graphics (use tputs) */
  860.     _stop_char_set_def,    /* End definition of a character set */
  861.     _subscript_characters,    /* List of ``subscript-able'' characters */
  862.     _superscript_characters,/* List of ``superscript-able'' characters */
  863.     _these_cause_cr,    /* Printing any of these chars causes cr */
  864.     _zero_motion,        /* No motion for the subsequent character */
  865.     _char_set_names,    /* List of character set names */
  866.     _ky_mouse,        /* KEY_MOUSE, 0631, Mouse event has occured */
  867.     _mouse_info,        /* Mouse status information */
  868.     _req_mouse_pos,        /* Request mouse position report */
  869.     _get_mouse,        /* Curses should get button events */
  870.     _set_a_foreground,    /* Set foreground color using ANSI escape */
  871.     _set_a_background,    /* Set background color using ANSI escape */
  872.     _pkey_plab,        /* Prog key #1 to xmit string #2 and show string #3 */
  873.     _device_type,        /* Indicate language/codeset support */
  874.     _code_set_init,        /* Init sequence for multiple codesets */
  875.     _set0_des_seq,        /* Shift into codeset 0 (EUC set 0, ASCII) */
  876.     _set1_des_seq,        /* Shift into codeset 1 */
  877.     _set2_des_seq,        /* Shift into codeset 2 */
  878.     _set3_des_seq,        /* Shift into codeset 3 */
  879.     _set_lr_margin,        /* Sets both left and right margins */
  880.     _set_tb_margin,        /* Sets both top and bottom margins */
  881.     _bit_image_repeat,    /* Repeat bit-image cell #1 #2 times (use tparm) */
  882.     _bit_image_newline,    /* Move to next row of the bit image (use tparm) */
  883.     _bit_image_carriage_return,    /* Move to beginning of same row (use tparm) */
  884.     _color_names,        /* Give name for color #1 */
  885.     _define_bit_image_region,    /* Define rectangular bit-image region (use tparm) */
  886.     _end_bit_image_region,    /* End a bit-image region (use tparm) */
  887.     _set_color_band,    /* Change to ribbon color #1 */
  888.     _set_page_length,    /* Set page length to #1 lines (use tparm) */
  889.     _display_pc_char,    /* Display PC character */
  890.     _entr_pc_charset_mode,    /* Enter PC character display mode */
  891.     _exit_pc_charset_mode,    /* Disable PC character display mode */
  892.     _entr_scancode_mode,    /* Enter PC scancode mode */
  893.     _exit_scancode_mode,    /* Disable PC scancode mode */
  894.     _pc_term_options,    /* PC terminal options */
  895.     _scancode_escape,    /* Escape for scancode emulation */
  896.     _alt_scancode_esc,    /* Alternate escape for scancode emulation */
  897.     _set_pglen_inch,    /* Set page length to #1 hundredths of an inch (use tparm) */
  898.     Sentinel;        /* End of strings. DO NOT MOVE! */
  899. };
  900.  
  901. struct _bool_struct {
  902.     char
  903.     _auto_left_margin,    /* cub1 wraps from column 0 to last column */
  904.     _auto_right_margin,    /* Terminal has automatic margins */
  905.     _no_esc_ctlc,        /* Beehive (f1=escape, f2=ctrl C) */
  906.     _ceol_standout_glitch,    /* Standout not erased by overwriting (hp) */
  907.     _eat_newline_glitch,    /* newline ignored after 80 cols (Concept) */
  908.     _erase_overstrike,    /* Can erase overstrikes with a blank */
  909.     _generic_type,        /* Generic line type (e.g. dialup, switch). */
  910.     _hard_copy,        /* Hardcopy terminal */
  911.     _has_meta_key,        /* Has a meta key (shift, sets parity bit) */
  912.     _has_status_line,    /* Has extra "status line" */
  913.     _ins_null_glitch,    /* Insert mode distinguishes nulls */
  914.     _mem_above,        /* Display may be retained above the screen */
  915.     _mem_below,        /* Display may be retained below the screen */
  916.     _move_insert_mode,    /* Safe to move while in insert mode */
  917.     _move_standout_mode,    /* Safe to move in standout modes */
  918.     _over_strike,        /* Terminal overstrikes */
  919.     _status_line_esc_ok,    /* Escape can be used on the status line */
  920.     _dest_tabs_magic_smso,    /* Tabs destructive, magic so char (t1061) */
  921.     _tilde_glitch,        /* Hazeltine; can't print ~'s */
  922.     _transparent_underline,    /* underline character overstrikes */
  923.     _xon_xoff,        /* Terminal uses xon/xoff handshaking */
  924.     _needs_xon_xoff,    /* Padding won't work, xon/xoff required */
  925.     _prtr_silent,        /* Printer won't echo on screen. */
  926.     _hard_cursor,        /* Cursor is hard to see. */
  927.     _non_rev_rmcup,        /* Smcup does not reverse rmcup. */
  928.     _no_pad_char,        /* Pad character doesn't exist. */
  929.     _non_dest_scroll_region,/* Scrolling region is non-destructive. */
  930.     _can_change,        /* Can re-define existing color */
  931.     _back_color_erase,    /* Erases screen with current background */
  932.     _hue_lightness_saturation,    /* HLS color notation is used (Tek) */
  933.     _col_addr_glitch,    /* Only positive motion for hpa/mhpa caps */
  934.     _cr_cancels_micro_mode,    /* Using cr turns off micro mode */
  935.     _has_print_wheel,    /* Printer needs operator to change character set */
  936.     _row_addr_glitch,    /* Only positive motion for vpa/mvpa caps */
  937.     _semi_auto_right_margin,/* Printing in last column causes cr */
  938.     _cpi_changes_res,    /* Changing char. pitch changes resolution */
  939.     _lpi_changes_res,    /* Changing line pitch changes resolution */
  940.     Sentinel;        /* End of bools. DO NOT MOVE! */
  941. };
  942.  
  943. struct _num_struct {
  944.     short
  945.     _columns,        /* Number of columns in a line */
  946.     _init_tabs,        /* Tabs initially every # spaces. */
  947.     _lines,            /* Number of lines on screen or page */
  948.     _lines_of_memory,    /* Lines of memory if > lines.  0 => varies */
  949.     _magic_cookie_glitch,    /* Number blank chars left by smso or rmso */
  950.     _padding_baud_rate,    /* Lowest baud rate where padding needed */
  951.     _virtual_terminal,    /* Virtual terminal number (CB/Unix) */
  952.     _width_status_line,    /* # columns in status line */
  953.     _num_labels,        /* # of labels on screen (start at 1) */
  954.     _labl_height,        /* # rows in each label */
  955.     _labl_width,        /* # cols in each label */
  956.     _max_attributes,    /* max combined video attributes terminal can display */
  957.     _maximum_windows,    /* Maximum number of defineable windows */
  958.     _max_colors,        /* max # of color on the screen */
  959.     _max_pairs,        /* max # of color pairs on the screen */
  960.     _no_color_video,    /* Video attributes that cannot be used with colors */
  961.     _buffer_capacity,    /* Number of bytes buffered before printing */
  962.     _dot_vert_spacing,    /* Spacing of pins vertically in pins per inch */
  963.     _dot_horz_spacing,    /* Spacing of dots horizontally in dots per inch */
  964.     _max_micro_address,    /* Maximum value in micro_..._address */
  965.     _max_micro_jump,    /* Maximum value in parm_..._micro */
  966.     _micro_char_size,    /* Character step size when in micro mode */
  967.     _micro_line_size,    /* Line step size when in micro mode */
  968.     _number_of_pins,    /* Number of pins in print-head */
  969.     _output_res_char,    /* Horizontal resolution in units per character */
  970.     _output_res_line,    /* Vertical resolution in units per line */
  971.     _output_res_horz_inch,    /* Horizontal resolution in units per inch */
  972.     _output_res_vert_inch,    /* Vertical resolution in units per inch */
  973.     _print_rate,        /* Print rate in characters per second */
  974.     _wide_char_size,    /* Character step size when in double wide mode */
  975.     _buttons,        /* Number of buttons on the mouse */
  976.     _bit_image_entwining,    /* Number of passes for each bit-image row */
  977.     _bit_image_type,    /* Type of bit-image device */
  978.     Sentinel;        /* End of nums. DO NOT MOVE! */
  979. };
  980.  
  981. struct _str_struct {
  982.     struct strs strs;
  983.     struct strs2 strs2;
  984.     struct strs3 strs3;
  985.     struct strs4 strs4;
  986. };
  987.  
  988. #define NUM_ATTRIBUTES    9
  989. #define    UNACCESSIBLE        1
  990. #define    NO_TERMINAL        2
  991. #define CORRUPTED        3
  992. #define    ENTRY_TOO_LONG        4
  993. #define    TERMINFO_TOO_LONG    5
  994. #define    TERM_BAD_MALLOC        6
  995. #define NOT_READABLE        7
  996. #define _VR2_COMPAT_CODE
  997. #ifdef _VR2_COMPAT_CODE
  998. struct _Vr2_Astrs {
  999.     charptr
  1000.     _s1,  _s2,  _s3,  _s4,  _s5,  _s6,  _s7,  _s8,  _s9,  _s10,
  1001.     _s11, _s12, _s13, _s14, _s15, _s16, _s17, _s18, _s19, _s20,
  1002.     _s21, _s22, _s23, _s24, _s25, _s26, _s27, _s28, _s29, _s30,
  1003.     _s31, _s32, _s33, _s34, _s35, _s36, _s37, _s38, _s39, _s40,
  1004.     _s41, _s42, _s43, _s44, _s45, _s46, _s47, _s48, _s49, _s50,
  1005.     _s51, _s52, _s53, _s54, _s55, _s56, _s57, _s58, _s59, _s60,
  1006.     _s61, _s62, _s63, _s64, _s65, _s66, _s67, _s68, _s69, _s70,
  1007.     _s71, _s72, _s73, _s74, _s75, _s76, _s77, _s78, _s79, _s80,
  1008.     _s81, _s82, _s83, _s84, _s85, _s86, _s87, _s88, _s89, _s90,
  1009.     _s91, _s92, _s93, _s94, _s95, _s96, _s97, _s98, _s99, _s100;
  1010. };
  1011.  
  1012. struct _Vr2_Bstrs {
  1013.     charptr
  1014.     _s101, _s102, _s103, _s104, _s105, _s106, _s107, _s108, _s109, _s110,
  1015.     _s111, _s112, _s113, _s114, _s115, _s116, _s117, _s118, _s119, _s120,
  1016.     _s121, _s122, _s123, _s124, _s125, _s126, _s127, _s128, _s129, _s130,
  1017.     _s131, _s132, _s133, _s134, _s135, _s136, _s137, _s138, _s139, _s140,
  1018.     _s141, _s142, _s143, _s144, _s145;
  1019. };
  1020. #endif /* _VR2_COMPAT_CODE */
  1021.  
  1022. typedef struct {
  1023.     unsigned char *_sends;    /* Characters sent when key is pressed */
  1024.     short _keyval;    /* "char" we pass back to program */
  1025. } _KEY_MAP;
  1026.  
  1027. typedef struct {
  1028.     short  foreground;   /* foreground color */
  1029.     short  background;   /* background color */
  1030.     bool   init;         /* TRUE if pair was initialized */
  1031. } _Color_pair;
  1032.  
  1033.  
  1034. typedef struct {
  1035.     short    r, g, b;
  1036. } _Color;
  1037.  
  1038.  
  1039. /*
  1040.  * This definition for the term struct allows the boolean, number
  1041.  * and string information to grow in the future and still allow .o
  1042.  * compatibility.
  1043.  */
  1044.  
  1045. struct term {
  1046. #ifdef _VR2_COMPAT_CODE
  1047.     char
  1048.     _b1,  _b2,  _b3,  _b4,  _b5,  _b6,  _b7,  _b8,  _b9,  _b10,
  1049.     _b11, _b12, _b13, _b14, _b15, _b16, _b17, _b18, _b19, _b20, _b21;
  1050.     short
  1051.     _c1, _c2, _c3, _c4, _c5, _c6, _c7, _c8;
  1052.     struct _Vr2_Astrs _Vr2_Astrs;
  1053.     struct _Vr2_Bstrs _Vr2_Bstrs;
  1054. #endif /* _VR2_COMPAT_CODE */
  1055.     short Filedes;        /* file descriptor being written to */
  1056.     SGTTY Ottyb,        /* original state of the terminal */
  1057.           Nttyb;        /* current state of the terminal */
  1058. #ifdef DIOCSETT
  1059. #ifdef __cplusplus
  1060.     struct termcb new_term, old_term;    /* CB/UNIX virtual terminals */
  1061. #else
  1062.     struct termcb new, old;    /* CB/UNIX virtual terminals */
  1063. #endif /* __cplusplus */
  1064. #endif /* DIOCSETT */
  1065. #ifdef LTILDE
  1066.     int newlmode, oldlmode;    /* BSD tty driver */
  1067. #endif
  1068.     /* end of Vr2 structure */
  1069.     struct _bool_struct *_bools;
  1070.     struct _num_struct *_nums;
  1071.     struct _str_struct *_strs;
  1072.     char *_strtab;
  1073. #ifdef FIONREAD
  1074.     long timeout;        /* for BSD halfdelay mode */
  1075. #endif
  1076.     /* end of Vr3 structure */
  1077.     chtype sgr_mode;        /* current phys. graphic rendition */
  1078.     chtype sgr_faked;        /* attributes faked by vidputs */
  1079.     int    _delay;            /* timeout for inputs */
  1080.     int    _inputfd;        /* input file descriptor */
  1081.     int    _check_fd;        /* typeahead file descriptor */
  1082.     _KEY_MAP    **_keys,    /* key map */
  1083.             *internal_keys;    /* pointer to free key structures */
  1084.     short        _ksz,        /* size of keymap */
  1085.             _lastkey_ordered,/* where the last ordered key is */
  1086.             _lastmacro_ordered,/* where the last ordered macro is */
  1087.             _first_macro;
  1088.     bool                /* map of which chars start fn keys */
  1089.             funckeystarter[0400];    
  1090.     bool        _fl_rawmode,    /* in cbreak(=1) or raw(=2) mode */
  1091.             fl_typeahdok,    /* ok to use typeahead */
  1092.             _cursorstate,    /* cursor: 0=invis, 1=norm, 2=vvis */
  1093.             _iwait;        /* true if input-pending */
  1094.     short        _regs[26];    /* tparm static registers */
  1095. #define INP_QSIZE    32
  1096.     chtype                /* a place to put stuff ungetch'ed */
  1097.             _input_queue[INP_QSIZE];
  1098.     short        _ungotten;    /* # chars ungotten by ungetch() */
  1099.     char        _chars_on_queue; /* # chars on queue */
  1100. #ifdef _VR3_COMPAT_CODE
  1101.     _ochtype    *_acsmap;
  1102.     chtype        *_acs32map;    /* map of alternate char set chars */
  1103. #else /* _VR3_COMPAT_CODE */
  1104.     chtype        *_acsmap;    /* map of alternate char set chars */
  1105. #endif /* _VR3_COMPAT_CODE */
  1106.     char        *turn_on_seq[NUM_ATTRIBUTES];
  1107.     chtype        bit_vector;
  1108.     char        *cursor_seq[3];
  1109.     char        _termname[15];
  1110.     char        *turn_off_seq[3];
  1111.     chtype        check_turn_off;
  1112.     chtype        non_faked_mode;
  1113.         _Color_pair    _cur_pair;
  1114.         _Color_pair    *_pairs_tbl;
  1115.         _Color        *_color_tbl;
  1116. };
  1117.  
  1118. typedef struct term TERMINAL;
  1119.  
  1120. /* allow old names for these capabilities */
  1121. #define beehive_glitch    no_esc_ctlc
  1122. #define teleray_glitch    dest_tabs_magic_smso
  1123.  
  1124. extern TERMINAL            *cur_term;
  1125. extern struct _bool_struct    *cur_bools;
  1126. extern struct _num_struct    *cur_nums;
  1127. extern struct _str_struct    *cur_strs;
  1128.  
  1129. #ifdef SINGLE
  1130. extern TERMINAL            _first_term;
  1131. extern struct _bool_struct    _frst_bools;
  1132. extern struct _num_struct    _frst_nums;
  1133. extern struct _str_struct    _frst_strs;
  1134.  
  1135. # define CUR            _first_term.
  1136. # define CURB            _frst_bools.
  1137. # define CURN            _frst_nums.
  1138. # define CURS            _frst_strs.
  1139. # define PROGTTY        _first_term.Nttyb
  1140. # define SHELLTTY        _first_term.Ottyb
  1141. #else
  1142. # define CUR            cur_term->
  1143. # define CURB            cur_bools->
  1144. # define CURN            cur_nums->
  1145. # define CURS            cur_strs->
  1146. # define PROGTTY        (cur_term->Nttyb)
  1147. # define SHELLTTY        (cur_term->Ottyb)
  1148. #endif
  1149.  
  1150. #ifndef NOMACROS
  1151. #define set_curterm    setcurterm
  1152. #define del_curterm    delterm
  1153. #else   /* NOMACROS */
  1154.  
  1155. #ifdef     __STDC__
  1156. extern    TERMINAL    *set_curterm(TERMINAL *);
  1157. extern    int        del_curterm(TERMINAL *);
  1158. #else   /* __STDC__ */
  1159. extern    TERMINAL    *set_curterm();
  1160. extern    int        del_curterm();
  1161. #endif  /* __STDC__ */
  1162.  
  1163. #endif  /* NOMACROS */
  1164.  
  1165. extern    short    term_errno;
  1166.  
  1167. extern    char    term_parm_err[], *term_err_strings[], *Def_term,
  1168.         *boolnames[], *boolcodes[], *boolfnames[],
  1169.         *numnames[], *numcodes[], *numfnames[],
  1170.         *strnames[], *strcodes[], *strfnames[];
  1171.  
  1172. #ifdef __STDC__
  1173. extern    TERMINAL    *setcurterm(TERMINAL *);
  1174. #if defined(__cplusplus)
  1175. extern    char    *tparm(const char *, ...);
  1176. #else
  1177. extern    char    *tparm();        /* the correct way is            */
  1178.                     /* *tparm(char *, ...), but that    */
  1179.                     /* would require a lot of changes   */
  1180.                     /* in the implementation of tparm() */
  1181. #endif /* __cplusplus */
  1182.  
  1183. extern    char    *tgoto(char *, int, int),
  1184.         *tgetstr(char *, char **),
  1185.         *tigetstr(char *),
  1186.         *termname(void);
  1187.  
  1188. extern    int    tgetent(char *, char *), tgetflag(char *), tgetnum(char *),
  1189.         tputs(char *, int, int (*)(int)), putp(char *),
  1190.         vidputs(chtype, int (*)(int)), vidattr(chtype);
  1191. extern    int    tigetflag(char *);
  1192. extern    int    tigetnum(char *);
  1193.  
  1194. extern    int    resetterm(void), fixterm(void), saveterm(void),
  1195.         restartterm(char *, int, int *), delterm(TERMINAL *);
  1196.  
  1197. extern    void    termerr(void), tinputfd(int);
  1198. #else  /* __STDC__ */
  1199. extern    TERMINAL    *setcurterm();
  1200. extern    char    *tparm(), *tgoto(), *tgetstr(), *tigetstr(),
  1201.         *termname();
  1202.  
  1203. extern    int    tgetent(), tgetflag(), tgetnum(),
  1204.         tputs(), putp(), vidputs(), vidattr();
  1205.  
  1206. extern    int    resetterm(), fixterm(), saveterm(),
  1207.         restartterm(), delterm();
  1208.  
  1209. extern    void    termerr(), tinputfd();
  1210. #endif /* __STDC__ */
  1211.  
  1212. #ifdef __cplusplus
  1213. }
  1214. #endif
  1215.  
  1216. #endif /* auto_left_margin */
  1217.