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,359 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- /*man-start**************************************************************
6
-
7
- attr
8
- ----
9
-
10
- ### Synopsis
11
-
12
- int attroff(chtype attrs);
13
- int wattroff(WINDOW *win, chtype attrs);
14
- int attron(chtype attrs);
15
- int wattron(WINDOW *win, chtype attrs);
16
- int attrset(chtype attrs);
17
- int wattrset(WINDOW *win, chtype attrs);
18
- int standend(void);
19
- int wstandend(WINDOW *win);
20
- int standout(void);
21
- int wstandout(WINDOW *win);
22
-
23
- int color_set(short color_pair, void *opts);
24
- int wcolor_set(WINDOW *win, short color_pair, void *opts);
25
-
26
- int attr_get(attr_t *attrs, short *color_pair, void *opts);
27
- int attr_off(attr_t attrs, void *opts);
28
- int attr_on(attr_t attrs, void *opts);
29
- int attr_set(attr_t attrs, short color_pair, void *opts);
30
- int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair,
31
- void *opts);
32
- int wattr_off(WINDOW *win, attr_t attrs, void *opts);
33
- int wattr_on(WINDOW *win, attr_t attrs, void *opts);
34
- int wattr_set(WINDOW *win, attr_t attrs, short color_pair,
35
- void *opts);
36
-
37
- int chgat(int n, attr_t attr, short color, const void *opts);
38
- int mvchgat(int y, int x, int n, attr_t attr, short color,
39
- const void *opts);
40
- int mvwchgat(WINDOW *win, int y, int x, int n, attr_t attr,
41
- short color, const void *opts);
42
- int wchgat(WINDOW *win, int n, attr_t attr, short color,
43
- const void *opts);
44
-
45
- chtype getattrs(WINDOW *win);
46
-
47
- ### Description
48
-
49
- These functions manipulate the current attributes and/or colors
50
- of the named window. These attributes can be any combination
51
- of A_STANDOUT, A_REVERSE, A_BOLD, A_DIM, A_BLINK, A_UNDERLINE.
52
-
53
- These constants are defined in <curses.h> and can be combined
54
- with the bitwise-OR operator (|).
55
-
56
- The current attributes of a window are applied to all chtypes
57
- that are written into the window with waddch(). Attributes are
58
- a property of the chtype, and move with the character through
59
- any scrolling or insert/delete operations.
60
-
61
- attrset() sets the current attributes of the given window to
62
- attrs. attroff() turns off the named attributes without
63
- affecting any other attributes; attron() turns them on.
64
- color_set() sets the window color to the value of color_pair.
65
-
66
- standout() is the same as attron(A_STANDOUT). standend() is the
67
- same as attrset(A_NORMAL); that is, it turns off all attributes.
68
-
69
- wchgat() sets the attributes of the n symbols starts from current
70
- position of the given window.
71
-
72
- mvwchgat() moves the cursor to the specified position and sets
73
- the attributes of the n symbols starts from current position of
74
- the given window.
75
-
76
- ### Return Value
77
-
78
- All functions return OK on success and ERR on error.
79
-
80
- ### Portability
81
- X/Open BSD SYS V
82
- attroff Y Y Y
83
- wattroff Y Y Y
84
- attron Y Y Y
85
- wattron Y Y Y
86
- attrset Y Y Y
87
- wattrset Y Y Y
88
- standend Y Y Y
89
- wstandend Y Y Y
90
- standout Y Y Y
91
- wstandout Y Y Y
92
- color_set Y
93
- wcolor_set Y
94
- attr_get Y
95
- wattr_get Y
96
- attr_on Y
97
- wattr_on Y
98
- attr_off Y
99
- wattr_off Y
100
- attr_set Y
101
- wattr_set Y
102
- chgat Y
103
- wchgat Y
104
- mvchgat Y
105
- mvwchgat Y
106
- getattrs -
107
-
108
- **man-end****************************************************************/
109
-
110
- int wattroff(WINDOW *win, chtype attrs)
111
- {
112
- PDC_LOG(("wattroff() - called\n"));
113
-
114
- if (!win)
115
- return ERR;
116
-
117
- win->_attrs &= (~attrs & A_ATTRIBUTES);
118
-
119
- return OK;
120
- }
121
-
122
- int attroff(chtype attrs)
123
- {
124
- PDC_LOG(("attroff() - called\n"));
125
-
126
- return wattroff(stdscr, attrs);
127
- }
128
-
129
- int wattron(WINDOW *win, chtype attrs)
130
- {
131
- chtype newcolr, oldcolr, newattr, oldattr;
132
-
133
- PDC_LOG(("wattron() - called\n"));
134
-
135
- if (!win)
136
- return ERR;
137
-
138
- if ((win->_attrs & A_COLOR) && (attrs & A_COLOR))
139
- {
140
- oldcolr = win->_attrs & A_COLOR;
141
- oldattr = win->_attrs ^ oldcolr;
142
- newcolr = attrs & A_COLOR;
143
- newattr = (attrs & A_ATTRIBUTES) ^ newcolr;
144
- newattr |= oldattr;
145
- win->_attrs = newattr | newcolr;
146
- }
147
- else
148
- win->_attrs |= (attrs & A_ATTRIBUTES);
149
-
150
- return OK;
151
- }
152
-
153
- int attron(chtype attrs)
154
- {
155
- PDC_LOG(("attron() - called\n"));
156
-
157
- return wattron(stdscr, attrs);
158
- }
159
-
160
- int wattrset(WINDOW *win, chtype attrs)
161
- {
162
- PDC_LOG(("wattrset() - called\n"));
163
-
164
- if (!win)
165
- return ERR;
166
-
167
- win->_attrs = attrs & A_ATTRIBUTES;
168
-
169
- return OK;
170
- }
171
-
172
- int attrset(chtype attrs)
173
- {
174
- PDC_LOG(("attrset() - called\n"));
175
-
176
- return wattrset(stdscr, attrs);
177
- }
178
-
179
- int standend(void)
180
- {
181
- PDC_LOG(("standend() - called\n"));
182
-
183
- return wattrset(stdscr, A_NORMAL);
184
- }
185
-
186
- int standout(void)
187
- {
188
- PDC_LOG(("standout() - called\n"));
189
-
190
- return wattrset(stdscr, A_STANDOUT);
191
- }
192
-
193
- int wstandend(WINDOW *win)
194
- {
195
- PDC_LOG(("wstandend() - called\n"));
196
-
197
- return wattrset(win, A_NORMAL);
198
- }
199
-
200
- int wstandout(WINDOW *win)
201
- {
202
- PDC_LOG(("wstandout() - called\n"));
203
-
204
- return wattrset(win, A_STANDOUT);
205
- }
206
-
207
- chtype getattrs(WINDOW *win)
208
- {
209
- return win ? win->_attrs : 0;
210
- }
211
-
212
- int wcolor_set(WINDOW *win, short color_pair, void *opts)
213
- {
214
- PDC_LOG(("wcolor_set() - called\n"));
215
-
216
- if (!win)
217
- return ERR;
218
-
219
- win->_attrs = (win->_attrs & ~A_COLOR) | COLOR_PAIR(color_pair);
220
-
221
- return OK;
222
- }
223
-
224
- int color_set(short color_pair, void *opts)
225
- {
226
- PDC_LOG(("color_set() - called\n"));
227
-
228
- return wcolor_set(stdscr, color_pair, opts);
229
- }
230
-
231
- int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair, void *opts)
232
- {
233
- PDC_LOG(("wattr_get() - called\n"));
234
-
235
- if (!win)
236
- return ERR;
237
-
238
- if (attrs)
239
- *attrs = win->_attrs & (A_ATTRIBUTES & ~A_COLOR);
240
-
241
- if (color_pair)
242
- *color_pair = (short)PAIR_NUMBER(win->_attrs);
243
-
244
- return OK;
245
- }
246
-
247
- int attr_get(attr_t *attrs, short *color_pair, void *opts)
248
- {
249
- PDC_LOG(("attr_get() - called\n"));
250
-
251
- return wattr_get(stdscr, attrs, color_pair, opts);
252
- }
253
-
254
- int wattr_off(WINDOW *win, attr_t attrs, void *opts)
255
- {
256
- PDC_LOG(("wattr_off() - called\n"));
257
-
258
- return wattroff(win, attrs);
259
- }
260
-
261
- int attr_off(attr_t attrs, void *opts)
262
- {
263
- PDC_LOG(("attr_off() - called\n"));
264
-
265
- return wattroff(stdscr, attrs);
266
- }
267
-
268
- int wattr_on(WINDOW *win, attr_t attrs, void *opts)
269
- {
270
- PDC_LOG(("wattr_off() - called\n"));
271
-
272
- return wattron(win, attrs);
273
- }
274
-
275
- int attr_on(attr_t attrs, void *opts)
276
- {
277
- PDC_LOG(("attr_on() - called\n"));
278
-
279
- return wattron(stdscr, attrs);
280
- }
281
-
282
- int wattr_set(WINDOW *win, attr_t attrs, short color_pair, void *opts)
283
- {
284
- PDC_LOG(("wattr_set() - called\n"));
285
-
286
- if (!win)
287
- return ERR;
288
-
289
- win->_attrs = (attrs & (A_ATTRIBUTES & ~A_COLOR)) | COLOR_PAIR(color_pair);
290
-
291
- return OK;
292
- }
293
-
294
- int attr_set(attr_t attrs, short color_pair, void *opts)
295
- {
296
- PDC_LOG(("attr_get() - called\n"));
297
-
298
- return wattr_set(stdscr, attrs, color_pair, opts);
299
- }
300
-
301
- int wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts)
302
- {
303
- chtype *dest, newattr;
304
- int startpos, endpos;
305
-
306
- PDC_LOG(("wchgat() - called\n"));
307
-
308
- if (!win)
309
- return ERR;
310
-
311
- newattr = (attr & A_ATTRIBUTES) | COLOR_PAIR(color);
312
-
313
- startpos = win->_curx;
314
- endpos = ((n < 0) ? win->_maxx : min(startpos + n, win->_maxx)) - 1;
315
- dest = win->_y[win->_cury];
316
-
317
- for (n = startpos; n <= endpos; n++)
318
- dest[n] = (dest[n] & A_CHARTEXT) | newattr;
319
-
320
- n = win->_cury;
321
-
322
- if (startpos < win->_firstch[n] || win->_firstch[n] == _NO_CHANGE)
323
- win->_firstch[n] = startpos;
324
-
325
- if (endpos > win->_lastch[n])
326
- win->_lastch[n] = endpos;
327
-
328
- PDC_sync(win);
329
-
330
- return OK;
331
- }
332
-
333
- int chgat(int n, attr_t attr, short color, const void *opts)
334
- {
335
- PDC_LOG(("chgat() - called\n"));
336
-
337
- return wchgat(stdscr, n, attr, color, opts);
338
- }
339
-
340
- int mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts)
341
- {
342
- PDC_LOG(("mvchgat() - called\n"));
343
-
344
- if (move(y, x) == ERR)
345
- return ERR;
346
-
347
- return wchgat(stdscr, n, attr, color, opts);
348
- }
349
-
350
- int mvwchgat(WINDOW *win, int y, int x, int n, attr_t attr, short color,
351
- const void *opts)
352
- {
353
- PDC_LOG(("mvwchgat() - called\n"));
354
-
355
- if (wmove(win, y, x) == ERR)
356
- return ERR;
357
-
358
- return wchgat(win, n, attr, color, opts);
359
- }
@@ -1,68 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- /*man-start**************************************************************
6
-
7
- beep
8
- ----
9
-
10
- ### Synopsis
11
-
12
- int beep(void);
13
- int flash(void);
14
-
15
- ### Description
16
-
17
- beep() sounds the audible bell on the terminal, if possible;
18
- if not, it calls flash().
19
-
20
- flash() "flashes" the screen, by inverting the foreground and
21
- background of every cell, pausing, and then restoring the
22
- original attributes.
23
-
24
- ### Return Value
25
-
26
- These functions return OK.
27
-
28
- ### Portability
29
- X/Open BSD SYS V
30
- beep Y Y Y
31
- flash Y Y Y
32
-
33
- **man-end****************************************************************/
34
-
35
- int beep(void)
36
- {
37
- PDC_LOG(("beep() - called\n"));
38
-
39
- if (SP->audible)
40
- PDC_beep();
41
- else
42
- flash();
43
-
44
- return OK;
45
- }
46
-
47
- int flash(void)
48
- {
49
- int z, y, x;
50
-
51
- PDC_LOG(("flash() - called\n"));
52
-
53
- /* Reverse each cell; wait; restore the screen */
54
-
55
- for (z = 0; z < 2; z++)
56
- {
57
- for (y = 0; y < LINES; y++)
58
- for (x = 0; x < COLS; x++)
59
- curscr->_y[y][x] ^= A_REVERSE;
60
-
61
- wrefresh(curscr);
62
-
63
- if (!z)
64
- napms(50);
65
- }
66
-
67
- return OK;
68
- }
@@ -1,223 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- /*man-start**************************************************************
6
-
7
- bkgd
8
- ----
9
-
10
- ### Synopsis
11
-
12
- int bkgd(chtype ch);
13
- void bkgdset(chtype ch);
14
- chtype getbkgd(WINDOW *win);
15
- int wbkgd(WINDOW *win, chtype ch);
16
- void wbkgdset(WINDOW *win, chtype ch);
17
-
18
- int bkgrnd(const cchar_t *wch);
19
- void bkgrndset(const cchar_t *wch);
20
- int getbkgrnd(cchar_t *wch);
21
- int wbkgrnd(WINDOW *win, const cchar_t *wch);
22
- void wbkgrndset(WINDOW *win, const cchar_t *wch);
23
- int wgetbkgrnd(WINDOW *win, cchar_t *wch);
24
-
25
- ### Description
26
-
27
- bkgdset() and wbkgdset() manipulate the background of a window.
28
- The background is a chtype consisting of any combination of
29
- attributes and a character; it is combined with each chtype
30
- added or inserted to the window by waddch() or winsch(). Only
31
- the attribute part is used to set the background of non-blank
32
- characters, while both character and attributes are used for
33
- blank positions.
34
-
35
- bkgd() and wbkgd() not only change the background, but apply it
36
- immediately to every cell in the window.
37
-
38
- The attributes that are defined with the attrset()/attron() set
39
- of functions take precedence over the background attributes if
40
- there is a conflict (e.g., different color pairs).
41
-
42
- ### Return Value
43
-
44
- bkgd() and wbkgd() return OK, unless the window is NULL, in
45
- which case they return ERR.
46
-
47
- ### Portability
48
- X/Open BSD SYS V
49
- bkgd Y - 4.0
50
- bkgdset Y - 4.0
51
- getbkgd Y
52
- wbkgd Y - 4.0
53
- wbkgdset Y - 4.0
54
- bkgrnd Y
55
- bkgrndset Y
56
- getbkgrnd Y
57
- wbkgrnd Y
58
- wbkgrndset Y
59
- wgetbkgrnd Y
60
-
61
- **man-end****************************************************************/
62
-
63
- int wbkgd(WINDOW *win, chtype ch)
64
- {
65
- int x, y;
66
- chtype oldcolr, oldch, newcolr, newch, colr, attr;
67
- chtype oldattr = 0, newattr = 0;
68
- chtype *winptr;
69
-
70
- PDC_LOG(("wbkgd() - called\n"));
71
-
72
- if (!win)
73
- return ERR;
74
-
75
- if (win->_bkgd == ch)
76
- return OK;
77
-
78
- oldcolr = win->_bkgd & A_COLOR;
79
- if (oldcolr)
80
- oldattr = (win->_bkgd & A_ATTRIBUTES) ^ oldcolr;
81
-
82
- oldch = win->_bkgd & A_CHARTEXT;
83
-
84
- wbkgdset(win, ch);
85
-
86
- newcolr = win->_bkgd & A_COLOR;
87
- if (newcolr)
88
- newattr = (win->_bkgd & A_ATTRIBUTES) ^ newcolr;
89
-
90
- newch = win->_bkgd & A_CHARTEXT;
91
-
92
- /* what follows is what seems to occur in the System V
93
- implementation of this routine */
94
-
95
- for (y = 0; y < win->_maxy; y++)
96
- {
97
- for (x = 0; x < win->_maxx; x++)
98
- {
99
- winptr = win->_y[y] + x;
100
-
101
- ch = *winptr;
102
-
103
- /* determine the colors and attributes of the character read
104
- from the window */
105
-
106
- colr = ch & A_COLOR;
107
- attr = ch & (A_ATTRIBUTES ^ A_COLOR);
108
-
109
- /* if the color is the same as the old background color,
110
- then make it the new background color, otherwise leave it */
111
-
112
- if (colr == oldcolr)
113
- colr = newcolr;
114
-
115
- /* remove any attributes (non color) from the character that
116
- were part of the old background, then combine the
117
- remaining ones with the new background */
118
-
119
- attr ^= oldattr;
120
- attr |= newattr;
121
-
122
- /* change character if it is there because it was the old
123
- background character */
124
-
125
- ch &= A_CHARTEXT;
126
- if (ch == oldch)
127
- ch = newch;
128
-
129
- ch |= (attr | colr);
130
-
131
- *winptr = ch;
132
-
133
- }
134
- }
135
-
136
- touchwin(win);
137
- PDC_sync(win);
138
- return OK;
139
- }
140
-
141
- int bkgd(chtype ch)
142
- {
143
- PDC_LOG(("bkgd() - called\n"));
144
-
145
- return wbkgd(stdscr, ch);
146
- }
147
-
148
- void wbkgdset(WINDOW *win, chtype ch)
149
- {
150
- PDC_LOG(("wbkgdset() - called\n"));
151
-
152
- if (win)
153
- {
154
- if (!(ch & A_CHARTEXT))
155
- ch |= ' ';
156
-
157
- win->_bkgd = ch;
158
- }
159
- }
160
-
161
- void bkgdset(chtype ch)
162
- {
163
- PDC_LOG(("bkgdset() - called\n"));
164
-
165
- wbkgdset(stdscr, ch);
166
- }
167
-
168
- chtype getbkgd(WINDOW *win)
169
- {
170
- PDC_LOG(("getbkgd() - called\n"));
171
-
172
- return win ? win->_bkgd : (chtype)ERR;
173
- }
174
-
175
- #ifdef PDC_WIDE
176
- int wbkgrnd(WINDOW *win, const cchar_t *wch)
177
- {
178
- PDC_LOG(("wbkgrnd() - called\n"));
179
-
180
- return wch ? wbkgd(win, *wch) : ERR;
181
- }
182
-
183
- int bkgrnd(const cchar_t *wch)
184
- {
185
- PDC_LOG(("bkgrnd() - called\n"));
186
-
187
- return wbkgrnd(stdscr, wch);
188
- }
189
-
190
- void wbkgrndset(WINDOW *win, const cchar_t *wch)
191
- {
192
- PDC_LOG(("wbkgdset() - called\n"));
193
-
194
- if (wch)
195
- wbkgdset(win, *wch);
196
- }
197
-
198
- void bkgrndset(const cchar_t *wch)
199
- {
200
- PDC_LOG(("bkgrndset() - called\n"));
201
-
202
- wbkgrndset(stdscr, wch);
203
- }
204
-
205
- int wgetbkgrnd(WINDOW *win, cchar_t *wch)
206
- {
207
- PDC_LOG(("wgetbkgrnd() - called\n"));
208
-
209
- if (!win || !wch)
210
- return ERR;
211
-
212
- *wch = win->_bkgd;
213
-
214
- return OK;
215
- }
216
-
217
- int getbkgrnd(cchar_t *wch)
218
- {
219
- PDC_LOG(("getbkgrnd() - called\n"));
220
-
221
- return wgetbkgrnd(stdscr, wch);
222
- }
223
- #endif