curses.h.in 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  1. /****************************************************************************
  2. * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. *
  3. * *
  4. * Permission is hereby granted, free of charge, to any person obtaining a *
  5. * copy of this software and associated documentation files (the *
  6. * "Software"), to deal in the Software without restriction, including *
  7. * without limitation the rights to use, copy, modify, merge, publish, *
  8. * distribute, distribute with modifications, sublicense, and/or sell *
  9. * copies of the Software, and to permit persons to whom the Software is *
  10. * furnished to do so, subject to the following conditions: *
  11. * *
  12. * The above copyright notice and this permission notice shall be included *
  13. * in all copies or substantial portions of the Software. *
  14. * *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  16. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  17. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  18. * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  19. * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  20. * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  21. * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  22. * *
  23. * Except as contained in this notice, the name(s) of the above copyright *
  24. * holders shall not be used in advertising or otherwise to promote the *
  25. * sale, use or other dealings in this Software without prior written *
  26. * authorization. *
  27. ****************************************************************************/
  28. /****************************************************************************
  29. * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
  30. * and: Eric S. Raymond <esr@snark.thyrsus.com> *
  31. * and: Thomas E. Dickey 1996-on *
  32. ****************************************************************************/
  33. /* $Id: curses.h.in,v 1.189 2008/11/29 18:35:46 tom Exp $ */
  34. #ifndef __NCURSES_H
  35. #define __NCURSES_H
  36. #define CURSES 1
  37. #define CURSES_H 1
  38. /* These are defined only in curses.h, and are used for conditional compiles */
  39. #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@
  40. #define NCURSES_VERSION_MINOR @NCURSES_MINOR@
  41. #define NCURSES_VERSION_PATCH @NCURSES_PATCH@
  42. /* This is defined in more than one ncurses header, for identification */
  43. #undef NCURSES_VERSION
  44. #define NCURSES_VERSION "@NCURSES_MAJOR@.@NCURSES_MINOR@"
  45. /*
  46. * Identify the mouse encoding version.
  47. */
  48. #define NCURSES_MOUSE_VERSION @NCURSES_MOUSE_VERSION@
  49. /*
  50. * Definitions to facilitate DLL's.
  51. */
  52. #include <ncurses_dll.h>
  53. /*
  54. * User-definable tweak to disable the include of <stdbool.h>.
  55. */
  56. #ifndef NCURSES_ENABLE_STDBOOL_H
  57. #define NCURSES_ENABLE_STDBOOL_H @cf_cv_header_stdbool_h@
  58. #endif
  59. /*
  60. * NCURSES_ATTR_T is used to quiet compiler warnings when building ncurses
  61. * configured using --disable-macros.
  62. */
  63. #ifdef NCURSES_NOMACROS
  64. #ifndef NCURSES_ATTR_T
  65. #define NCURSES_ATTR_T attr_t
  66. #endif
  67. #endif /* NCURSES_NOMACROS */
  68. #ifndef NCURSES_ATTR_T
  69. #define NCURSES_ATTR_T int
  70. #endif
  71. /*
  72. * Expands to 'const' if ncurses is configured using --enable-const. Note that
  73. * doing so makes it incompatible with other implementations of X/Open Curses.
  74. */
  75. #undef NCURSES_CONST
  76. #define NCURSES_CONST @NCURSES_CONST@
  77. #undef NCURSES_INLINE
  78. #define NCURSES_INLINE @NCURSES_INLINE@
  79. /*
  80. * The internal type used for color values
  81. */
  82. #undef NCURSES_COLOR_T
  83. #define NCURSES_COLOR_T short
  84. /*
  85. * Definition used to make WINDOW and similar structs opaque.
  86. */
  87. #ifndef @cf_cv_enable_opaque@
  88. #define NCURSES_OPAQUE @NCURSES_OPAQUE@
  89. #endif
  90. /*
  91. * The internal type used for window dimensions.
  92. */
  93. #undef NCURSES_SIZE_T
  94. #define NCURSES_SIZE_T @NCURSES_SIZE_T@
  95. /*
  96. * Control whether tparm() supports varargs or fixed-parameter list.
  97. */
  98. #undef NCURSES_TPARM_VARARGS
  99. #define NCURSES_TPARM_VARARGS @NCURSES_TPARM_VARARGS@
  100. /*
  101. * NCURSES_CH_T is used in building the library, but not used otherwise in
  102. * this header file, since that would make the normal/wide-character versions
  103. * of the header incompatible.
  104. */
  105. #undef NCURSES_CH_T
  106. #define NCURSES_CH_T @NCURSES_CH_T@
  107. #if @cf_cv_enable_lp64@ && defined(_LP64)
  108. typedef unsigned chtype;
  109. typedef unsigned mmask_t;
  110. #else
  111. typedef unsigned @cf_cv_typeof_chtype@ chtype;
  112. typedef unsigned @cf_cv_typeof_mmask_t@ mmask_t;
  113. #endif
  114. #include <stdio.h>
  115. #include <unctrl.h>
  116. #include <stdarg.h> /* we need va_list */
  117. #ifdef _XOPEN_SOURCE_EXTENDED
  118. #include <stddef.h> /* we want wchar_t */
  119. #endif /* _XOPEN_SOURCE_EXTENDED */
  120. /* X/Open and SVr4 specify that curses implements 'bool'. However, C++ may also
  121. * implement it. If so, we must use the C++ compiler's type to avoid conflict
  122. * with other interfaces.
  123. *
  124. * A further complication is that <stdbool.h> may declare 'bool' to be a
  125. * different type, such as an enum which is not necessarily compatible with
  126. * C++. If we have <stdbool.h>, make 'bool' a macro, so users may #undef it.
  127. * Otherwise, let it remain a typedef to avoid conflicts with other #define's.
  128. * In either case, make a typedef for NCURSES_BOOL which can be used if needed
  129. * from either C or C++.
  130. */
  131. #undef TRUE
  132. #define TRUE 1
  133. #undef FALSE
  134. #define FALSE 0
  135. typedef @cf_cv_type_of_bool@ NCURSES_BOOL;
  136. #if @USE_CXX_BOOL@ /* __cplusplus, etc. */
  137. /* use the C++ compiler's bool type */
  138. #define NCURSES_BOOL bool
  139. #else /* c89, c99, etc. */
  140. #if NCURSES_ENABLE_STDBOOL_H
  141. #include <stdbool.h>
  142. /* use whatever the C compiler decides bool really is */
  143. #define NCURSES_BOOL bool
  144. #else
  145. /* there is no predefined bool - use our own */
  146. #undef bool
  147. #define bool NCURSES_BOOL
  148. #endif
  149. #endif /* !__cplusplus, etc. */
  150. #ifdef __cplusplus
  151. extern "C" {
  152. #define NCURSES_CAST(type,value) static_cast<type>(value)
  153. #else
  154. #define NCURSES_CAST(type,value) (type)(value)
  155. #endif
  156. /*
  157. * X/Open attributes. In the ncurses implementation, they are identical to the
  158. * A_ attributes.
  159. */
  160. #define WA_ATTRIBUTES A_ATTRIBUTES
  161. #define WA_NORMAL A_NORMAL
  162. #define WA_STANDOUT A_STANDOUT
  163. #define WA_UNDERLINE A_UNDERLINE
  164. #define WA_REVERSE A_REVERSE
  165. #define WA_BLINK A_BLINK
  166. #define WA_DIM A_DIM
  167. #define WA_BOLD A_BOLD
  168. #define WA_ALTCHARSET A_ALTCHARSET
  169. #define WA_INVIS A_INVIS
  170. #define WA_PROTECT A_PROTECT
  171. #define WA_HORIZONTAL A_HORIZONTAL
  172. #define WA_LEFT A_LEFT
  173. #define WA_LOW A_LOW
  174. #define WA_RIGHT A_RIGHT
  175. #define WA_TOP A_TOP
  176. #define WA_VERTICAL A_VERTICAL
  177. /* colors */
  178. #define COLOR_BLACK 0
  179. #define COLOR_RED 1
  180. #define COLOR_GREEN 2
  181. #define COLOR_YELLOW 3
  182. #define COLOR_BLUE 4
  183. #define COLOR_MAGENTA 5
  184. #define COLOR_CYAN 6
  185. #define COLOR_WHITE 7
  186. /* line graphics */
  187. #if @BROKEN_LINKER@ || @cf_cv_enable_reentrant@
  188. NCURSES_WRAPPED_VAR(chtype*, acs_map);
  189. #define acs_map (_nc_acs_map())
  190. #else
  191. extern NCURSES_EXPORT_VAR(chtype) acs_map[];
  192. #endif
  193. #define NCURSES_ACS(c) (acs_map[NCURSES_CAST(unsigned char,c)])
  194. /* VT100 symbols begin here */
  195. #define ACS_ULCORNER NCURSES_ACS('l') /* upper left corner */
  196. #define ACS_LLCORNER NCURSES_ACS('m') /* lower left corner */
  197. #define ACS_URCORNER NCURSES_ACS('k') /* upper right corner */
  198. #define ACS_LRCORNER NCURSES_ACS('j') /* lower right corner */
  199. #define ACS_LTEE NCURSES_ACS('t') /* tee pointing right */
  200. #define ACS_RTEE NCURSES_ACS('u') /* tee pointing left */
  201. #define ACS_BTEE NCURSES_ACS('v') /* tee pointing up */
  202. #define ACS_TTEE NCURSES_ACS('w') /* tee pointing down */
  203. #define ACS_HLINE NCURSES_ACS('q') /* horizontal line */
  204. #define ACS_VLINE NCURSES_ACS('x') /* vertical line */
  205. #define ACS_PLUS NCURSES_ACS('n') /* large plus or crossover */
  206. #define ACS_S1 NCURSES_ACS('o') /* scan line 1 */
  207. #define ACS_S9 NCURSES_ACS('s') /* scan line 9 */
  208. #define ACS_DIAMOND NCURSES_ACS('`') /* diamond */
  209. #define ACS_CKBOARD NCURSES_ACS('a') /* checker board (stipple) */
  210. #define ACS_DEGREE NCURSES_ACS('f') /* degree symbol */
  211. #define ACS_PLMINUS NCURSES_ACS('g') /* plus/minus */
  212. #define ACS_BULLET NCURSES_ACS('~') /* bullet */
  213. /* Teletype 5410v1 symbols begin here */
  214. #define ACS_LARROW NCURSES_ACS(',') /* arrow pointing left */
  215. #define ACS_RARROW NCURSES_ACS('+') /* arrow pointing right */
  216. #define ACS_DARROW NCURSES_ACS('.') /* arrow pointing down */
  217. #define ACS_UARROW NCURSES_ACS('-') /* arrow pointing up */
  218. #define ACS_BOARD NCURSES_ACS('h') /* board of squares */
  219. #define ACS_LANTERN NCURSES_ACS('i') /* lantern symbol */
  220. #define ACS_BLOCK NCURSES_ACS('0') /* solid square block */
  221. /*
  222. * These aren't documented, but a lot of System Vs have them anyway
  223. * (you can spot pprryyzz{{||}} in a lot of AT&T terminfo strings).
  224. * The ACS_names may not match AT&T's, our source didn't know them.
  225. */
  226. #define ACS_S3 NCURSES_ACS('p') /* scan line 3 */
  227. #define ACS_S7 NCURSES_ACS('r') /* scan line 7 */
  228. #define ACS_LEQUAL NCURSES_ACS('y') /* less/equal */
  229. #define ACS_GEQUAL NCURSES_ACS('z') /* greater/equal */
  230. #define ACS_PI NCURSES_ACS('{') /* Pi */
  231. #define ACS_NEQUAL NCURSES_ACS('|') /* not equal */
  232. #define ACS_STERLING NCURSES_ACS('}') /* UK pound sign */
  233. /*
  234. * Line drawing ACS names are of the form ACS_trbl, where t is the top, r
  235. * is the right, b is the bottom, and l is the left. t, r, b, and l might
  236. * be B (blank), S (single), D (double), or T (thick). The subset defined
  237. * here only uses B and S.
  238. */
  239. #define ACS_BSSB ACS_ULCORNER
  240. #define ACS_SSBB ACS_LLCORNER
  241. #define ACS_BBSS ACS_URCORNER
  242. #define ACS_SBBS ACS_LRCORNER
  243. #define ACS_SBSS ACS_RTEE
  244. #define ACS_SSSB ACS_LTEE
  245. #define ACS_SSBS ACS_BTEE
  246. #define ACS_BSSS ACS_TTEE
  247. #define ACS_BSBS ACS_HLINE
  248. #define ACS_SBSB ACS_VLINE
  249. #define ACS_SSSS ACS_PLUS
  250. #undef ERR
  251. #define ERR (-1)
  252. #undef OK
  253. #define OK (0)
  254. /* values for the _flags member */
  255. #define _SUBWIN 0x01 /* is this a sub-window? */
  256. #define _ENDLINE 0x02 /* is the window flush right? */
  257. #define _FULLWIN 0x04 /* is the window full-screen? */
  258. #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
  259. #define _ISPAD 0x10 /* is this window a pad? */
  260. #define _HASMOVED 0x20 /* has cursor moved since last refresh? */
  261. #define _WRAPPED 0x40 /* cursor was just wrappped */
  262. /*
  263. * this value is used in the firstchar and lastchar fields to mark
  264. * unchanged lines
  265. */
  266. #define _NOCHANGE -1
  267. /*
  268. * this value is used in the oldindex field to mark lines created by insertions
  269. * and scrolls.
  270. */
  271. #define _NEWINDEX -1
  272. typedef struct screen SCREEN;
  273. typedef struct _win_st WINDOW;
  274. typedef chtype attr_t; /* ...must be at least as wide as chtype */
  275. #ifdef _XOPEN_SOURCE_EXTENDED
  276. #if @NCURSES_LIBUTF8@
  277. #ifdef mblen /* libutf8.h defines it w/o undefining first */
  278. #undef mblen
  279. #endif
  280. #include <libutf8.h>
  281. #endif
  282. #if @NEED_WCHAR_H@
  283. #include <wchar.h> /* ...to get mbstate_t, etc. */
  284. #endif
  285. #if @NCURSES_WCHAR_T@
  286. typedef unsigned short wchar_t@NCURSES_OK_WCHAR_T@;
  287. #endif
  288. #if @NCURSES_WINT_T@
  289. typedef unsigned int wint_t@NCURSES_OK_WCHAR_T@;
  290. #endif
  291. #define CCHARW_MAX 5
  292. typedef struct
  293. {
  294. attr_t attr;
  295. wchar_t chars[CCHARW_MAX];
  296. #if @NCURSES_EXT_COLORS@
  297. #undef NCURSES_EXT_COLORS
  298. #define NCURSES_EXT_COLORS @NCURSES_PATCH@
  299. int ext_color; /* color pair, must be more than 16-bits */
  300. #endif
  301. }
  302. cchar_t;
  303. #endif /* _XOPEN_SOURCE_EXTENDED */
  304. #if !NCURSES_OPAQUE
  305. struct ldat;
  306. struct _win_st
  307. {
  308. NCURSES_SIZE_T _cury, _curx; /* current cursor position */
  309. /* window location and size */
  310. NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
  311. NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
  312. short _flags; /* window state flags */
  313. /* attribute tracking */
  314. attr_t _attrs; /* current attribute for non-space character */
  315. chtype _bkgd; /* current background char/attribute pair */
  316. /* option values set by user */
  317. bool _notimeout; /* no time out on function-key entry? */
  318. bool _clear; /* consider all data in the window invalid? */
  319. bool _leaveok; /* OK to not reset cursor on exit? */
  320. bool _scroll; /* OK to scroll this window? */
  321. bool _idlok; /* OK to use insert/delete line? */
  322. bool _idcok; /* OK to use insert/delete char? */
  323. bool _immed; /* window in immed mode? (not yet used) */
  324. bool _sync; /* window in sync mode? */
  325. bool _use_keypad; /* process function keys into KEY_ symbols? */
  326. int _delay; /* 0 = nodelay, <0 = blocking, >0 = delay */
  327. struct ldat *_line; /* the actual line data */
  328. /* global screen state */
  329. NCURSES_SIZE_T _regtop; /* top line of scrolling region */
  330. NCURSES_SIZE_T _regbottom; /* bottom line of scrolling region */
  331. /* these are used only if this is a sub-window */
  332. int _parx; /* x coordinate of this window in parent */
  333. int _pary; /* y coordinate of this window in parent */
  334. WINDOW *_parent; /* pointer to parent if a sub-window */
  335. /* these are used only if this is a pad */
  336. struct pdat
  337. {
  338. NCURSES_SIZE_T _pad_y, _pad_x;
  339. NCURSES_SIZE_T _pad_top, _pad_left;
  340. NCURSES_SIZE_T _pad_bottom, _pad_right;
  341. } _pad;
  342. NCURSES_SIZE_T _yoffset; /* real begy is _begy + _yoffset */
  343. #ifdef _XOPEN_SOURCE_EXTENDED
  344. cchar_t _bkgrnd; /* current background char/attribute pair */
  345. #if @NCURSES_EXT_COLORS@
  346. int _color; /* current color-pair for non-space character */
  347. #endif
  348. #endif
  349. };
  350. #endif /* NCURSES_OPAQUE */
  351. /*
  352. * This is an extension to support events...
  353. */
  354. #if @NCURSES_EXT_FUNCS@
  355. #ifdef NCURSES_WGETCH_EVENTS
  356. #if !defined(__BEOS__) || defined(__HAIKU__)
  357. /* Fix _nc_timed_wait() on BEOS... */
  358. # define NCURSES_EVENT_VERSION 1
  359. #endif /* !defined(__BEOS__) */
  360. /*
  361. * Bits to set in _nc_event.data.flags
  362. */
  363. # define _NC_EVENT_TIMEOUT_MSEC 1
  364. # define _NC_EVENT_FILE 2
  365. # define _NC_EVENT_FILE_READABLE 2
  366. # if 0 /* Not supported yet... */
  367. # define _NC_EVENT_FILE_WRITABLE 4
  368. # define _NC_EVENT_FILE_EXCEPTION 8
  369. # endif
  370. typedef struct
  371. {
  372. int type;
  373. union
  374. {
  375. long timeout_msec; /* _NC_EVENT_TIMEOUT_MSEC */
  376. struct
  377. {
  378. unsigned int flags;
  379. int fd;
  380. unsigned int result;
  381. } fev; /* _NC_EVENT_FILE */
  382. } data;
  383. } _nc_event;
  384. typedef struct
  385. {
  386. int count;
  387. int result_flags; /* _NC_EVENT_TIMEOUT_MSEC or _NC_EVENT_FILE_READABLE */
  388. _nc_event *events[1];
  389. } _nc_eventlist;
  390. extern NCURSES_EXPORT(int) wgetch_events(WINDOW *, _nc_eventlist *); /* experimental */
  391. extern NCURSES_EXPORT(int) wgetnstr_events(WINDOW *,char *,int,_nc_eventlist *);/* experimental */
  392. #endif /* NCURSES_WGETCH_EVENTS */
  393. #endif /* NCURSES_EXT_FUNCS */
  394. /*
  395. * GCC (and some other compilers) define '__attribute__'; we're using this
  396. * macro to alert the compiler to flag inconsistencies in printf/scanf-like
  397. * function calls. Just in case '__attribute__' isn't defined, make a dummy.
  398. * Old versions of G++ do not accept it anyway, at least not consistently with
  399. * GCC.
  400. */
  401. #if !(defined(__GNUC__) || defined(__GNUG__) || defined(__attribute__))
  402. #define __attribute__(p) /* nothing */
  403. #endif
  404. /*
  405. * We cannot define these in ncurses_cfg.h, since they require parameters to be
  406. * passed (that is non-portable). If you happen to be using gcc with warnings
  407. * enabled, define
  408. * GCC_PRINTF
  409. * GCC_SCANF
  410. * to improve checking of calls to printw(), etc.
  411. */
  412. #ifndef GCC_PRINTFLIKE
  413. #if defined(GCC_PRINTF) && !defined(printf)
  414. #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
  415. #else
  416. #define GCC_PRINTFLIKE(fmt,var) /*nothing*/
  417. #endif
  418. #endif
  419. #ifndef GCC_SCANFLIKE
  420. #if defined(GCC_SCANF) && !defined(scanf)
  421. #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
  422. #else
  423. #define GCC_SCANFLIKE(fmt,var) /*nothing*/
  424. #endif
  425. #endif
  426. #ifndef GCC_NORETURN
  427. #define GCC_NORETURN /* nothing */
  428. #endif
  429. #ifndef GCC_UNUSED
  430. #define GCC_UNUSED /* nothing */
  431. #endif
  432. /*
  433. * Function prototypes. This is the complete X/Open Curses list of required
  434. * functions. Those marked `generated' will have sources generated from the
  435. * macro definitions later in this file, in order to satisfy XPG4.2
  436. * requirements.
  437. */
  438. extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
  439. extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */
  440. extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
  441. extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */
  442. extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
  443. extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
  444. extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */
  445. extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
  446. extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
  447. extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
  448. extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
  449. extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
  450. extern NCURSES_EXPORT(int) baudrate (void); /* implemented */
  451. extern NCURSES_EXPORT(int) beep (void); /* implemented */
  452. extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
  453. extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
  454. extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */
  455. extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
  456. extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */
  457. extern NCURSES_EXPORT(int) cbreak (void); /* implemented */
  458. extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
  459. extern NCURSES_EXPORT(int) clear (void); /* generated */
  460. extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
  461. extern NCURSES_EXPORT(int) clrtobot (void); /* generated */
  462. extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
  463. extern NCURSES_EXPORT(int) color_content (short,short*,short*,short*); /* implemented */
  464. extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
  465. extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
  466. extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
  467. extern NCURSES_EXPORT(int) curs_set (int); /* implemented */
  468. extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
  469. extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */
  470. extern NCURSES_EXPORT(int) delay_output (int); /* implemented */
  471. extern NCURSES_EXPORT(int) delch (void); /* generated */
  472. extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
  473. extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */
  474. extern NCURSES_EXPORT(int) deleteln (void); /* generated */
  475. extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */
  476. extern NCURSES_EXPORT(int) doupdate (void); /* implemented */
  477. extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */
  478. extern NCURSES_EXPORT(int) echo (void); /* implemented */
  479. extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
  480. extern NCURSES_EXPORT(int) erase (void); /* generated */
  481. extern NCURSES_EXPORT(int) endwin (void); /* implemented */
  482. extern NCURSES_EXPORT(char) erasechar (void); /* implemented */
  483. extern NCURSES_EXPORT(void) filter (void); /* implemented */
  484. extern NCURSES_EXPORT(int) flash (void); /* implemented */
  485. extern NCURSES_EXPORT(int) flushinp (void); /* implemented */
  486. extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */
  487. extern NCURSES_EXPORT(int) getch (void); /* generated */
  488. extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
  489. extern NCURSES_EXPORT(int) getstr (char *); /* generated */
  490. extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */
  491. extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */
  492. extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
  493. extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */
  494. extern NCURSES_EXPORT(bool) has_il (void); /* implemented */
  495. extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */
  496. extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */
  497. extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */
  498. extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */
  499. extern NCURSES_EXPORT(chtype) inch (void); /* generated */
  500. extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */
  501. extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
  502. extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
  503. extern NCURSES_EXPORT(int) init_color (short,short,short,short); /* implemented */
  504. extern NCURSES_EXPORT(int) init_pair (short,short,short); /* implemented */
  505. extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
  506. extern NCURSES_EXPORT(int) insch (chtype); /* generated */
  507. extern NCURSES_EXPORT(int) insdelln (int); /* generated */
  508. extern NCURSES_EXPORT(int) insertln (void); /* generated */
  509. extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
  510. extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
  511. extern NCURSES_EXPORT(int) instr (char *); /* generated */
  512. extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */
  513. extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */
  514. extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */
  515. extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */
  516. extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
  517. extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
  518. extern NCURSES_EXPORT(char) killchar (void); /* implemented */
  519. extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
  520. extern NCURSES_EXPORT(char *) longname (void); /* implemented */
  521. extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */
  522. extern NCURSES_EXPORT(int) move (int, int); /* generated */
  523. extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */
  524. extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */
  525. extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */
  526. extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */
  527. extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
  528. extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, short, const void *); /* generated */
  529. extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
  530. extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */
  531. extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */
  532. extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */
  533. extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */
  534. extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */
  535. extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */
  536. extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */
  537. extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */
  538. extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */
  539. extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */
  540. extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */
  541. extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */
  542. extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */
  543. extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */
  544. extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */
  545. GCC_PRINTFLIKE(3,4);
  546. extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...) /* implemented */
  547. GCC_SCANFLIKE(3,4);
  548. extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */
  549. extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */
  550. extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
  551. extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */
  552. extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
  553. extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */
  554. extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, short, const void *);/* generated */
  555. extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
  556. extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */
  557. extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
  558. extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
  559. extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
  560. extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */
  561. extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */
  562. extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */
  563. extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */
  564. extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */
  565. extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */
  566. extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */
  567. extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */
  568. extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */
  569. extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */
  570. GCC_PRINTFLIKE(4,5);
  571. extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...) /* implemented */
  572. GCC_SCANFLIKE(4,5);
  573. extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */
  574. extern NCURSES_EXPORT(int) napms (int); /* implemented */
  575. extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */
  576. extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
  577. extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */
  578. extern NCURSES_EXPORT(int) nl (void); /* implemented */
  579. extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */
  580. extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
  581. extern NCURSES_EXPORT(int) noecho (void); /* implemented */
  582. extern NCURSES_EXPORT(int) nonl (void); /* implemented */
  583. extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */
  584. extern NCURSES_EXPORT(int) noraw (void); /* implemented */
  585. extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */
  586. extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */
  587. extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */
  588. extern NCURSES_EXPORT(int) pair_content (short,short*,short*); /* implemented */
  589. extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */
  590. extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */
  591. extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
  592. extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */
  593. extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */
  594. GCC_PRINTFLIKE(1,2);
  595. extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */
  596. extern NCURSES_EXPORT(void) qiflush (void); /* implemented */
  597. extern NCURSES_EXPORT(int) raw (void); /* implemented */
  598. extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */
  599. extern NCURSES_EXPORT(int) refresh (void); /* generated */
  600. extern NCURSES_EXPORT(int) resetty (void); /* implemented */
  601. extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */
  602. extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */
  603. extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */
  604. extern NCURSES_EXPORT(int) savetty (void); /* implemented */
  605. extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...) /* implemented */
  606. GCC_SCANFLIKE(1,2);
  607. extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */
  608. extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */
  609. extern NCURSES_EXPORT(int) scrl (int); /* generated */
  610. extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
  611. extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
  612. extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */
  613. extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */
  614. extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
  615. extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
  616. extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */
  617. extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */
  618. extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */
  619. extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */
  620. extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */
  621. extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */
  622. extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,short,void*); /* implemented */
  623. extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */
  624. extern NCURSES_EXPORT(int) slk_color (short); /* implemented */
  625. extern NCURSES_EXPORT(int) slk_init (int); /* implemented */
  626. extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */
  627. extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */
  628. extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */
  629. extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */
  630. extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */
  631. extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */
  632. extern NCURSES_EXPORT(int) standout (void); /* generated */
  633. extern NCURSES_EXPORT(int) standend (void); /* generated */
  634. extern NCURSES_EXPORT(int) start_color (void); /* implemented */
  635. extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */
  636. extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */
  637. extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
  638. extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */
  639. extern NCURSES_EXPORT(char *) termname (void); /* implemented */
  640. extern NCURSES_EXPORT(void) timeout (int); /* generated */
  641. extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
  642. extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
  643. extern NCURSES_EXPORT(int) typeahead (int); /* implemented */
  644. extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
  645. extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
  646. extern NCURSES_EXPORT(void) use_env (bool); /* implemented */
  647. extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */
  648. extern NCURSES_EXPORT(int) vidputs (chtype, int (*)(int)); /* implemented */
  649. extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
  650. extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list); /* implemented */
  651. extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* generated */
  652. extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */
  653. extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST char *,va_list); /* generated */
  654. extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */
  655. extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */
  656. extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */
  657. extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */
  658. extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */
  659. extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */
  660. extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
  661. extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */
  662. extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, short *, void *); /* generated */
  663. extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */
  664. extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */
  665. extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, short, void *); /* generated */
  666. extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */
  667. extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */
  668. extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */
  669. extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, short, const void *);/* implemented */
  670. extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */
  671. extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */
  672. extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */
  673. extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,short,void*); /* implemented */
  674. extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */
  675. extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */
  676. extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */
  677. extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */
  678. extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */
  679. extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */
  680. extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */
  681. extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */
  682. extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */
  683. extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */
  684. extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */
  685. extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */
  686. extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */
  687. extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */
  688. extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */
  689. extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */
  690. extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */
  691. extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */
  692. extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */
  693. extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */
  694. extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */
  695. extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */
  696. GCC_PRINTFLIKE(2,3);
  697. extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */
  698. extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */
  699. extern NCURSES_EXPORT(int) wscanw (WINDOW *, NCURSES_CONST char *,...) /* implemented */
  700. GCC_SCANFLIKE(2,3);
  701. extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */
  702. extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */
  703. extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */
  704. extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */
  705. extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */
  706. extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */
  707. extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */
  708. extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */
  709. extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */
  710. /*
  711. * These are also declared in <term.h>:
  712. */
  713. extern NCURSES_EXPORT(int) tigetflag (NCURSES_CONST char *); /* implemented */
  714. extern NCURSES_EXPORT(int) tigetnum (NCURSES_CONST char *); /* implemented */
  715. extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *); /* implemented */
  716. extern NCURSES_EXPORT(int) putp (const char *); /* implemented */
  717. #if NCURSES_TPARM_VARARGS
  718. extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* special */
  719. #else
  720. extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, long,long,long,long,long,long,long,long,long); /* special */
  721. extern NCURSES_EXPORT(char *) tparm_varargs (NCURSES_CONST char *, ...); /* special */
  722. #endif
  723. /*
  724. * These functions are not in X/Open, but we use them in macro definitions:
  725. */
  726. extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */
  727. extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */
  728. extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */
  729. extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */
  730. extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */
  731. extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */
  732. extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */
  733. extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */
  734. extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */
  735. /*
  736. * vid_attr() was implemented originally based on a draft of X/Open curses.
  737. */
  738. #ifndef _XOPEN_SOURCE_EXTENDED
  739. #define vid_attr(a,pair,opts) vidattr(a)
  740. #endif
  741. /*
  742. * These functions are extensions - not in X/Open Curses.
  743. */
  744. #if @NCURSES_EXT_FUNCS@
  745. #undef NCURSES_EXT_FUNCS
  746. #define NCURSES_EXT_FUNCS @NCURSES_PATCH@
  747. typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
  748. typedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);
  749. extern NCURSES_EXPORT(bool) is_term_resized (int, int);
  750. extern NCURSES_EXPORT(char *) keybound (int, int);
  751. extern NCURSES_EXPORT(const char *) curses_version (void);
  752. extern NCURSES_EXPORT(int) assume_default_colors (int, int);
  753. extern NCURSES_EXPORT(int) define_key (const char *, int);
  754. extern NCURSES_EXPORT(int) key_defined (const char *);
  755. extern NCURSES_EXPORT(int) keyok (int, bool);
  756. extern NCURSES_EXPORT(int) resize_term (int, int);
  757. extern NCURSES_EXPORT(int) resizeterm (int, int);
  758. extern NCURSES_EXPORT(int) set_escdelay (int);
  759. extern NCURSES_EXPORT(int) set_tabsize (int);
  760. extern NCURSES_EXPORT(int) use_default_colors (void);
  761. extern NCURSES_EXPORT(int) use_extended_names (bool);
  762. extern NCURSES_EXPORT(int) use_legacy_coding (int);
  763. extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *);
  764. extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *);
  765. extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
  766. extern NCURSES_EXPORT(void) nofilter(void);
  767. /*
  768. * These extensions provide access to information stored in the WINDOW even
  769. * when NCURSES_OPAQUE is set:
  770. */
  771. extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */
  772. extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */
  773. extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */
  774. extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */
  775. extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */
  776. extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */
  777. extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */
  778. extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */
  779. extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */
  780. extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */
  781. extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */
  782. extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */
  783. #else
  784. #define curses_version() NCURSES_VERSION
  785. #endif
  786. /* attributes */
  787. #define NCURSES_ATTR_SHIFT 8
  788. #define NCURSES_BITS(mask,shift) ((mask) << ((shift) + NCURSES_ATTR_SHIFT))
  789. #define A_NORMAL (@cf_cv_1UL@ - @cf_cv_1UL@)
  790. #define A_ATTRIBUTES NCURSES_BITS(~(@cf_cv_1UL@ - @cf_cv_1UL@),0)
  791. #define A_CHARTEXT (NCURSES_BITS(@cf_cv_1UL@,0) - @cf_cv_1UL@)
  792. #define A_COLOR NCURSES_BITS(((@cf_cv_1UL@) << 8) - @cf_cv_1UL@,0)
  793. #define A_STANDOUT NCURSES_BITS(@cf_cv_1UL@,8)
  794. #define A_UNDERLINE NCURSES_BITS(@cf_cv_1UL@,9)
  795. #define A_REVERSE NCURSES_BITS(@cf_cv_1UL@,10)
  796. #define A_BLINK NCURSES_BITS(@cf_cv_1UL@,11)
  797. #define A_DIM NCURSES_BITS(@cf_cv_1UL@,12)
  798. #define A_BOLD NCURSES_BITS(@cf_cv_1UL@,13)
  799. #define A_ALTCHARSET NCURSES_BITS(@cf_cv_1UL@,14)
  800. #define A_INVIS NCURSES_BITS(@cf_cv_1UL@,15)
  801. #define A_PROTECT NCURSES_BITS(@cf_cv_1UL@,16)
  802. #define A_HORIZONTAL NCURSES_BITS(@cf_cv_1UL@,17)
  803. #define A_LEFT NCURSES_BITS(@cf_cv_1UL@,18)
  804. #define A_LOW NCURSES_BITS(@cf_cv_1UL@,19)
  805. #define A_RIGHT NCURSES_BITS(@cf_cv_1UL@,20)
  806. #define A_TOP NCURSES_BITS(@cf_cv_1UL@,21)
  807. #define A_VERTICAL NCURSES_BITS(@cf_cv_1UL@,22)
  808. /*
  809. * Most of the pseudo functions are macros that either provide compatibility
  810. * with older versions of curses, or provide inline functionality to improve
  811. * performance.
  812. */
  813. /*
  814. * These pseudo functions are always implemented as macros:
  815. */
  816. #define getyx(win,y,x) (y = getcury(win), x = getcurx(win))
  817. #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win))
  818. #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
  819. #define getparyx(win,y,x) (y = getpary(win), x = getparx(win))
  820. #define getsyx(y,x) do { if (newscr) { \
  821. if (is_leaveok(newscr)) \
  822. (y) = (x) = -1; \
  823. else \
  824. getyx(newscr,(y), (x)); \
  825. } \
  826. } while(0)
  827. #define setsyx(y,x) do { if (newscr) { \
  828. if ((y) == -1 && (x) == -1) \
  829. leaveok(newscr, TRUE); \
  830. else { \
  831. leaveok(newscr, FALSE); \
  832. wmove(newscr, (y), (x)); \
  833. } \
  834. } \
  835. } while(0)
  836. #ifndef NCURSES_NOMACROS
  837. /*
  838. * These miscellaneous pseudo functions are provided for compatibility:
  839. */
  840. #define wgetstr(w, s) wgetnstr(w, s, -1)
  841. #define getnstr(s, n) wgetnstr(stdscr, s, n)
  842. #define setterm(term) setupterm(term, 1, (int *)0)
  843. #define fixterm() reset_prog_mode()
  844. #define resetterm() reset_shell_mode()
  845. #define saveterm() def_prog_mode()
  846. #define crmode() cbreak()
  847. #define nocrmode() nocbreak()
  848. #define gettmode()
  849. /* It seems older SYSV curses versions define these */
  850. #if !NCURSES_OPAQUE
  851. #define getattrs(win) ((win) ? (win)->_attrs : A_NORMAL)
  852. #define getcurx(win) ((win) ? (win)->_curx : ERR)
  853. #define getcury(win) ((win) ? (win)->_cury : ERR)
  854. #define getbegx(win) ((win) ? (win)->_begx : ERR)
  855. #define getbegy(win) ((win) ? (win)->_begy : ERR)
  856. #define getmaxx(win) ((win) ? ((win)->_maxx + 1) : ERR)
  857. #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR)
  858. #define getparx(win) ((win) ? (win)->_parx : ERR)
  859. #define getpary(win) ((win) ? (win)->_pary : ERR)
  860. #endif /* NCURSES_OPAQUE */
  861. #define wstandout(win) (wattrset(win,A_STANDOUT))
  862. #define wstandend(win) (wattrset(win,A_NORMAL))
  863. #define wattron(win,at) wattr_on(win, NCURSES_CAST(attr_t, at), NULL)
  864. #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL)
  865. #if !NCURSES_OPAQUE
  866. #if defined(_XOPEN_SOURCE_EXTENDED) && @NCURSES_EXT_COLORS@
  867. #define wattrset(win,at) ((win)->_color = PAIR_NUMBER(at), \
  868. (win)->_attrs = (at))
  869. #else
  870. #define wattrset(win,at) ((win)->_attrs = (at))
  871. #endif
  872. #endif /* NCURSES_OPAQUE */
  873. #define scroll(win) wscrl(win,1)
  874. #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
  875. #define touchline(win, s, c) wtouchln((win), s, c, 1)
  876. #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0)
  877. #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0)
  878. #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
  879. #define hline(ch, n) whline(stdscr, ch, n)
  880. #define vline(ch, n) wvline(stdscr, ch, n)
  881. #define winstr(w, s) winnstr(w, s, -1)
  882. #define winchstr(w, s) winchnstr(w, s, -1)
  883. #define winsstr(w, s) winsnstr(w, s, -1)
  884. #if !NCURSES_OPAQUE
  885. #define redrawwin(win) wredrawln(win, 0, (win)->_maxy+1)
  886. #endif /* NCURSES_OPAQUE */
  887. #define waddstr(win,str) waddnstr(win,str,-1)
  888. #define waddchstr(win,str) waddchnstr(win,str,-1)
  889. /*
  890. * These apply to the first 256 color pairs.
  891. */
  892. #define COLOR_PAIR(n) NCURSES_BITS(n, 0)
  893. #define PAIR_NUMBER(a) (NCURSES_CAST(int,(((a) & A_COLOR) >> NCURSES_ATTR_SHIFT)))
  894. /*
  895. * pseudo functions for standard screen
  896. */
  897. #define addch(ch) waddch(stdscr,ch)
  898. #define addchnstr(str,n) waddchnstr(stdscr,str,n)
  899. #define addchstr(str) waddchstr(stdscr,str)
  900. #define addnstr(str,n) waddnstr(stdscr,str,n)
  901. #define addstr(str) waddnstr(stdscr,str,-1)
  902. #define attroff(at) wattroff(stdscr,at)
  903. #define attron(at) wattron(stdscr,at)
  904. #define attrset(at) wattrset(stdscr,at)
  905. #define attr_get(ap,cp,o) wattr_get(stdscr,ap,cp,o)
  906. #define attr_off(a,o) wattr_off(stdscr,a,o)
  907. #define attr_on(a,o) wattr_on(stdscr,a,o)
  908. #define attr_set(a,c,o) wattr_set(stdscr,a,c,o)
  909. #define bkgd(ch) wbkgd(stdscr,ch)
  910. #define bkgdset(ch) wbkgdset(stdscr,ch)
  911. #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o)
  912. #define clear() wclear(stdscr)
  913. #define clrtobot() wclrtobot(stdscr)
  914. #define clrtoeol() wclrtoeol(stdscr)
  915. #define color_set(c,o) wcolor_set(stdscr,c,o)
  916. #define delch() wdelch(stdscr)
  917. #define deleteln() winsdelln(stdscr,-1)
  918. #define echochar(c) wechochar(stdscr,c)
  919. #define erase() werase(stdscr)
  920. #define getch() wgetch(stdscr)
  921. #define getstr(str) wgetstr(stdscr,str)
  922. #define inch() winch(stdscr)
  923. #define inchnstr(s,n) winchnstr(stdscr,s,n)
  924. #define inchstr(s) winchstr(stdscr,s)
  925. #define innstr(s,n) winnstr(stdscr,s,n)
  926. #define insch(c) winsch(stdscr,c)
  927. #define insdelln(n) winsdelln(stdscr,n)
  928. #define insertln() winsdelln(stdscr,1)
  929. #define insnstr(s,n) winsnstr(stdscr,s,n)
  930. #define insstr(s) winsstr(stdscr,s)
  931. #define instr(s) winstr(stdscr,s)
  932. #define move(y,x) wmove(stdscr,y,x)
  933. #define refresh() wrefresh(stdscr)
  934. #define scrl(n) wscrl(stdscr,n)
  935. #define setscrreg(t,b) wsetscrreg(stdscr,t,b)
  936. #define standend() wstandend(stdscr)
  937. #define standout() wstandout(stdscr)
  938. #define timeout(delay) wtimeout(stdscr,delay)
  939. #define wdeleteln(win) winsdelln(win,-1)
  940. #define winsertln(win) winsdelln(win,1)
  941. /*
  942. * mv functions
  943. */
  944. #define mvwaddch(win,y,x,ch) (wmove(win,y,x) == ERR ? ERR : waddch(win,ch))
  945. #define mvwaddchnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddchnstr(win,str,n))
  946. #define mvwaddchstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : waddchnstr(win,str,-1))
  947. #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n))
  948. #define mvwaddstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,-1))
  949. #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win))
  950. #define mvwchgat(win,y,x,n,a,c,o) (wmove(win,y,x) == ERR ? ERR : wchgat(win,n,a,c,o))
  951. #define mvwgetch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wgetch(win))
  952. #define mvwgetnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : wgetnstr(win,str,n))
  953. #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str))
  954. #define mvwhline(win,y,x,c,n) (wmove(win,y,x) == ERR ? ERR : whline(win,c,n))
  955. #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))
  956. #define mvwinchnstr(win,y,x,s,n) (wmove(win,y,x) == ERR ? ERR : winchnstr(win,s,n))
  957. #define mvwinchstr(win,y,x,s) (wmove(win,y,x) == ERR ? ERR : winchstr(win,s))
  958. #define mvwinnstr(win,y,x,s,n) (wmove(win,y,x) == ERR ? ERR : winnstr(win,s,n))
  959. #define mvwinsch(win,y,x,c) (wmove(win,y,x) == ERR ? ERR : winsch(win,c))
  960. #define mvwinsnstr(win,y,x,s,n) (wmove(win,y,x) == ERR ? ERR : winsnstr(win,s,n))
  961. #define mvwinsstr(win,y,x,s) (wmove(win,y,x) == ERR ? ERR : winsstr(win,s))
  962. #define mvwinstr(win,y,x,s) (wmove(win,y,x) == ERR ? ERR : winstr(win,s))
  963. #define mvwvline(win,y,x,c,n) (wmove(win,y,x) == ERR ? ERR : wvline(win,c,n))
  964. #define mvaddch(y,x,ch) mvwaddch(stdscr,y,x,ch)
  965. #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,y,x,str,n)
  966. #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,y,x,str)
  967. #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
  968. #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str)
  969. #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,y,x,n,a,c,o)
  970. #define mvdelch(y,x) mvwdelch(stdscr,y,x)
  971. #define mvgetch(y,x) mvwgetch(stdscr,y,x)
  972. #define mvgetnstr(y,x,str,n) mvwgetnstr(stdscr,y,x,str,n)
  973. #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
  974. #define mvhline(y,x,c,n) mvwhline(stdscr,y,x,c,n)
  975. #define mvinch(y,x) mvwinch(stdscr,y,x)
  976. #define mvinchnstr(y,x,s,n) mvwinchnstr(stdscr,y,x,s,n)
  977. #define mvinchstr(y,x,s) mvwinchstr(stdscr,y,x,s)
  978. #define mvinnstr(y,x,s,n) mvwinnstr(stdscr,y,x,s,n)
  979. #define mvinsch(y,x,c) mvwinsch(stdscr,y,x,c)
  980. #define mvinsnstr(y,x,s,n) mvwinsnstr(stdscr,y,x,s,n)
  981. #define mvinsstr(y,x,s) mvwinsstr(stdscr,y,x,s)
  982. #define mvinstr(y,x,s) mvwinstr(stdscr,y,x,s)
  983. #define mvvline(y,x,c,n) mvwvline(stdscr,y,x,c,n)
  984. /*
  985. * Some wide-character functions can be implemented without the extensions.
  986. */
  987. #if !NCURSES_OPAQUE
  988. #define getbkgd(win) ((win)->_bkgd)
  989. #endif /* NCURSES_OPAQUE */
  990. #define slk_attr_off(a,v) ((v) ? ERR : slk_attroff(a))
  991. #define slk_attr_on(a,v) ((v) ? ERR : slk_attron(a))
  992. #if !NCURSES_OPAQUE
  993. #if defined(_XOPEN_SOURCE_EXTENDED) && @NCURSES_EXT_COLORS@
  994. #define wattr_set(win,a,p,opts) ((win)->_attrs = ((a) & ~A_COLOR), \
  995. (win)->_color = (p), \
  996. OK)
  997. #define wattr_get(win,a,p,opts) ((void)((a) != (void *)0 && (*(a) = (win)->_attrs)), \
  998. (void)((p) != (void *)0 && (*(p) = (win)->_color)), \
  999. OK)
  1000. #else
  1001. #define wattr_set(win,a,p,opts) ((win)->_attrs = (((a) & ~A_COLOR) | COLOR_PAIR(p)), OK)
  1002. #define wattr_get(win,a,p,opts) ((void)((a) != (void *)0 && (*(a) = (win)->_attrs)), \
  1003. (void)((p) != (void *)0 && (*(p) = PAIR_NUMBER((win)->_attrs))), \
  1004. OK)
  1005. #endif
  1006. #endif /* NCURSES_OPAQUE */
  1007. /*
  1008. * X/Open curses deprecates SVr4 vwprintw/vwscanw, which are supposed to use
  1009. * varargs.h. It adds new calls vw_printw/vw_scanw, which are supposed to
  1010. * use POSIX stdarg.h. The ncurses versions of vwprintw/vwscanw already
  1011. * use stdarg.h, so...
  1012. */
  1013. #define vw_printw vwprintw
  1014. #define vw_scanw vwscanw
  1015. /*
  1016. * Export fallback function for use in C++ binding.
  1017. */
  1018. #if !@HAVE_VSSCANF@
  1019. #define vsscanf(a,b,c) _nc_vsscanf(a,b,c)
  1020. NCURSES_EXPORT(int) vsscanf(const char *, const char *, va_list);
  1021. #endif
  1022. /*
  1023. * These macros are extensions - not in X/Open Curses.
  1024. */
  1025. #if @NCURSES_EXT_FUNCS@
  1026. #if !NCURSES_OPAQUE
  1027. #define is_cleared(win) ((win)->_clear)
  1028. #define is_idcok(win) ((win)->_idcok)
  1029. #define is_idlok(win) ((win)->_idlok)
  1030. #define is_immedok(win) ((win)->_immed)
  1031. #define is_keypad(win) ((win)->_use_keypad)
  1032. #define is_leaveok(win) ((win)->_leaveok)
  1033. #define is_nodelay(win) ((win)->_delay == 0)
  1034. #define is_notimeout(win) ((win)->_notimeout)
  1035. #define is_scrollok(win) ((win)->_scroll)
  1036. #define is_syncok(win) ((win)->_sync)
  1037. #define wgetparent(win) ((win) ? (win)->_parent : 0)
  1038. #define wgetscrreg(win,t,b) ((win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbottom, OK) : ERR)
  1039. #endif
  1040. #endif
  1041. #endif /* NCURSES_NOMACROS */
  1042. /*
  1043. * Public variables.
  1044. *
  1045. * Notes:
  1046. * a. ESCDELAY was an undocumented feature under AIX curses.
  1047. * It gives the ESC expire time in milliseconds.
  1048. * b. ttytype is needed for backward compatibility
  1049. */
  1050. #if @cf_cv_enable_reentrant@
  1051. NCURSES_WRAPPED_VAR(WINDOW *, curscr);
  1052. NCURSES_WRAPPED_VAR(WINDOW *, newscr);
  1053. NCURSES_WRAPPED_VAR(WINDOW *, stdscr);
  1054. NCURSES_WRAPPED_VAR(char *, ttytype);
  1055. NCURSES_WRAPPED_VAR(int, COLORS);
  1056. NCURSES_WRAPPED_VAR(int, COLOR_PAIRS);
  1057. NCURSES_WRAPPED_VAR(int, COLS);
  1058. NCURSES_WRAPPED_VAR(int, ESCDELAY);
  1059. NCURSES_WRAPPED_VAR(int, LINES);
  1060. NCURSES_WRAPPED_VAR(int, TABSIZE);
  1061. #define curscr NCURSES_PUBLIC_VAR(curscr())
  1062. #define newscr NCURSES_PUBLIC_VAR(newscr())
  1063. #define stdscr NCURSES_PUBLIC_VAR(stdscr())
  1064. #define ttytype NCURSES_PUBLIC_VAR(ttytype())
  1065. #define COLORS NCURSES_PUBLIC_VAR(COLORS())
  1066. #define COLOR_PAIRS NCURSES_PUBLIC_VAR(COLOR_PAIRS())
  1067. #define COLS NCURSES_PUBLIC_VAR(COLS())
  1068. #define ESCDELAY NCURSES_PUBLIC_VAR(ESCDELAY())
  1069. #define LINES NCURSES_PUBLIC_VAR(LINES())
  1070. #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE())
  1071. #else
  1072. extern NCURSES_EXPORT_VAR(WINDOW *) curscr;
  1073. extern NCURSES_EXPORT_VAR(WINDOW *) newscr;
  1074. extern NCURSES_EXPORT_VAR(WINDOW *) stdscr;
  1075. extern NCURSES_EXPORT_VAR(char) ttytype[];
  1076. extern NCURSES_EXPORT_VAR(int) COLORS;
  1077. extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS;
  1078. extern NCURSES_EXPORT_VAR(int) COLS;
  1079. extern NCURSES_EXPORT_VAR(int) ESCDELAY;
  1080. extern NCURSES_EXPORT_VAR(int) LINES;
  1081. extern NCURSES_EXPORT_VAR(int) TABSIZE;
  1082. #endif
  1083. /*
  1084. * Pseudo-character tokens outside ASCII range. The curses wgetch() function
  1085. * will return any given one of these only if the corresponding k- capability
  1086. * is defined in your terminal's terminfo entry.
  1087. *
  1088. * Some keys (KEY_A1, etc) are arranged like this:
  1089. * a1 up a3
  1090. * left b2 right
  1091. * c1 down c3
  1092. *
  1093. * A few key codes do not depend upon the terminfo entry.
  1094. */
  1095. #define KEY_CODE_YES 0400 /* A wchar_t contains a key code */
  1096. #define KEY_MIN 0401 /* Minimum curses key */
  1097. #define KEY_BREAK 0401 /* Break key (unreliable) */
  1098. #define KEY_SRESET 0530 /* Soft (partial) reset (unreliable) */
  1099. #define KEY_RESET 0531 /* Reset or hard reset (unreliable) */