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,176 +0,0 @@
1
- # GNU MAKE Makefile for PDCurses library - Windows console MinGW GCC
2
- #
3
- # Usage: make -f [path\]Makefile.mng [DEBUG=Y] [DLL=Y] [WIDE=Y] [UTF8=Y] [target]
4
- #
5
- # where target can be any of:
6
- # [all|demos|pdcurses.a|testcurs.exe...]
7
-
8
- O = o
9
-
10
- ifndef PDCURSES_SRCDIR
11
- PDCURSES_SRCDIR = ..
12
- endif
13
-
14
- include $(PDCURSES_SRCDIR)/version.mif
15
- include $(PDCURSES_SRCDIR)/libobjs.mif
16
-
17
- uname_S := $(shell uname -s 2>/dev/null)
18
-
19
- CAT = cat
20
- PREFIX =
21
- PATH_SEP = /
22
- CP = cp
23
- DELETE = rm -f
24
-
25
- # It appears we have three cases: we're running in Cygwin/MSYS; or we're
26
- # running in command.com on Windows with MinGW; or we're on Linux or BSD
27
- # or similar system, cross-compiling with MinGW.
28
-
29
- ifneq (,$(findstring CYGWIN,$(uname_S)))
30
- # Insert Cygwin-specific changes here
31
- ON_WINDOWS = 1
32
- endif
33
- ifneq (,$(findstring MINGW32_NT,$(uname_S)))
34
- # Insert MINGW32-specific changes here
35
- ON_WINDOWS = 1
36
- endif
37
- ifneq (,$(findstring MINGW64_NT,$(uname_S)))
38
- # Insert MINGW64-specific changes here
39
- ON_WINDOWS = 1
40
- endif
41
-
42
- ifeq ($(uname_S),)
43
- CAT = type
44
- PATH_SEP = \\
45
- CP = -copy
46
- DELETE = -del
47
- ON_WINDOWS = 1
48
- endif
49
-
50
- # If we aren't on Windows, assume MinGW on a Linux-like host
51
- # Only decision is: are we doing a 64-bit compile (_w64 defined)?
52
-
53
- ifndef ON_WINDOWS
54
- ifdef _w64
55
- PREFIX = x86_64-w64-mingw32-
56
- else
57
- PREFIX = i686-w64-mingw32-
58
- endif
59
- endif
60
-
61
- osdir = $(PDCURSES_SRCDIR)/wincon
62
-
63
- PDCURSES_WIN_H = $(osdir)/pdcwin.h
64
-
65
- CC = $(PREFIX)gcc
66
-
67
- ifeq ($(DEBUG),Y)
68
- CFLAGS = -g -Wall -DPDCDEBUG
69
- LDFLAGS = -g
70
- else
71
- CFLAGS = -O4 -Wall -pedantic
72
- LDFLAGS =
73
- endif
74
-
75
- CFLAGS += -I$(PDCURSES_SRCDIR)
76
-
77
- ifdef CHTYPE_32
78
- CFLAGS += -DCHTYPE_32
79
- endif
80
-
81
- ifdef CHTYPE_16
82
- CFLAGS += -DCHTYPE_16
83
- endif
84
-
85
- ifeq ($(WIDE),Y)
86
- CFLAGS += -DPDC_WIDE
87
- endif
88
-
89
- ifeq ($(UTF8),Y)
90
- CFLAGS += -DPDC_FORCE_UTF8
91
- endif
92
-
93
- ifeq ($(INFOEX),N)
94
- PDCCFLAGS += -DHAVE_NO_INFOEX
95
- else
96
- ifeq ($(INFOEX),Y)
97
- PDCCFLAGS += -DHAVE_INFOEX
98
- endif
99
- endif
100
-
101
- LINK = $(PREFIX)gcc
102
-
103
- ifeq ($(DLL),Y)
104
- CFLAGS += -DPDC_DLL_BUILD
105
- LIBEXE = $(PREFIX)gcc
106
- LIBFLAGS = -Wl,--out-implib,pdcurses.a -shared -o
107
- LIBCURSES = pdcurses.dll
108
- LIBDEPS = $(LIBOBJS) $(PDCOBJS)
109
- LIBSADDED =
110
- EXELIBS =
111
- CLEAN = $(LIBCURSES) *.a
112
- else
113
- LIBEXE = $(PREFIX)ar
114
- ifeq ($(PREFIX),)
115
- LIBFLAGS = rcv
116
- else
117
- LIBFLAGS = rv
118
- endif
119
- LIBCURSES = pdcurses.a
120
- LIBDEPS = $(LIBOBJS) $(PDCOBJS)
121
- LIBSADDED =
122
- EXELIBS =
123
- CLEAN = *.a
124
- endif
125
-
126
- .PHONY: all libs clean demos dist
127
-
128
- all: libs demos
129
-
130
- libs: $(LIBCURSES)
131
-
132
- clean:
133
- $(DELETE) *.o
134
- $(DELETE) *.exe
135
- $(DELETE) *.dll
136
- $(DELETE) $(CLEAN)
137
-
138
- demos: $(DEMOS)
139
- ifneq ($(DEBUG),Y)
140
- strip *.exe
141
- endif
142
-
143
- $(LIBCURSES) : $(LIBDEPS)
144
- $(LIBEXE) $(LIBFLAGS) $@ $? $(LIBSADDED)
145
- $(CP) pdcurses.a panel.a
146
-
147
- $(LIBOBJS) $(PDCOBJS) : $(PDCURSES_HEADERS)
148
- $(PDCOBJS) : $(PDCURSES_WIN_H)
149
- $(DEMOS) : $(PDCURSES_CURSES_H) $(LIBCURSES)
150
- panel.o : $(PANEL_HEADER)
151
- terminfo.o: $(TERM_HEADER)
152
-
153
- $(LIBOBJS) : %.o: $(srcdir)/%.c
154
- $(CC) -c $(CFLAGS) $<
155
-
156
- $(PDCOBJS) : %.o: $(osdir)/%.c
157
- $(CC) -c $(CFLAGS) $(PDCCFLAGS) $<
158
-
159
- firework.exe ozdemo.exe newtest.exe ptest.exe rain.exe testcurs.exe \
160
- version.exe worm.exe xmas.exe: %.exe: $(demodir)/%.c
161
- $(CC) $(CFLAGS) -o$@ $< $(LIBCURSES) $(EXELIBS)
162
-
163
- tuidemo.exe: tuidemo.o tui.o
164
- $(LINK) $(LDFLAGS) -o$@ tuidemo.o tui.o $(LIBCURSES) $(EXELIBS)
165
-
166
- tui.o: $(demodir)/tui.c $(demodir)/tui.h $(PDCURSES_CURSES_H)
167
- $(CC) -c $(CFLAGS) -I$(demodir) -o$@ $<
168
-
169
- tuidemo.o: $(demodir)/tuidemo.c $(PDCURSES_CURSES_H)
170
- $(CC) -c $(CFLAGS) -I$(demodir) -o$@ $<
171
-
172
- PLATFORM1 = MinGW WinCon
173
- PLATFORM2 = MinGW for WinCon
174
- ARCNAME = pdc$(VER)_ming_wcon
175
-
176
- include $(PDCURSES_SRCDIR)/makedist.mif
@@ -1,144 +0,0 @@
1
- # Visual C++ & Intel(R) NMakefile for PDCurses library - Windows console VC++ 2.0+
2
- #
3
- # Usage: nmake -f [path\]Makefile.vc [DEBUG=] [DLL=] [WIDE=] [UTF8=]
4
- # [ICC=] [CHTYPE_32=] [IX86=] [CHTYPE_16=] [target]
5
- #
6
- # where target can be any of:
7
- # [all|demos|pdcurses.lib|testcurs.exe...]
8
- # CHTYPE_## is used to override the default 64-bit chtypes in favor
9
- # of "traditional" 32- or 16-bit chtypes. (Untested for Windows console)
10
- # IX86 is used to build 32-bit code instead of 64-bit
11
- # ICC is used to invoke Intel (R) tools icl.exe and xilink.exe, instead of
12
- # MS tools cl.exe and link.exe
13
-
14
- O = obj
15
-
16
- !ifndef PDCURSES_SRCDIR
17
- PDCURSES_SRCDIR = ..
18
- !endif
19
-
20
- !ifdef IX86
21
- PLATFORM=IX86
22
- !else
23
- PLATFORM=X64
24
- !endif
25
-
26
- !include $(PDCURSES_SRCDIR)\version.mif
27
- !include $(PDCURSES_SRCDIR)\libobjs.mif
28
-
29
- osdir = $(PDCURSES_SRCDIR)\wincon
30
-
31
- PDCURSES_WIN_H = $(osdir)\pdcwin.h
32
-
33
- !ifdef ICC
34
- CC = icl.exe -nologo
35
- LINK = xilink.exe -nologo
36
- !else
37
- CC = cl.exe -nologo
38
- LINK = link.exe -nologo
39
- !endif
40
-
41
- !ifdef DEBUG
42
- CFLAGS = -Z7 -DPDCDEBUG
43
- LDFLAGS = -debug -pdb:none
44
- !else
45
- CFLAGS = -O1
46
- LDFLAGS =
47
- !endif
48
-
49
- !ifdef WIDE
50
- WIDEOPT = -DPDC_WIDE
51
- !endif
52
-
53
- !ifdef UTF8
54
- UTF8OPT = -DPDC_FORCE_UTF8
55
- !endif
56
-
57
- !ifdef CHTYPE_32
58
- CHTYPE_FLAGS= -DCHTYPE_32
59
- !endif
60
-
61
- !ifdef CHTYPE_16
62
- CHTYPE_FLAGS= -DCHTYPE_16
63
- !endif
64
-
65
- SHL_LD = link $(LDFLAGS) /NOLOGO /DLL /MACHINE:$(PLATFORM) /OUT:pdcurses.dll
66
-
67
- CCLIBS = user32.lib advapi32.lib
68
- # may need to add msvcrt.lib for VC 2.x, VC 5.0 doesn't want it
69
- #CCLIBS = msvcrt.lib user32.lib advapi32.lib
70
-
71
- LIBEXE = lib -nologo
72
-
73
- LIBCURSES = pdcurses.lib
74
- CURSESDLL = pdcurses.dll
75
-
76
- !ifdef DLL
77
- DLLOPT = -DPDC_DLL_BUILD
78
- PDCLIBS = $(CURSESDLL)
79
- !else
80
- PDCLIBS = $(LIBCURSES)
81
- !endif
82
-
83
- BUILD = $(CC) -I$(PDCURSES_SRCDIR) -c $(CFLAGS) $(CHTYPE_FLAGS) $(DLLOPT) \
84
- $(WIDEOPT) $(UTF8OPT)
85
-
86
- all: $(PDCLIBS)
87
-
88
- clean:
89
- -del *.obj
90
- -del *.lib
91
- -del *.exe
92
- -del *.dll
93
- -del *.exp
94
- -del *.res
95
-
96
- demos: $(DEMOS)
97
-
98
- DEMOOBJS = $(DEMOS:.exe=.obj) tui.obj
99
-
100
- $(LIBOBJS) $(PDCOBJS) : $(PDCURSES_HEADERS)
101
- $(PDCOBJS) : $(PDCURSES_WIN_H)
102
- $(DEMOOBJS) : $(PDCURSES_CURSES_H)
103
- $(DEMOS) : $(LIBCURSES)
104
- panel.obj : $(PANEL_HEADER)
105
- terminfo.obj: $(TERM_HEADER)
106
-
107
- !ifndef DLL
108
- $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
109
- $(LIBEXE) -out:$@ $(LIBOBJS) $(PDCOBJS)
110
- !endif
111
-
112
- $(CURSESDLL) : $(LIBOBJS) $(PDCOBJS) pdcurses.obj
113
- $(SHL_LD) $(LIBOBJS) $(PDCOBJS) pdcurses.obj $(CCLIBS)
114
-
115
- pdcurses.res pdcurses.obj: $(osdir)\pdcurses.rc $(osdir)\pdcurses.ico
116
- rc /r /fopdcurses.res $(osdir)\pdcurses.rc
117
- cvtres /MACHINE:$(PLATFORM) /NOLOGO /OUT:pdcurses.obj pdcurses.res
118
-
119
- {$(srcdir)\}.c{}.obj::
120
- $(BUILD) $<
121
-
122
- {$(osdir)\}.c{}.obj::
123
- $(BUILD) $<
124
-
125
- {$(demodir)\}.c{}.obj::
126
- $(BUILD) $<
127
-
128
- .obj.exe:
129
- $(LINK) $(LDFLAGS) $< $(LIBCURSES) $(CCLIBS)
130
-
131
- tuidemo.exe: tuidemo.obj tui.obj
132
- $(LINK) $(LDFLAGS) $*.obj tui.obj $(LIBCURSES) $(CCLIBS)
133
-
134
- tui.obj: $(demodir)\tui.c $(demodir)\tui.h
135
- $(BUILD) -I$(demodir) $(demodir)\tui.c
136
-
137
- tuidemo.obj: $(demodir)\tuidemo.c
138
- $(BUILD) -I$(demodir) $(demodir)\tuidemo.c
139
-
140
- PLATFORM1 = Visual C++
141
- PLATFORM2 = Microsoft Visual C/C++ for Windows console
142
- ARCNAME = pdc$(VER)_vc_wincon
143
-
144
- !include $(PDCURSES_SRCDIR)\makedist.mif
@@ -1,51 +0,0 @@
1
- # Watcom WMAKE Makefile for PDCurses library - Windows console Watcom C/C++ 10.6+
2
- #
3
- # Usage: wmake -f [wincon\]Makefile.wcc [DEBUG=Y] [WIDE=Y] [UTF8=Y] [target]
4
- #
5
- # where target can be any of:
6
- # [all|demos|pdcurses.lib|testcurs.exe...]
7
-
8
- !ifdef %PDCURSES_SRCDIR
9
- PDCURSES_SRCDIR = $(%PDCURSES_SRCDIR)
10
- !else
11
- PDCURSES_SRCDIR = ..
12
- !endif
13
-
14
- !include $(PDCURSES_SRCDIR)\version.mif
15
-
16
- osdir = $(PDCURSES_SRCDIR)\wincon
17
-
18
- CC = wcc386
19
- TARGET = nt
20
-
21
- CFLAGS = /ei /zq /wx /i=$(PDCURSES_SRCDIR)
22
-
23
- !ifeq DEBUG Y
24
- CFLAGS += /d2 /DPDCDEBUG
25
- LDFLAGS = D W A op q sys $(TARGET)
26
- !else
27
- CFLAGS += /oneatx
28
- LDFLAGS = op q sys $(TARGET)
29
- !endif
30
-
31
- !ifeq WIDE Y
32
- CFLAGS += /DPDC_WIDE
33
- !endif
34
-
35
- !ifeq UTF8 Y
36
- CFLAGS += /DPDC_FORCE_UTF8
37
- !endif
38
-
39
- LIBEXE = wlib /q /n /t
40
-
41
- !include $(PDCURSES_SRCDIR)\watcom.mif
42
-
43
- $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
44
- $(LIBEXE) $@ $(LIBOBJS) $(PDCOBJS)
45
- -copy $(LIBCURSES) panel.lib
46
-
47
- PLATFORM1 = Watcom C++ WinCon
48
- PLATFORM2 = Open Watcom 1.6 for Windows console
49
- ARCNAME = pdc$(VER)_wcc_w32
50
-
51
- !include $(PDCURSES_SRCDIR)\makedist.mif
@@ -1,85 +0,0 @@
1
- PDCurses for Win32
2
- ==================
3
-
4
- This directory contains PDCurses source code files specific to Win32
5
- console mode (Win95 and all subsequent forks of Windows).
6
-
7
- Building
8
- --------
9
-
10
- (Note that the following is almost identical to the instructions
11
- for the Win32a GUI flavor of PDCurses.)
12
-
13
- - Choose the appropriate makefile for your compiler:
14
-
15
- Makefile.bcc - Borland C++ 4.0.2+
16
- Makefile.dmc - Digital Mars
17
- Makefile.lcc - LCC-Win32
18
- Makefile.mng - MinGW, Cygnus GNU Compiler
19
- Makefile.vc - Microsoft Visual C++ 2.0+ or later & Intel(R) compiler
20
- Makefile.wcc - Open Watcom 1.8+
21
-
22
- - Optionally, you can build in a different directory than the platform
23
- directory by setting PDCURSES_SRCDIR to point to the directory where
24
- you unpacked PDCurses, and changing to your target directory:
25
-
26
- set PDCURSES_SRCDIR=c:\pdcurses
27
-
28
- This won't work with the LCC or Digital Mars makefiles, nor will the
29
- options described below.
30
-
31
- - Build it:
32
-
33
- make -f makefilename
34
-
35
- (For Watcom, use "wmake" instead of "make"; for MSVC, "nmake".) You'll
36
- get the libraries (pdcurses.lib or .a, depending on your compiler; and
37
- panel.lib or .a), the demos (*.exe), and a lot of object files. Note
38
- that the panel library is just a copy of the main library, provided
39
- for convenience; both panel and curses functions are in the main
40
- library.
41
-
42
- You can also give the optional parameter "WIDE=Y", to build the
43
- library with wide-character (Unicode) support:
44
-
45
- make -f Makefile.mng WIDE=Y
46
-
47
- When built this way, the library is not compatible with Windows 9x,
48
- unless you also link with the Microsoft Layer for Unicode (not
49
- tested).
50
-
51
- For the Intel(R) compiler, use Makefile.vc and add ICC=Y.
52
-
53
- By default, Makefile.vc results in 64-bit code for both VC and Intel(R).
54
- Add IX86=Y to generate 32-bit code. (Other builds are 32-bit only.)
55
-
56
- Another option, "UTF8=Y", makes PDCurses ignore the system locale, and
57
- treat all narrow-character strings as UTF-8. This option has no effect
58
- unless WIDE=Y is also set. Use it to get around the poor support for
59
- UTF-8 in the Win32 console:
60
-
61
- make -f Makefile.mng WIDE=Y UTF8=Y
62
-
63
- You can also use the optional parameter "DLL=Y" with Visual C++,
64
- MinGW or Cygwin, to build the library as a DLL:
65
-
66
- nmake -f Makefile.vc WIDE=Y DLL=Y
67
-
68
- When you build the library as a Windows DLL, you must always define
69
- PDC_DLL_BUILD when linking against it. (Or, if you only want to use
70
- the DLL, you could add this definition to your curses.h.)
71
-
72
- If cross-compiling from Linux, add the parameter `_w64=1` to get
73
- 64-bit code (default will be 32-bit).
74
-
75
- make -f Makefile.mng _w64=1 [WIDE=Y UTF8=Y DLL=Y]
76
-
77
- Distribution Status
78
- -------------------
79
-
80
- The files in this directory are released to the Public Domain.
81
-
82
- Acknowledgements
83
- ----------------
84
-
85
- Generic Win32 port was provided by Chris Szurgot <szurgot@itribe.net>
@@ -1,174 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include "pdcwin.h"
4
-
5
- /*man-start**************************************************************
6
-
7
- clipboard
8
- ---------
9
-
10
- ### Synopsis
11
-
12
- int PDC_getclipboard(char **contents, long *length);
13
- int PDC_setclipboard(const char *contents, long length);
14
- int PDC_freeclipboard(char *contents);
15
- int PDC_clearclipboard(void);
16
-
17
- ### Description
18
-
19
- PDC_getclipboard() gets the textual contents of the system's
20
- clipboard. This function returns the contents of the clipboard
21
- in the contents argument. It is the responsibility of the
22
- caller to free the memory returned, via PDC_freeclipboard().
23
- The length of the clipboard contents is returned in the length
24
- argument.
25
-
26
- PDC_setclipboard copies the supplied text into the system's
27
- clipboard, emptying the clipboard prior to the copy.
28
-
29
- PDC_clearclipboard() clears the internal clipboard.
30
-
31
- ### Return Values
32
-
33
- indicator of success/failure of call.
34
- PDC_CLIP_SUCCESS the call was successful
35
- PDC_CLIP_MEMORY_ERROR unable to allocate sufficient memory for
36
- the clipboard contents
37
- PDC_CLIP_EMPTY the clipboard contains no text
38
- PDC_CLIP_ACCESS_ERROR no clipboard support
39
-
40
- ### Portability
41
- X/Open BSD SYS V
42
- PDC_getclipboard - - -
43
- PDC_setclipboard - - -
44
- PDC_freeclipboard - - -
45
- PDC_clearclipboard - - -
46
-
47
- **man-end****************************************************************/
48
-
49
- #ifdef PDC_WIDE
50
- # define PDC_TEXT CF_UNICODETEXT
51
- #else
52
- # define PDC_TEXT CF_OEMTEXT
53
- #endif
54
-
55
- int PDC_getclipboard_handle( HANDLE *handle)
56
- {
57
- PDC_LOG(("PDC_getclipboard() - called\n"));
58
-
59
- if (!OpenClipboard(NULL))
60
- {
61
- return PDC_CLIP_ACCESS_ERROR;
62
- }
63
-
64
- if ((*handle = GetClipboardData(PDC_TEXT)) == NULL)
65
- {
66
- CloseClipboard();
67
- return PDC_CLIP_EMPTY;
68
- }
69
-
70
- return PDC_CLIP_SUCCESS;
71
- }
72
-
73
- int PDC_getclipboard(char **contents, long *length)
74
- {
75
- HANDLE handle;
76
- int rval = PDC_getclipboard_handle( &handle);
77
-
78
- if( rval == PDC_CLIP_SUCCESS)
79
- {
80
- void *tptr = GlobalLock( handle);
81
-
82
- if( tptr)
83
- {
84
- #ifdef PDC_WIDE
85
- size_t len = wcslen((wchar_t *)tptr) * 3;
86
- #else
87
- size_t len = strlen( tptr);
88
- #endif
89
-
90
- *contents = (char *)GlobalAlloc( GMEM_FIXED, len + 1);
91
-
92
- if( !*contents)
93
- rval = PDC_CLIP_MEMORY_ERROR;
94
- else
95
- {
96
- #ifdef PDC_WIDE
97
- len = PDC_wcstombs( (char *)*contents, tptr, len);
98
- #else
99
- strcpy((char *)*contents, tptr);
100
- #endif
101
- }
102
- *length = (long)len;
103
- GlobalUnlock( handle);
104
- }
105
- else
106
- rval = PDC_CLIP_MEMORY_ERROR;
107
- CloseClipboard();
108
- }
109
- return rval;
110
- }
111
-
112
- int PDC_setclipboard_raw( const char *contents, long length,
113
- const bool translate_multibyte_to_wide_char)
114
- {
115
- HGLOBAL handle;
116
- LPTSTR buff;
117
-
118
- PDC_LOG(("PDC_setclipboard() - called\n"));
119
-
120
- if (!OpenClipboard(NULL))
121
- return PDC_CLIP_ACCESS_ERROR;
122
-
123
- handle = GlobalAlloc(GMEM_MOVEABLE|GMEM_DDESHARE,
124
- (length + 1) * sizeof(TCHAR));
125
-
126
- if (!handle)
127
- return PDC_CLIP_MEMORY_ERROR;
128
-
129
- buff = GlobalLock(handle);
130
-
131
- #ifdef PDC_WIDE
132
- if( translate_multibyte_to_wide_char)
133
- PDC_mbstowcs((wchar_t *)buff, contents, length);
134
- else
135
- memcpy((char *)buff, contents, (length + 1) * sizeof( wchar_t));
136
- #else
137
- memcpy((char *)buff, contents, length);
138
- buff[length] = 0; /* ensure null termination */
139
- #endif
140
- GlobalUnlock(handle);
141
- EmptyClipboard();
142
-
143
- if( !SetClipboardData(PDC_TEXT, handle))
144
- {
145
- GlobalFree(handle);
146
- return PDC_CLIP_ACCESS_ERROR;
147
- }
148
-
149
- CloseClipboard();
150
-
151
- return PDC_CLIP_SUCCESS;
152
- }
153
-
154
- int PDC_setclipboard(const char *contents, long length)
155
- {
156
- return( PDC_setclipboard_raw( contents, length, TRUE));
157
- }
158
-
159
- int PDC_freeclipboard(char *contents)
160
- {
161
- PDC_LOG(("PDC_freeclipboard() - called\n"));
162
-
163
- GlobalFree(contents);
164
- return PDC_CLIP_SUCCESS;
165
- }
166
-
167
- int PDC_clearclipboard(void)
168
- {
169
- PDC_LOG(("PDC_clearclipboard() - called\n"));
170
-
171
- EmptyClipboard();
172
-
173
- return PDC_CLIP_SUCCESS;
174
- }