curses 1.4.4 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +6 -0
  3. data/.github/workflows/macos.yml +1 -1
  4. data/.github/workflows/push_gem.yml +48 -0
  5. data/.github/workflows/ubuntu.yml +2 -2
  6. data/.github/workflows/windows.yml +2 -2
  7. data/History.md +23 -0
  8. data/README.md +7 -0
  9. data/curses.gemspec +1 -1
  10. data/ext/curses/curses.c +7 -7
  11. data/sample/colors.rb +6 -1
  12. data/sample/form.rb +1 -1
  13. data/sample/menu.rb +2 -0
  14. metadata +9 -251
  15. data/vendor/PDCurses/.gitignore +0 -47
  16. data/vendor/PDCurses/.travis.yml +0 -49
  17. data/vendor/PDCurses/CMakeLists.txt +0 -68
  18. data/vendor/PDCurses/HISTORY.md +0 -2036
  19. data/vendor/PDCurses/IMPLEMNT.md +0 -327
  20. data/vendor/PDCurses/Makefile +0 -27
  21. data/vendor/PDCurses/README.md +0 -77
  22. data/vendor/PDCurses/acs_defs.h +0 -265
  23. data/vendor/PDCurses/appveyor.yml +0 -218
  24. data/vendor/PDCurses/cmake/README.md +0 -71
  25. data/vendor/PDCurses/cmake/build_dependencies.cmake +0 -178
  26. data/vendor/PDCurses/cmake/build_options.cmake +0 -25
  27. data/vendor/PDCurses/cmake/dll_version.cmake +0 -26
  28. data/vendor/PDCurses/cmake/gen_config_header.cmake +0 -43
  29. data/vendor/PDCurses/cmake/get_version.cmake +0 -17
  30. data/vendor/PDCurses/cmake/make_uninstall.cmake +0 -19
  31. data/vendor/PDCurses/cmake/project_common.cmake +0 -121
  32. data/vendor/PDCurses/cmake/resource.in.cmake +0 -52
  33. data/vendor/PDCurses/cmake/sdl2_ttf/CMakeLists.txt +0 -83
  34. data/vendor/PDCurses/cmake/target_arch.cmake +0 -36
  35. data/vendor/PDCurses/cmake/version.in.cmake +0 -73
  36. data/vendor/PDCurses/cmake/watcom_open_dos16_toolchain.cmake +0 -96
  37. data/vendor/PDCurses/cmake/watcom_open_dos32_toolchain.cmake +0 -106
  38. data/vendor/PDCurses/cmake/watcom_open_os2v2_toolchain.cmake +0 -105
  39. data/vendor/PDCurses/curses.h +0 -1846
  40. data/vendor/PDCurses/curspriv.h +0 -134
  41. data/vendor/PDCurses/demos/README.md +0 -25
  42. data/vendor/PDCurses/demos/firework.c +0 -144
  43. data/vendor/PDCurses/demos/newtest.c +0 -581
  44. data/vendor/PDCurses/demos/ozdemo.c +0 -447
  45. data/vendor/PDCurses/demos/ptest.c +0 -283
  46. data/vendor/PDCurses/demos/rain.c +0 -157
  47. data/vendor/PDCurses/demos/testcurs.c +0 -1607
  48. data/vendor/PDCurses/demos/tui.c +0 -1048
  49. data/vendor/PDCurses/demos/tui.h +0 -65
  50. data/vendor/PDCurses/demos/tuidemo.c +0 -233
  51. data/vendor/PDCurses/demos/version.c +0 -61
  52. data/vendor/PDCurses/demos/worm.c +0 -432
  53. data/vendor/PDCurses/demos/xmas.c +0 -955
  54. data/vendor/PDCurses/dos/CMakeLists.txt +0 -47
  55. data/vendor/PDCurses/dos/Makefile +0 -105
  56. data/vendor/PDCurses/dos/Makefile.bcc +0 -83
  57. data/vendor/PDCurses/dos/Makefile.dmc +0 -257
  58. data/vendor/PDCurses/dos/Makefile.msc +0 -113
  59. data/vendor/PDCurses/dos/Makefile.wcc +0 -107
  60. data/vendor/PDCurses/dos/README.md +0 -51
  61. data/vendor/PDCurses/dos/bccdos.lrf +0 -9
  62. data/vendor/PDCurses/dos/mscdos.lrf +0 -50
  63. data/vendor/PDCurses/dos/pdcclip.c +0 -132
  64. data/vendor/PDCurses/dos/pdcdisp.c +0 -135
  65. data/vendor/PDCurses/dos/pdcdos.h +0 -194
  66. data/vendor/PDCurses/dos/pdcgetsc.c +0 -98
  67. data/vendor/PDCurses/dos/pdckbd.c +0 -513
  68. data/vendor/PDCurses/dos/pdcscrn.c +0 -785
  69. data/vendor/PDCurses/dos/pdcsetsc.c +0 -101
  70. data/vendor/PDCurses/dos/pdcutil.c +0 -212
  71. data/vendor/PDCurses/libobjs.mif +0 -26
  72. data/vendor/PDCurses/makedist.mif +0 -20
  73. data/vendor/PDCurses/man/Makefile +0 -37
  74. data/vendor/PDCurses/man/README.md +0 -21
  75. data/vendor/PDCurses/man/intro.md +0 -361
  76. data/vendor/PDCurses/man/manext.c +0 -119
  77. data/vendor/PDCurses/man/sdl.md +0 -152
  78. data/vendor/PDCurses/man/sdl2.md +0 -58
  79. data/vendor/PDCurses/man/x11.md +0 -407
  80. data/vendor/PDCurses/ncurses/CMakeLists.txt +0 -66
  81. data/vendor/PDCurses/ncurses/README.md +0 -26
  82. data/vendor/PDCurses/ncurses/makefile +0 -29
  83. data/vendor/PDCurses/os2/CMakeLists.txt +0 -41
  84. data/vendor/PDCurses/os2/Makefile +0 -132
  85. data/vendor/PDCurses/os2/Makefile.bcc +0 -90
  86. data/vendor/PDCurses/os2/Makefile.wcc +0 -43
  87. data/vendor/PDCurses/os2/README.md +0 -43
  88. data/vendor/PDCurses/os2/iccos2.lrf +0 -50
  89. data/vendor/PDCurses/os2/iccos2.mak +0 -256
  90. data/vendor/PDCurses/os2/pdcclip.c +0 -188
  91. data/vendor/PDCurses/os2/pdcdisp.c +0 -93
  92. data/vendor/PDCurses/os2/pdcgetsc.c +0 -89
  93. data/vendor/PDCurses/os2/pdckbd.c +0 -521
  94. data/vendor/PDCurses/os2/pdcos2.h +0 -55
  95. data/vendor/PDCurses/os2/pdcscrn.c +0 -449
  96. data/vendor/PDCurses/os2/pdcsetsc.c +0 -112
  97. data/vendor/PDCurses/os2/pdcutil.c +0 -52
  98. data/vendor/PDCurses/panel.h +0 -56
  99. data/vendor/PDCurses/pdcurses/README.md +0 -25
  100. data/vendor/PDCurses/pdcurses/addch.c +0 -693
  101. data/vendor/PDCurses/pdcurses/addchstr.c +0 -245
  102. data/vendor/PDCurses/pdcurses/addstr.c +0 -240
  103. data/vendor/PDCurses/pdcurses/attr.c +0 -359
  104. data/vendor/PDCurses/pdcurses/beep.c +0 -68
  105. data/vendor/PDCurses/pdcurses/bkgd.c +0 -223
  106. data/vendor/PDCurses/pdcurses/border.c +0 -411
  107. data/vendor/PDCurses/pdcurses/clear.c +0 -159
  108. data/vendor/PDCurses/pdcurses/color.c +0 -298
  109. data/vendor/PDCurses/pdcurses/debug.c +0 -109
  110. data/vendor/PDCurses/pdcurses/delch.c +0 -96
  111. data/vendor/PDCurses/pdcurses/deleteln.c +0 -211
  112. data/vendor/PDCurses/pdcurses/deprec.c +0 -27
  113. data/vendor/PDCurses/pdcurses/getch.c +0 -417
  114. data/vendor/PDCurses/pdcurses/getstr.c +0 -474
  115. data/vendor/PDCurses/pdcurses/getyx.c +0 -139
  116. data/vendor/PDCurses/pdcurses/inch.c +0 -127
  117. data/vendor/PDCurses/pdcurses/inchstr.c +0 -214
  118. data/vendor/PDCurses/pdcurses/initscr.c +0 -367
  119. data/vendor/PDCurses/pdcurses/inopts.c +0 -324
  120. data/vendor/PDCurses/pdcurses/insch.c +0 -271
  121. data/vendor/PDCurses/pdcurses/insstr.c +0 -264
  122. data/vendor/PDCurses/pdcurses/instr.c +0 -246
  123. data/vendor/PDCurses/pdcurses/kernel.c +0 -259
  124. data/vendor/PDCurses/pdcurses/keyname.c +0 -157
  125. data/vendor/PDCurses/pdcurses/mouse.c +0 -438
  126. data/vendor/PDCurses/pdcurses/move.c +0 -57
  127. data/vendor/PDCurses/pdcurses/outopts.c +0 -159
  128. data/vendor/PDCurses/pdcurses/overlay.c +0 -214
  129. data/vendor/PDCurses/pdcurses/pad.c +0 -260
  130. data/vendor/PDCurses/pdcurses/panel.c +0 -633
  131. data/vendor/PDCurses/pdcurses/printw.c +0 -126
  132. data/vendor/PDCurses/pdcurses/refresh.c +0 -279
  133. data/vendor/PDCurses/pdcurses/scanw.c +0 -578
  134. data/vendor/PDCurses/pdcurses/scr_dump.c +0 -213
  135. data/vendor/PDCurses/pdcurses/scroll.c +0 -101
  136. data/vendor/PDCurses/pdcurses/slk.c +0 -591
  137. data/vendor/PDCurses/pdcurses/termattr.c +0 -182
  138. data/vendor/PDCurses/pdcurses/terminfo.c +0 -217
  139. data/vendor/PDCurses/pdcurses/touch.c +0 -163
  140. data/vendor/PDCurses/pdcurses/util.c +0 -312
  141. data/vendor/PDCurses/pdcurses/window.c +0 -569
  142. data/vendor/PDCurses/sdl1/Makefile +0 -129
  143. data/vendor/PDCurses/sdl1/Makefile.mng +0 -110
  144. data/vendor/PDCurses/sdl1/README.md +0 -31
  145. data/vendor/PDCurses/sdl1/deffont.h +0 -385
  146. data/vendor/PDCurses/sdl1/deficon.h +0 -23
  147. data/vendor/PDCurses/sdl1/pdcclip.c +0 -131
  148. data/vendor/PDCurses/sdl1/pdcdisp.c +0 -373
  149. data/vendor/PDCurses/sdl1/pdcgetsc.c +0 -30
  150. data/vendor/PDCurses/sdl1/pdckbd.c +0 -405
  151. data/vendor/PDCurses/sdl1/pdcscrn.c +0 -414
  152. data/vendor/PDCurses/sdl1/pdcsdl.h +0 -31
  153. data/vendor/PDCurses/sdl1/pdcsetsc.c +0 -64
  154. data/vendor/PDCurses/sdl1/pdcutil.c +0 -40
  155. data/vendor/PDCurses/sdl1/sdltest.c +0 -79
  156. data/vendor/PDCurses/sdl2/CMakeLists.txt +0 -76
  157. data/vendor/PDCurses/sdl2/Makefile +0 -135
  158. data/vendor/PDCurses/sdl2/Makefile.vc +0 -164
  159. data/vendor/PDCurses/sdl2/README.md +0 -34
  160. data/vendor/PDCurses/sdl2/deffont.h +0 -385
  161. data/vendor/PDCurses/sdl2/deficon.h +0 -23
  162. data/vendor/PDCurses/sdl2/pdcclip.c +0 -93
  163. data/vendor/PDCurses/sdl2/pdcdisp.c +0 -534
  164. data/vendor/PDCurses/sdl2/pdcgetsc.c +0 -30
  165. data/vendor/PDCurses/sdl2/pdckbd.c +0 -480
  166. data/vendor/PDCurses/sdl2/pdcscrn.c +0 -443
  167. data/vendor/PDCurses/sdl2/pdcsdl.h +0 -33
  168. data/vendor/PDCurses/sdl2/pdcsetsc.c +0 -67
  169. data/vendor/PDCurses/sdl2/pdcutil.c +0 -39
  170. data/vendor/PDCurses/sdl2/sdltest.c +0 -81
  171. data/vendor/PDCurses/term.h +0 -48
  172. data/vendor/PDCurses/version.mif +0 -7
  173. data/vendor/PDCurses/vt/CMakeLists.txt +0 -28
  174. data/vendor/PDCurses/vt/Makefile +0 -135
  175. data/vendor/PDCurses/vt/Makefile.bcc +0 -111
  176. data/vendor/PDCurses/vt/Makefile.dmc +0 -258
  177. data/vendor/PDCurses/vt/Makefile.vc +0 -144
  178. data/vendor/PDCurses/vt/Makefile.wcc +0 -107
  179. data/vendor/PDCurses/vt/README.md +0 -64
  180. data/vendor/PDCurses/vt/pdcclip.c +0 -20
  181. data/vendor/PDCurses/vt/pdcdisp.c +0 -284
  182. data/vendor/PDCurses/vt/pdcgetsc.c +0 -27
  183. data/vendor/PDCurses/vt/pdckbd.c +0 -394
  184. data/vendor/PDCurses/vt/pdcscrn.c +0 -434
  185. data/vendor/PDCurses/vt/pdcsetsc.c +0 -45
  186. data/vendor/PDCurses/vt/pdcutil.c +0 -43
  187. data/vendor/PDCurses/vt/pdcvt.h +0 -16
  188. data/vendor/PDCurses/watcom.mif +0 -68
  189. data/vendor/PDCurses/wincon/CMakeLists.txt +0 -27
  190. data/vendor/PDCurses/wincon/Makefile.bcc +0 -88
  191. data/vendor/PDCurses/wincon/Makefile.dmc +0 -256
  192. data/vendor/PDCurses/wincon/Makefile.lcc +0 -273
  193. data/vendor/PDCurses/wincon/Makefile.mng +0 -176
  194. data/vendor/PDCurses/wincon/Makefile.vc +0 -144
  195. data/vendor/PDCurses/wincon/Makefile.wcc +0 -51
  196. data/vendor/PDCurses/wincon/README.md +0 -85
  197. data/vendor/PDCurses/wincon/pdcclip.c +0 -174
  198. data/vendor/PDCurses/wincon/pdcdisp.c +0 -143
  199. data/vendor/PDCurses/wincon/pdcgetsc.c +0 -55
  200. data/vendor/PDCurses/wincon/pdckbd.c +0 -786
  201. data/vendor/PDCurses/wincon/pdcscrn.c +0 -717
  202. data/vendor/PDCurses/wincon/pdcsetsc.c +0 -91
  203. data/vendor/PDCurses/wincon/pdcurses.ico +0 -0
  204. data/vendor/PDCurses/wincon/pdcurses.rc +0 -28
  205. data/vendor/PDCurses/wincon/pdcutil.c +0 -41
  206. data/vendor/PDCurses/wincon/pdcwin.h +0 -31
  207. data/vendor/PDCurses/wingui/CMakeLists.txt +0 -27
  208. data/vendor/PDCurses/wingui/Makefile.bcc +0 -85
  209. data/vendor/PDCurses/wingui/Makefile.dmc +0 -259
  210. data/vendor/PDCurses/wingui/Makefile.lcc +0 -273
  211. data/vendor/PDCurses/wingui/Makefile.mng +0 -171
  212. data/vendor/PDCurses/wingui/Makefile.vc +0 -144
  213. data/vendor/PDCurses/wingui/Makefile.wcc +0 -51
  214. data/vendor/PDCurses/wingui/README.md +0 -93
  215. data/vendor/PDCurses/wingui/pdcclip.c +0 -174
  216. data/vendor/PDCurses/wingui/pdcdisp.c +0 -718
  217. data/vendor/PDCurses/wingui/pdcgetsc.c +0 -30
  218. data/vendor/PDCurses/wingui/pdckbd.c +0 -143
  219. data/vendor/PDCurses/wingui/pdcscrn.c +0 -2797
  220. data/vendor/PDCurses/wingui/pdcsetsc.c +0 -89
  221. data/vendor/PDCurses/wingui/pdcurses.ico +0 -0
  222. data/vendor/PDCurses/wingui/pdcurses.rc +0 -28
  223. data/vendor/PDCurses/wingui/pdcutil.c +0 -61
  224. data/vendor/PDCurses/wingui/pdcwin.h +0 -122
  225. data/vendor/PDCurses/x11/Makefile.in +0 -754
  226. data/vendor/PDCurses/x11/PDCurses.spec +0 -82
  227. data/vendor/PDCurses/x11/README.md +0 -62
  228. data/vendor/PDCurses/x11/ScrollBox.c +0 -319
  229. data/vendor/PDCurses/x11/ScrollBox.h +0 -51
  230. data/vendor/PDCurses/x11/ScrollBoxP.h +0 -70
  231. data/vendor/PDCurses/x11/aclocal.m4 +0 -994
  232. data/vendor/PDCurses/x11/big_icon.xbm +0 -46
  233. data/vendor/PDCurses/x11/compose.h +0 -201
  234. data/vendor/PDCurses/x11/config.guess +0 -1500
  235. data/vendor/PDCurses/x11/config.h.in +0 -100
  236. data/vendor/PDCurses/x11/config.sub +0 -1616
  237. data/vendor/PDCurses/x11/configure +0 -6700
  238. data/vendor/PDCurses/x11/configure.ac +0 -295
  239. data/vendor/PDCurses/x11/debian/changelog +0 -6
  240. data/vendor/PDCurses/x11/debian/compat +0 -1
  241. data/vendor/PDCurses/x11/debian/control +0 -11
  242. data/vendor/PDCurses/x11/debian/copyright +0 -27
  243. data/vendor/PDCurses/x11/debian/rules +0 -98
  244. data/vendor/PDCurses/x11/install-sh +0 -253
  245. data/vendor/PDCurses/x11/little_icon.xbm +0 -14
  246. data/vendor/PDCurses/x11/ncurses_cfg.h +0 -45
  247. data/vendor/PDCurses/x11/pdcclip.c +0 -173
  248. data/vendor/PDCurses/x11/pdcdisp.c +0 -85
  249. data/vendor/PDCurses/x11/pdcgetsc.c +0 -28
  250. data/vendor/PDCurses/x11/pdckbd.c +0 -104
  251. data/vendor/PDCurses/x11/pdcscrn.c +0 -258
  252. data/vendor/PDCurses/x11/pdcsetsc.c +0 -95
  253. data/vendor/PDCurses/x11/pdcutil.c +0 -52
  254. data/vendor/PDCurses/x11/pdcx11.c +0 -316
  255. data/vendor/PDCurses/x11/pdcx11.h +0 -191
  256. data/vendor/PDCurses/x11/sb.c +0 -155
  257. data/vendor/PDCurses/x11/x11.c +0 -3686
  258. data/vendor/PDCurses/x11/xcurses-config.in +0 -81
@@ -1,245 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- /*man-start**************************************************************
6
-
7
- addchstr
8
- --------
9
-
10
- ### Synopsis
11
-
12
- int addchstr(const chtype *ch);
13
- int addchnstr(const chtype *ch, int n);
14
- int waddchstr(WINDOW *win, const chtype *ch);
15
- int waddchnstr(WINDOW *win, const chtype *ch, int n);
16
- int mvaddchstr(int y, int x, const chtype *ch);
17
- int mvaddchnstr(int y, int x, const chtype *ch, int n);
18
- int mvwaddchstr(WINDOW *, int y, int x, const chtype *ch);
19
- int mvwaddchnstr(WINDOW *, int y, int x, const chtype *ch, int n);
20
-
21
- int add_wchstr(const cchar_t *wch);
22
- int add_wchnstr(const cchar_t *wch, int n);
23
- int wadd_wchstr(WINDOW *win, const cchar_t *wch);
24
- int wadd_wchnstr(WINDOW *win, const cchar_t *wch, int n);
25
- int mvadd_wchstr(int y, int x, const cchar_t *wch);
26
- int mvadd_wchnstr(int y, int x, const cchar_t *wch, int n);
27
- int mvwadd_wchstr(WINDOW *win, int y, int x, const cchar_t *wch);
28
- int mvwadd_wchnstr(WINDOW *win, int y, int x, const cchar_t *wch,
29
- int n);
30
-
31
- ### Description
32
-
33
- These routines write a chtype or cchar_t string directly into
34
- the window structure, starting at the current or specified
35
- position. The four routines with n as the last argument copy at
36
- most n elements, but no more than will fit on the line. If n =
37
- -1 then the whole string is copied, up to the maximum number
38
- that will fit on the line.
39
-
40
- The cursor position is not advanced. These routines do not check
41
- for newline or other special characters, nor does any line
42
- wrapping occur.
43
-
44
- ### Return Value
45
-
46
- All functions return OK or ERR.
47
-
48
- ### Portability
49
- X/Open BSD SYS V
50
- addchstr Y - 4.0
51
- waddchstr Y - 4.0
52
- mvaddchstr Y - 4.0
53
- mvwaddchstr Y - 4.0
54
- addchnstr Y - 4.0
55
- waddchnstr Y - 4.0
56
- mvaddchnstr Y - 4.0
57
- mvwaddchnstr Y - 4.0
58
- add_wchstr Y
59
- wadd_wchstr Y
60
- mvadd_wchstr Y
61
- mvwadd_wchstr Y
62
- add_wchnstr Y
63
- wadd_wchnstr Y
64
- mvadd_wchnstr Y
65
- mvwadd_wchnstr Y
66
-
67
- **man-end****************************************************************/
68
-
69
- #include <string.h>
70
-
71
- int waddchnstr(WINDOW *win, const chtype *ch, int n)
72
- {
73
- int y, x, maxx, minx;
74
- chtype *ptr;
75
-
76
- PDC_LOG(("waddchnstr() - called: win=%p n=%d\n", win, n));
77
-
78
- if (!win || !ch || !n || n < -1)
79
- return ERR;
80
-
81
- x = win->_curx;
82
- y = win->_cury;
83
- ptr = &(win->_y[y][x]);
84
-
85
- if (n == -1 || n > win->_maxx - x)
86
- n = win->_maxx - x;
87
-
88
- minx = win->_firstch[y];
89
- maxx = win->_lastch[y];
90
-
91
- for (; n && *ch; n--, x++, ptr++, ch++)
92
- {
93
- if (*ptr != *ch)
94
- {
95
- if (x < minx || minx == _NO_CHANGE)
96
- minx = x;
97
-
98
- if (x > maxx)
99
- maxx = x;
100
-
101
- PDC_LOG(("y %d x %d minx %d maxx %d *ptr %x *ch"
102
- " %x firstch: %d lastch: %d\n",
103
- y, x, minx, maxx, *ptr, *ch,
104
- win->_firstch[y], win->_lastch[y]));
105
-
106
- *ptr = *ch;
107
- }
108
- }
109
-
110
- win->_firstch[y] = minx;
111
- win->_lastch[y] = maxx;
112
-
113
- return OK;
114
- }
115
-
116
- int addchstr(const chtype *ch)
117
- {
118
- PDC_LOG(("addchstr() - called\n"));
119
-
120
- return waddchnstr(stdscr, ch, -1);
121
- }
122
-
123
- int addchnstr(const chtype *ch, int n)
124
- {
125
- PDC_LOG(("addchnstr() - called\n"));
126
-
127
- return waddchnstr(stdscr, ch, n);
128
- }
129
-
130
- int waddchstr(WINDOW *win, const chtype *ch)
131
- {
132
- PDC_LOG(("waddchstr() - called: win=%p\n", win));
133
-
134
- return waddchnstr(win, ch, -1);
135
- }
136
-
137
- int mvaddchstr(int y, int x, const chtype *ch)
138
- {
139
- PDC_LOG(("mvaddchstr() - called: y %d x %d\n", y, x));
140
-
141
- if (move(y, x) == ERR)
142
- return ERR;
143
-
144
- return waddchnstr(stdscr, ch, -1);
145
- }
146
-
147
- int mvaddchnstr(int y, int x, const chtype *ch, int n)
148
- {
149
- PDC_LOG(("mvaddchnstr() - called: y %d x %d n %d\n", y, x, n));
150
-
151
- if (move(y, x) == ERR)
152
- return ERR;
153
-
154
- return waddchnstr(stdscr, ch, n);
155
- }
156
-
157
- int mvwaddchstr(WINDOW *win, int y, int x, const chtype *ch)
158
- {
159
- PDC_LOG(("mvwaddchstr() - called:\n"));
160
-
161
- if (wmove(win, y, x) == ERR)
162
- return ERR;
163
-
164
- return waddchnstr(win, ch, -1);
165
- }
166
-
167
- int mvwaddchnstr(WINDOW *win, int y, int x, const chtype *ch, int n)
168
- {
169
- PDC_LOG(("mvwaddchnstr() - called: y %d x %d n %d \n", y, x, n));
170
-
171
- if (wmove(win, y, x) == ERR)
172
- return ERR;
173
-
174
- return waddchnstr(win, ch, n);
175
- }
176
-
177
- #ifdef PDC_WIDE
178
- int wadd_wchnstr(WINDOW *win, const cchar_t *wch, int n)
179
- {
180
- PDC_LOG(("wadd_wchnstr() - called: win=%p n=%d\n", win, n));
181
-
182
- return waddchnstr(win, wch, n);
183
- }
184
-
185
- int add_wchstr(const cchar_t *wch)
186
- {
187
- PDC_LOG(("add_wchstr() - called\n"));
188
-
189
- return wadd_wchnstr(stdscr, wch, -1);
190
- }
191
-
192
- int add_wchnstr(const cchar_t *wch, int n)
193
- {
194
- PDC_LOG(("add_wchnstr() - called\n"));
195
-
196
- return wadd_wchnstr(stdscr, wch, n);
197
- }
198
-
199
- int wadd_wchstr(WINDOW *win, const cchar_t *wch)
200
- {
201
- PDC_LOG(("wadd_wchstr() - called: win=%p\n", win));
202
-
203
- return wadd_wchnstr(win, wch, -1);
204
- }
205
-
206
- int mvadd_wchstr(int y, int x, const cchar_t *wch)
207
- {
208
- PDC_LOG(("mvadd_wchstr() - called: y %d x %d\n", y, x));
209
-
210
- if (move(y, x) == ERR)
211
- return ERR;
212
-
213
- return wadd_wchnstr(stdscr, wch, -1);
214
- }
215
-
216
- int mvadd_wchnstr(int y, int x, const cchar_t *wch, int n)
217
- {
218
- PDC_LOG(("mvadd_wchnstr() - called: y %d x %d n %d\n", y, x, n));
219
-
220
- if (move(y, x) == ERR)
221
- return ERR;
222
-
223
- return wadd_wchnstr(stdscr, wch, n);
224
- }
225
-
226
- int mvwadd_wchstr(WINDOW *win, int y, int x, const cchar_t *wch)
227
- {
228
- PDC_LOG(("mvwadd_wchstr() - called:\n"));
229
-
230
- if (wmove(win, y, x) == ERR)
231
- return ERR;
232
-
233
- return wadd_wchnstr(win, wch, -1);
234
- }
235
-
236
- int mvwadd_wchnstr(WINDOW *win, int y, int x, const cchar_t *wch, int n)
237
- {
238
- PDC_LOG(("mvwadd_wchnstr() - called: y %d x %d n %d \n", y, x, n));
239
-
240
- if (wmove(win, y, x) == ERR)
241
- return ERR;
242
-
243
- return wadd_wchnstr(win, wch, n);
244
- }
245
- #endif
@@ -1,240 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- /*man-start**************************************************************
6
-
7
- addstr
8
- ------
9
-
10
- ### Synopsis
11
-
12
- int addstr(const char *str);
13
- int addnstr(const char *str, int n);
14
- int waddstr(WINDOW *win, const char *str);
15
- int waddnstr(WINDOW *win, const char *str, int n);
16
- int mvaddstr(int y, int x, const char *str);
17
- int mvaddnstr(int y, int x, const char *str, int n);
18
- int mvwaddstr(WINDOW *win, int y, int x, const char *str);
19
- int mvwaddnstr(WINDOW *win, int y, int x, const char *str, int n);
20
-
21
- int addwstr(const wchar_t *wstr);
22
- int addnwstr(const wchar_t *wstr, int n);
23
- int waddwstr(WINDOW *win, const wchar_t *wstr);
24
- int waddnwstr(WINDOW *win, const wchar_t *wstr, int n);
25
- int mvaddwstr(int y, int x, const wchar_t *wstr);
26
- int mvaddnwstr(int y, int x, const wchar_t *wstr, int n);
27
- int mvwaddwstr(WINDOW *win, int y, int x, const wchar_t *wstr);
28
- int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
29
-
30
- ### Description
31
-
32
- These routines write all the characters of the null-terminated
33
- string str or wide-character string wstr to the given window.
34
- The functionality is similar to calling waddch() once for each
35
- character in the string; except that, when PDCurses is built
36
- with wide-character support enabled, the narrow-character
37
- functions treat the string as a multibyte string in the current
38
- locale, and convert it. The routines with n as the last
39
- argument write at most n characters; if n is negative, then the
40
- entire string will be added.
41
-
42
- ### Return Value
43
-
44
- All functions return OK or ERR.
45
-
46
- ### Portability
47
- X/Open BSD SYS V
48
- addstr Y Y Y
49
- waddstr Y Y Y
50
- mvaddstr Y Y Y
51
- mvwaddstr Y Y Y
52
- addnstr Y - 4.0
53
- waddnstr Y - 4.0
54
- mvaddnstr Y - 4.0
55
- mvwaddnstr Y - 4.0
56
- addwstr Y
57
- waddwstr Y
58
- mvaddwstr Y
59
- mvwaddwstr Y
60
- addnwstr Y
61
- waddnwstr Y
62
- mvaddnwstr Y
63
- mvwaddnwstr Y
64
-
65
- **man-end****************************************************************/
66
-
67
- int waddnstr(WINDOW *win, const char *str, int n)
68
- {
69
- int i = 0;
70
-
71
- PDC_LOG(("waddnstr() - called: string=\"%s\" n %d \n", str, n));
72
-
73
- if (!win || !str)
74
- return ERR;
75
-
76
- while (str[i] && (i < n || n < 0))
77
- {
78
- #ifdef PDC_WIDE
79
- wchar_t wch;
80
- int retval = PDC_mbtowc(&wch, str + i, n >= 0 ? n - i : 6);
81
-
82
- if (retval <= 0)
83
- return OK;
84
-
85
- i += retval;
86
- #else
87
- chtype wch = (unsigned char)(str[i++]);
88
- #endif
89
- if (waddch(win, wch) == ERR)
90
- return ERR;
91
- }
92
-
93
- return OK;
94
- }
95
-
96
- int addstr(const char *str)
97
- {
98
- PDC_LOG(("addstr() - called: string=\"%s\"\n", str));
99
-
100
- return waddnstr(stdscr, str, -1);
101
- }
102
-
103
- int addnstr(const char *str, int n)
104
- {
105
- PDC_LOG(("addnstr() - called: string=\"%s\" n %d \n", str, n));
106
-
107
- return waddnstr(stdscr, str, n);
108
- }
109
-
110
- int waddstr(WINDOW *win, const char *str)
111
- {
112
- PDC_LOG(("waddstr() - called: string=\"%s\"\n", str));
113
-
114
- return waddnstr(win, str, -1);
115
- }
116
-
117
- int mvaddstr(int y, int x, const char *str)
118
- {
119
- PDC_LOG(("mvaddstr() - called: y %d x %d string=\"%s\"\n", y, x, str));
120
-
121
- if (move(y, x) == ERR)
122
- return ERR;
123
-
124
- return waddnstr(stdscr, str, -1);
125
- }
126
-
127
- int mvaddnstr(int y, int x, const char *str, int n)
128
- {
129
- PDC_LOG(("mvaddnstr() - called: y %d x %d string=\"%s\" n %d \n",
130
- y, x, str, n));
131
-
132
- if (move(y, x) == ERR)
133
- return ERR;
134
-
135
- return waddnstr(stdscr, str, n);
136
- }
137
-
138
- int mvwaddstr(WINDOW *win, int y, int x, const char *str)
139
- {
140
- PDC_LOG(("mvwaddstr() - called: string=\"%s\"\n", str));
141
-
142
- if (wmove(win, y, x) == ERR)
143
- return ERR;
144
-
145
- return waddnstr(win, str, -1);
146
- }
147
-
148
- int mvwaddnstr(WINDOW *win, int y, int x, const char *str, int n)
149
- {
150
- PDC_LOG(("mvwaddnstr() - called: y %d x %d string=\"%s\" n %d \n",
151
- y, x, str, n));
152
-
153
- if (wmove(win, y, x) == ERR)
154
- return ERR;
155
-
156
- return waddnstr(win, str, n);
157
- }
158
-
159
- #ifdef PDC_WIDE
160
- int waddnwstr(WINDOW *win, const wchar_t *wstr, int n)
161
- {
162
- int i = 0;
163
-
164
- PDC_LOG(("waddnwstr() - called\n"));
165
-
166
- if (!win || !wstr)
167
- return ERR;
168
-
169
- while (wstr[i] && (i < n || n < 0))
170
- {
171
- chtype wch = wstr[i++];
172
-
173
- if (waddch(win, wch) == ERR)
174
- return ERR;
175
- }
176
-
177
- return OK;
178
- }
179
-
180
- int addwstr(const wchar_t *wstr)
181
- {
182
- PDC_LOG(("addwstr() - called\n"));
183
-
184
- return waddnwstr(stdscr, wstr, -1);
185
- }
186
-
187
- int addnwstr(const wchar_t *wstr, int n)
188
- {
189
- PDC_LOG(("addnwstr() - called\n"));
190
-
191
- return waddnwstr(stdscr, wstr, n);
192
- }
193
-
194
- int waddwstr(WINDOW *win, const wchar_t *wstr)
195
- {
196
- PDC_LOG(("waddwstr() - called\n"));
197
-
198
- return waddnwstr(win, wstr, -1);
199
- }
200
-
201
- int mvaddwstr(int y, int x, const wchar_t *wstr)
202
- {
203
- PDC_LOG(("mvaddstr() - called\n"));
204
-
205
- if (move(y, x) == ERR)
206
- return ERR;
207
-
208
- return waddnwstr(stdscr, wstr, -1);
209
- }
210
-
211
- int mvaddnwstr(int y, int x, const wchar_t *wstr, int n)
212
- {
213
- PDC_LOG(("mvaddnstr() - called\n"));
214
-
215
- if (move(y, x) == ERR)
216
- return ERR;
217
-
218
- return waddnwstr(stdscr, wstr, n);
219
- }
220
-
221
- int mvwaddwstr(WINDOW *win, int y, int x, const wchar_t *wstr)
222
- {
223
- PDC_LOG(("mvwaddstr() - called\n"));
224
-
225
- if (wmove(win, y, x) == ERR)
226
- return ERR;
227
-
228
- return waddnwstr(win, wstr, -1);
229
- }
230
-
231
- int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n)
232
- {
233
- PDC_LOG(("mvwaddnstr() - called\n"));
234
-
235
- if (wmove(win, y, x) == ERR)
236
- return ERR;
237
-
238
- return waddnwstr(win, wstr, n);
239
- }
240
- #endif