curses 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/push_gem.yml +48 -0
  3. data/History.md +3 -0
  4. data/curses.gemspec +1 -1
  5. metadata +8 -247
  6. data/vendor/PDCurses/.gitignore +0 -47
  7. data/vendor/PDCurses/.travis.yml +0 -49
  8. data/vendor/PDCurses/CMakeLists.txt +0 -68
  9. data/vendor/PDCurses/HISTORY.md +0 -2036
  10. data/vendor/PDCurses/IMPLEMNT.md +0 -327
  11. data/vendor/PDCurses/Makefile +0 -27
  12. data/vendor/PDCurses/README.md +0 -77
  13. data/vendor/PDCurses/acs_defs.h +0 -265
  14. data/vendor/PDCurses/appveyor.yml +0 -218
  15. data/vendor/PDCurses/cmake/README.md +0 -71
  16. data/vendor/PDCurses/cmake/build_dependencies.cmake +0 -178
  17. data/vendor/PDCurses/cmake/build_options.cmake +0 -25
  18. data/vendor/PDCurses/cmake/dll_version.cmake +0 -26
  19. data/vendor/PDCurses/cmake/gen_config_header.cmake +0 -43
  20. data/vendor/PDCurses/cmake/get_version.cmake +0 -17
  21. data/vendor/PDCurses/cmake/make_uninstall.cmake +0 -19
  22. data/vendor/PDCurses/cmake/project_common.cmake +0 -121
  23. data/vendor/PDCurses/cmake/resource.in.cmake +0 -52
  24. data/vendor/PDCurses/cmake/sdl2_ttf/CMakeLists.txt +0 -83
  25. data/vendor/PDCurses/cmake/target_arch.cmake +0 -36
  26. data/vendor/PDCurses/cmake/version.in.cmake +0 -73
  27. data/vendor/PDCurses/cmake/watcom_open_dos16_toolchain.cmake +0 -96
  28. data/vendor/PDCurses/cmake/watcom_open_dos32_toolchain.cmake +0 -106
  29. data/vendor/PDCurses/cmake/watcom_open_os2v2_toolchain.cmake +0 -105
  30. data/vendor/PDCurses/curses.h +0 -1846
  31. data/vendor/PDCurses/curspriv.h +0 -134
  32. data/vendor/PDCurses/demos/README.md +0 -25
  33. data/vendor/PDCurses/demos/firework.c +0 -144
  34. data/vendor/PDCurses/demos/newtest.c +0 -581
  35. data/vendor/PDCurses/demos/ozdemo.c +0 -447
  36. data/vendor/PDCurses/demos/ptest.c +0 -283
  37. data/vendor/PDCurses/demos/rain.c +0 -157
  38. data/vendor/PDCurses/demos/testcurs.c +0 -1607
  39. data/vendor/PDCurses/demos/tui.c +0 -1048
  40. data/vendor/PDCurses/demos/tui.h +0 -65
  41. data/vendor/PDCurses/demos/tuidemo.c +0 -233
  42. data/vendor/PDCurses/demos/version.c +0 -61
  43. data/vendor/PDCurses/demos/worm.c +0 -432
  44. data/vendor/PDCurses/demos/xmas.c +0 -955
  45. data/vendor/PDCurses/dos/CMakeLists.txt +0 -47
  46. data/vendor/PDCurses/dos/Makefile +0 -105
  47. data/vendor/PDCurses/dos/Makefile.bcc +0 -83
  48. data/vendor/PDCurses/dos/Makefile.dmc +0 -257
  49. data/vendor/PDCurses/dos/Makefile.msc +0 -113
  50. data/vendor/PDCurses/dos/Makefile.wcc +0 -107
  51. data/vendor/PDCurses/dos/README.md +0 -51
  52. data/vendor/PDCurses/dos/bccdos.lrf +0 -9
  53. data/vendor/PDCurses/dos/mscdos.lrf +0 -50
  54. data/vendor/PDCurses/dos/pdcclip.c +0 -132
  55. data/vendor/PDCurses/dos/pdcdisp.c +0 -135
  56. data/vendor/PDCurses/dos/pdcdos.h +0 -194
  57. data/vendor/PDCurses/dos/pdcgetsc.c +0 -98
  58. data/vendor/PDCurses/dos/pdckbd.c +0 -513
  59. data/vendor/PDCurses/dos/pdcscrn.c +0 -785
  60. data/vendor/PDCurses/dos/pdcsetsc.c +0 -101
  61. data/vendor/PDCurses/dos/pdcutil.c +0 -212
  62. data/vendor/PDCurses/libobjs.mif +0 -26
  63. data/vendor/PDCurses/makedist.mif +0 -20
  64. data/vendor/PDCurses/man/Makefile +0 -37
  65. data/vendor/PDCurses/man/README.md +0 -21
  66. data/vendor/PDCurses/man/intro.md +0 -361
  67. data/vendor/PDCurses/man/manext.c +0 -119
  68. data/vendor/PDCurses/man/sdl.md +0 -152
  69. data/vendor/PDCurses/man/sdl2.md +0 -58
  70. data/vendor/PDCurses/man/x11.md +0 -407
  71. data/vendor/PDCurses/ncurses/CMakeLists.txt +0 -66
  72. data/vendor/PDCurses/ncurses/README.md +0 -26
  73. data/vendor/PDCurses/ncurses/makefile +0 -29
  74. data/vendor/PDCurses/os2/CMakeLists.txt +0 -41
  75. data/vendor/PDCurses/os2/Makefile +0 -132
  76. data/vendor/PDCurses/os2/Makefile.bcc +0 -90
  77. data/vendor/PDCurses/os2/Makefile.wcc +0 -43
  78. data/vendor/PDCurses/os2/README.md +0 -43
  79. data/vendor/PDCurses/os2/iccos2.lrf +0 -50
  80. data/vendor/PDCurses/os2/iccos2.mak +0 -256
  81. data/vendor/PDCurses/os2/pdcclip.c +0 -188
  82. data/vendor/PDCurses/os2/pdcdisp.c +0 -93
  83. data/vendor/PDCurses/os2/pdcgetsc.c +0 -89
  84. data/vendor/PDCurses/os2/pdckbd.c +0 -521
  85. data/vendor/PDCurses/os2/pdcos2.h +0 -55
  86. data/vendor/PDCurses/os2/pdcscrn.c +0 -449
  87. data/vendor/PDCurses/os2/pdcsetsc.c +0 -112
  88. data/vendor/PDCurses/os2/pdcutil.c +0 -52
  89. data/vendor/PDCurses/panel.h +0 -56
  90. data/vendor/PDCurses/pdcurses/README.md +0 -25
  91. data/vendor/PDCurses/pdcurses/addch.c +0 -693
  92. data/vendor/PDCurses/pdcurses/addchstr.c +0 -245
  93. data/vendor/PDCurses/pdcurses/addstr.c +0 -240
  94. data/vendor/PDCurses/pdcurses/attr.c +0 -359
  95. data/vendor/PDCurses/pdcurses/beep.c +0 -68
  96. data/vendor/PDCurses/pdcurses/bkgd.c +0 -223
  97. data/vendor/PDCurses/pdcurses/border.c +0 -411
  98. data/vendor/PDCurses/pdcurses/clear.c +0 -159
  99. data/vendor/PDCurses/pdcurses/color.c +0 -298
  100. data/vendor/PDCurses/pdcurses/debug.c +0 -109
  101. data/vendor/PDCurses/pdcurses/delch.c +0 -96
  102. data/vendor/PDCurses/pdcurses/deleteln.c +0 -211
  103. data/vendor/PDCurses/pdcurses/deprec.c +0 -27
  104. data/vendor/PDCurses/pdcurses/getch.c +0 -417
  105. data/vendor/PDCurses/pdcurses/getstr.c +0 -474
  106. data/vendor/PDCurses/pdcurses/getyx.c +0 -139
  107. data/vendor/PDCurses/pdcurses/inch.c +0 -127
  108. data/vendor/PDCurses/pdcurses/inchstr.c +0 -214
  109. data/vendor/PDCurses/pdcurses/initscr.c +0 -367
  110. data/vendor/PDCurses/pdcurses/inopts.c +0 -324
  111. data/vendor/PDCurses/pdcurses/insch.c +0 -271
  112. data/vendor/PDCurses/pdcurses/insstr.c +0 -264
  113. data/vendor/PDCurses/pdcurses/instr.c +0 -246
  114. data/vendor/PDCurses/pdcurses/kernel.c +0 -259
  115. data/vendor/PDCurses/pdcurses/keyname.c +0 -157
  116. data/vendor/PDCurses/pdcurses/mouse.c +0 -438
  117. data/vendor/PDCurses/pdcurses/move.c +0 -57
  118. data/vendor/PDCurses/pdcurses/outopts.c +0 -159
  119. data/vendor/PDCurses/pdcurses/overlay.c +0 -214
  120. data/vendor/PDCurses/pdcurses/pad.c +0 -260
  121. data/vendor/PDCurses/pdcurses/panel.c +0 -633
  122. data/vendor/PDCurses/pdcurses/printw.c +0 -126
  123. data/vendor/PDCurses/pdcurses/refresh.c +0 -279
  124. data/vendor/PDCurses/pdcurses/scanw.c +0 -578
  125. data/vendor/PDCurses/pdcurses/scr_dump.c +0 -213
  126. data/vendor/PDCurses/pdcurses/scroll.c +0 -101
  127. data/vendor/PDCurses/pdcurses/slk.c +0 -591
  128. data/vendor/PDCurses/pdcurses/termattr.c +0 -182
  129. data/vendor/PDCurses/pdcurses/terminfo.c +0 -217
  130. data/vendor/PDCurses/pdcurses/touch.c +0 -163
  131. data/vendor/PDCurses/pdcurses/util.c +0 -312
  132. data/vendor/PDCurses/pdcurses/window.c +0 -569
  133. data/vendor/PDCurses/sdl1/Makefile +0 -129
  134. data/vendor/PDCurses/sdl1/Makefile.mng +0 -110
  135. data/vendor/PDCurses/sdl1/README.md +0 -31
  136. data/vendor/PDCurses/sdl1/deffont.h +0 -385
  137. data/vendor/PDCurses/sdl1/deficon.h +0 -23
  138. data/vendor/PDCurses/sdl1/pdcclip.c +0 -131
  139. data/vendor/PDCurses/sdl1/pdcdisp.c +0 -373
  140. data/vendor/PDCurses/sdl1/pdcgetsc.c +0 -30
  141. data/vendor/PDCurses/sdl1/pdckbd.c +0 -405
  142. data/vendor/PDCurses/sdl1/pdcscrn.c +0 -414
  143. data/vendor/PDCurses/sdl1/pdcsdl.h +0 -31
  144. data/vendor/PDCurses/sdl1/pdcsetsc.c +0 -64
  145. data/vendor/PDCurses/sdl1/pdcutil.c +0 -40
  146. data/vendor/PDCurses/sdl1/sdltest.c +0 -79
  147. data/vendor/PDCurses/sdl2/CMakeLists.txt +0 -76
  148. data/vendor/PDCurses/sdl2/Makefile +0 -135
  149. data/vendor/PDCurses/sdl2/Makefile.vc +0 -164
  150. data/vendor/PDCurses/sdl2/README.md +0 -34
  151. data/vendor/PDCurses/sdl2/deffont.h +0 -385
  152. data/vendor/PDCurses/sdl2/deficon.h +0 -23
  153. data/vendor/PDCurses/sdl2/pdcclip.c +0 -93
  154. data/vendor/PDCurses/sdl2/pdcdisp.c +0 -534
  155. data/vendor/PDCurses/sdl2/pdcgetsc.c +0 -30
  156. data/vendor/PDCurses/sdl2/pdckbd.c +0 -480
  157. data/vendor/PDCurses/sdl2/pdcscrn.c +0 -443
  158. data/vendor/PDCurses/sdl2/pdcsdl.h +0 -33
  159. data/vendor/PDCurses/sdl2/pdcsetsc.c +0 -67
  160. data/vendor/PDCurses/sdl2/pdcutil.c +0 -39
  161. data/vendor/PDCurses/sdl2/sdltest.c +0 -81
  162. data/vendor/PDCurses/term.h +0 -48
  163. data/vendor/PDCurses/version.mif +0 -7
  164. data/vendor/PDCurses/vt/CMakeLists.txt +0 -28
  165. data/vendor/PDCurses/vt/Makefile +0 -135
  166. data/vendor/PDCurses/vt/Makefile.bcc +0 -111
  167. data/vendor/PDCurses/vt/Makefile.dmc +0 -258
  168. data/vendor/PDCurses/vt/Makefile.vc +0 -144
  169. data/vendor/PDCurses/vt/Makefile.wcc +0 -107
  170. data/vendor/PDCurses/vt/README.md +0 -64
  171. data/vendor/PDCurses/vt/pdcclip.c +0 -20
  172. data/vendor/PDCurses/vt/pdcdisp.c +0 -284
  173. data/vendor/PDCurses/vt/pdcgetsc.c +0 -27
  174. data/vendor/PDCurses/vt/pdckbd.c +0 -394
  175. data/vendor/PDCurses/vt/pdcscrn.c +0 -434
  176. data/vendor/PDCurses/vt/pdcsetsc.c +0 -45
  177. data/vendor/PDCurses/vt/pdcutil.c +0 -43
  178. data/vendor/PDCurses/vt/pdcvt.h +0 -16
  179. data/vendor/PDCurses/watcom.mif +0 -68
  180. data/vendor/PDCurses/wincon/CMakeLists.txt +0 -27
  181. data/vendor/PDCurses/wincon/Makefile.bcc +0 -88
  182. data/vendor/PDCurses/wincon/Makefile.dmc +0 -256
  183. data/vendor/PDCurses/wincon/Makefile.lcc +0 -273
  184. data/vendor/PDCurses/wincon/Makefile.mng +0 -176
  185. data/vendor/PDCurses/wincon/Makefile.vc +0 -144
  186. data/vendor/PDCurses/wincon/Makefile.wcc +0 -51
  187. data/vendor/PDCurses/wincon/README.md +0 -85
  188. data/vendor/PDCurses/wincon/pdcclip.c +0 -174
  189. data/vendor/PDCurses/wincon/pdcdisp.c +0 -143
  190. data/vendor/PDCurses/wincon/pdcgetsc.c +0 -55
  191. data/vendor/PDCurses/wincon/pdckbd.c +0 -786
  192. data/vendor/PDCurses/wincon/pdcscrn.c +0 -717
  193. data/vendor/PDCurses/wincon/pdcsetsc.c +0 -91
  194. data/vendor/PDCurses/wincon/pdcurses.ico +0 -0
  195. data/vendor/PDCurses/wincon/pdcurses.rc +0 -28
  196. data/vendor/PDCurses/wincon/pdcutil.c +0 -41
  197. data/vendor/PDCurses/wincon/pdcwin.h +0 -31
  198. data/vendor/PDCurses/wingui/CMakeLists.txt +0 -27
  199. data/vendor/PDCurses/wingui/Makefile.bcc +0 -85
  200. data/vendor/PDCurses/wingui/Makefile.dmc +0 -259
  201. data/vendor/PDCurses/wingui/Makefile.lcc +0 -273
  202. data/vendor/PDCurses/wingui/Makefile.mng +0 -171
  203. data/vendor/PDCurses/wingui/Makefile.vc +0 -144
  204. data/vendor/PDCurses/wingui/Makefile.wcc +0 -51
  205. data/vendor/PDCurses/wingui/README.md +0 -93
  206. data/vendor/PDCurses/wingui/pdcclip.c +0 -174
  207. data/vendor/PDCurses/wingui/pdcdisp.c +0 -718
  208. data/vendor/PDCurses/wingui/pdcgetsc.c +0 -30
  209. data/vendor/PDCurses/wingui/pdckbd.c +0 -143
  210. data/vendor/PDCurses/wingui/pdcscrn.c +0 -2797
  211. data/vendor/PDCurses/wingui/pdcsetsc.c +0 -89
  212. data/vendor/PDCurses/wingui/pdcurses.ico +0 -0
  213. data/vendor/PDCurses/wingui/pdcurses.rc +0 -28
  214. data/vendor/PDCurses/wingui/pdcutil.c +0 -61
  215. data/vendor/PDCurses/wingui/pdcwin.h +0 -122
  216. data/vendor/PDCurses/x11/Makefile.in +0 -754
  217. data/vendor/PDCurses/x11/PDCurses.spec +0 -82
  218. data/vendor/PDCurses/x11/README.md +0 -62
  219. data/vendor/PDCurses/x11/ScrollBox.c +0 -319
  220. data/vendor/PDCurses/x11/ScrollBox.h +0 -51
  221. data/vendor/PDCurses/x11/ScrollBoxP.h +0 -70
  222. data/vendor/PDCurses/x11/aclocal.m4 +0 -994
  223. data/vendor/PDCurses/x11/big_icon.xbm +0 -46
  224. data/vendor/PDCurses/x11/compose.h +0 -201
  225. data/vendor/PDCurses/x11/config.guess +0 -1500
  226. data/vendor/PDCurses/x11/config.h.in +0 -100
  227. data/vendor/PDCurses/x11/config.sub +0 -1616
  228. data/vendor/PDCurses/x11/configure +0 -6700
  229. data/vendor/PDCurses/x11/configure.ac +0 -295
  230. data/vendor/PDCurses/x11/debian/changelog +0 -6
  231. data/vendor/PDCurses/x11/debian/compat +0 -1
  232. data/vendor/PDCurses/x11/debian/control +0 -11
  233. data/vendor/PDCurses/x11/debian/copyright +0 -27
  234. data/vendor/PDCurses/x11/debian/rules +0 -98
  235. data/vendor/PDCurses/x11/install-sh +0 -253
  236. data/vendor/PDCurses/x11/little_icon.xbm +0 -14
  237. data/vendor/PDCurses/x11/ncurses_cfg.h +0 -45
  238. data/vendor/PDCurses/x11/pdcclip.c +0 -173
  239. data/vendor/PDCurses/x11/pdcdisp.c +0 -85
  240. data/vendor/PDCurses/x11/pdcgetsc.c +0 -28
  241. data/vendor/PDCurses/x11/pdckbd.c +0 -104
  242. data/vendor/PDCurses/x11/pdcscrn.c +0 -258
  243. data/vendor/PDCurses/x11/pdcsetsc.c +0 -95
  244. data/vendor/PDCurses/x11/pdcutil.c +0 -52
  245. data/vendor/PDCurses/x11/pdcx11.c +0 -316
  246. data/vendor/PDCurses/x11/pdcx11.h +0 -191
  247. data/vendor/PDCurses/x11/sb.c +0 -155
  248. data/vendor/PDCurses/x11/x11.c +0 -3686
  249. data/vendor/PDCurses/x11/xcurses-config.in +0 -81
@@ -1,443 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include "pdcsdl.h"
4
-
5
- #include <stdlib.h>
6
- #ifndef PDC_WIDE
7
- # include "deffont.h"
8
- #endif
9
- #include "deficon.h"
10
-
11
- #ifdef PDC_WIDE
12
- # ifndef PDC_FONT_PATH
13
- # ifdef _WIN32
14
- # define PDC_FONT_PATH "C:/Windows/Fonts/lucon.ttf"
15
- # elif defined(__APPLE__)
16
- # define PDC_FONT_PATH "/Library/Fonts/Courier New.ttf"
17
- # else
18
- # define PDC_FONT_PATH "/usr/share/fonts/truetype/freefont/FreeMono.ttf"
19
- # endif
20
- # endif
21
- TTF_Font *pdc_ttffont = NULL;
22
- int pdc_font_size = 18;
23
- #endif
24
-
25
- SDL_Window *pdc_window = NULL;
26
- SDL_Surface *pdc_screen = NULL, *pdc_font = NULL, *pdc_icon = NULL,
27
- *pdc_back = NULL, *pdc_tileback = NULL;
28
- int pdc_sheight = 0, pdc_swidth = 0, pdc_yoffset = 0, pdc_xoffset = 0;
29
-
30
- SDL_Color pdc_color[256];
31
- Uint32 pdc_mapped[256];
32
- int pdc_fheight, pdc_fwidth, pdc_flastc;
33
- bool pdc_own_window;
34
-
35
- /* special purpose function keys */
36
- static int PDC_shutdown_key[PDC_MAX_FUNCTION_KEYS] = { 0, 0, 0, 0, 0 };
37
-
38
- /* COLOR_PAIR to attribute encoding table. */
39
-
40
- static struct {short f, b;} atrtab[PDC_COLOR_PAIRS];
41
-
42
- static void _clean(void)
43
- {
44
- #ifdef PDC_WIDE
45
- if (pdc_ttffont)
46
- {
47
- TTF_CloseFont(pdc_ttffont);
48
- TTF_Quit();
49
- }
50
- #endif
51
- SDL_FreeSurface(pdc_tileback);
52
- SDL_FreeSurface(pdc_back);
53
- SDL_FreeSurface(pdc_icon);
54
- SDL_FreeSurface(pdc_font);
55
- SDL_DestroyWindow(pdc_window);
56
- SDL_Quit();
57
- }
58
-
59
- void PDC_retile(void)
60
- {
61
- if (pdc_tileback)
62
- SDL_FreeSurface(pdc_tileback);
63
-
64
- pdc_tileback = SDL_ConvertSurface(pdc_screen, pdc_screen->format, 0);
65
- if (pdc_tileback == NULL)
66
- return;
67
-
68
- if (pdc_back)
69
- {
70
- SDL_Rect dest;
71
-
72
- dest.y = 0;
73
-
74
- while (dest.y < pdc_tileback->h)
75
- {
76
- dest.x = 0;
77
-
78
- while (dest.x < pdc_tileback->w)
79
- {
80
- SDL_BlitSurface(pdc_back, 0, pdc_tileback, &dest);
81
- dest.x += pdc_back->w;
82
- }
83
-
84
- dest.y += pdc_back->h;
85
- }
86
-
87
- SDL_BlitSurface(pdc_tileback, 0, pdc_screen, 0);
88
- }
89
- }
90
-
91
- void PDC_scr_close(void)
92
- {
93
- PDC_LOG(("PDC_scr_close() - called\n"));
94
- }
95
-
96
- void PDC_scr_free(void)
97
- {
98
- if (SP)
99
- free(SP);
100
- }
101
-
102
- /* This is called twice a second, in a separate thread, and 'pushes' an
103
- event to the main thread. See https://wiki.libsdl.org/SDL_AddTimer for
104
- more info. The result redraws cursor and blinking text every 500 ms. */
105
-
106
- Uint32 timer_callback( Uint32 interval, void *param)
107
- {
108
- SDL_Event event;
109
-
110
- event.type = SDL_USEREVENT;
111
- SDL_PushEvent( &event);
112
- return( interval);
113
- }
114
-
115
- static int default_pdc_swidth = 80, default_pdc_sheight = 25;
116
-
117
- /* open the physical screen -- allocate SP, miscellaneous intialization */
118
-
119
- int PDC_scr_open(int argc, char **argv)
120
- {
121
- int i, r, g, b;
122
-
123
- PDC_LOG(("PDC_scr_open() - called\n"));
124
-
125
- SP = calloc(1, sizeof(SCREEN));
126
-
127
- if (!SP)
128
- return ERR;
129
-
130
- pdc_own_window = !pdc_window;
131
-
132
- if (pdc_own_window)
133
- {
134
- if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_TIMER|SDL_INIT_EVENTS) < 0)
135
- {
136
- fprintf(stderr, "Could not start SDL: %s\n", SDL_GetError());
137
- return ERR;
138
- }
139
- SDL_AddTimer( 500, timer_callback, NULL); /* 500 millisec blink */
140
-
141
- atexit(_clean);
142
- }
143
-
144
- #ifdef PDC_WIDE
145
- if (!pdc_ttffont)
146
- {
147
- const char *ptsz, *fname;
148
-
149
- if (TTF_Init() == -1)
150
- {
151
- fprintf(stderr, "Could not start SDL_TTF: %s\n", SDL_GetError());
152
- return ERR;
153
- }
154
-
155
- ptsz = getenv("PDC_FONT_SIZE");
156
- if (ptsz != NULL)
157
- pdc_font_size = atoi(ptsz);
158
- if (pdc_font_size <= 0)
159
- pdc_font_size = 18;
160
-
161
- fname = getenv("PDC_FONT");
162
- pdc_ttffont = TTF_OpenFont(fname ? fname : PDC_FONT_PATH,
163
- pdc_font_size);
164
- }
165
-
166
- if (!pdc_ttffont)
167
- {
168
- fprintf(stderr, "Could not load font\n");
169
- return ERR;
170
- }
171
-
172
- TTF_SetFontKerning(pdc_ttffont, 0);
173
- TTF_SetFontHinting(pdc_ttffont, TTF_HINTING_MONO);
174
-
175
- SP->mono = FALSE;
176
- #else
177
- if (!pdc_font)
178
- {
179
- const char *fname = getenv("PDC_FONT");
180
- pdc_font = SDL_LoadBMP(fname ? fname : "pdcfont.bmp");
181
- }
182
-
183
- if (!pdc_font)
184
- pdc_font = SDL_LoadBMP_RW(SDL_RWFromMem(deffont, sizeof(deffont)), 0);
185
-
186
- if (!pdc_font)
187
- {
188
- fprintf(stderr, "Could not load font\n");
189
- return ERR;
190
- }
191
-
192
- SP->mono = !pdc_font->format->palette;
193
- #endif
194
-
195
- if (!SP->mono && !pdc_back)
196
- {
197
- const char *bname = getenv("PDC_BACKGROUND");
198
- pdc_back = SDL_LoadBMP(bname ? bname : "pdcback.bmp");
199
- }
200
-
201
- if (!SP->mono && (pdc_back || !pdc_own_window))
202
- {
203
- SP->orig_attr = TRUE;
204
- SP->orig_fore = COLOR_WHITE;
205
- SP->orig_back = -1;
206
- }
207
- else
208
- SP->orig_attr = FALSE;
209
-
210
- #ifdef PDC_WIDE
211
- TTF_SizeText(pdc_ttffont, "W", &pdc_fwidth, &pdc_fheight);
212
- #else
213
- pdc_fheight = pdc_font->h / 8;
214
- pdc_fwidth = pdc_font->w / 32;
215
-
216
- if (!SP->mono)
217
- pdc_flastc = pdc_font->format->palette->ncolors - 1;
218
- #endif
219
-
220
- if (pdc_own_window && !pdc_icon)
221
- {
222
- const char *iname = getenv("PDC_ICON");
223
- pdc_icon = SDL_LoadBMP(iname ? iname : "pdcicon.bmp");
224
-
225
- if (!pdc_icon)
226
- pdc_icon = SDL_LoadBMP_RW(SDL_RWFromMem(deficon,
227
- sizeof(deficon)), 0);
228
- }
229
-
230
- if (pdc_own_window)
231
- {
232
- const char *env = getenv("PDC_LINES");
233
- pdc_sheight = (env ? atoi(env) : default_pdc_sheight) * pdc_fheight;
234
-
235
- env = getenv("PDC_COLS");
236
- pdc_swidth = (env ? atoi(env) : default_pdc_swidth) * pdc_fwidth;
237
-
238
- pdc_window = SDL_CreateWindow((argc ? argv[0] : "PDCurses"), SDL_WINDOWPOS_UNDEFINED,
239
- SDL_WINDOWPOS_UNDEFINED, pdc_swidth, pdc_sheight,
240
- SDL_WINDOW_RESIZABLE);
241
- if (pdc_window == NULL)
242
- {
243
- fprintf(stderr, "Could not open SDL window: %s\n", SDL_GetError());
244
- return ERR;
245
- }
246
- SDL_SetWindowIcon(pdc_window, pdc_icon);
247
-
248
- /* Events must be pumped before calling SDL_GetWindowSurface, or
249
- initial modifiers (e.g. numlock) will be ignored and out-of-sync. */
250
- SDL_PumpEvents();
251
-
252
- pdc_screen = SDL_GetWindowSurface(pdc_window);
253
- if (pdc_screen == NULL)
254
- {
255
- fprintf(stderr, "Could not open SDL window surface: %s\n", SDL_GetError());
256
- return ERR;
257
- }
258
- }
259
- else
260
- {
261
- if (!pdc_screen)
262
- pdc_screen = SDL_GetWindowSurface(pdc_window);
263
-
264
- if (!pdc_sheight)
265
- pdc_sheight = pdc_screen->h - pdc_yoffset;
266
-
267
- if (!pdc_swidth)
268
- pdc_swidth = pdc_screen->w - pdc_xoffset;
269
- }
270
-
271
- if (!pdc_screen)
272
- {
273
- fprintf(stderr, "Couldn't create a surface: %s\n", SDL_GetError());
274
- return ERR;
275
- }
276
-
277
- if (SP->orig_attr)
278
- PDC_retile();
279
-
280
- COLORS = 256; /* we have 256 colors in this flavor of PDCurses */
281
- for (i = 0; i < 8; i++)
282
- {
283
- pdc_color[i].r = (i & COLOR_RED) ? 0xc0 : 0;
284
- pdc_color[i].g = (i & COLOR_GREEN) ? 0xc0 : 0;
285
- pdc_color[i].b = (i & COLOR_BLUE) ? 0xc0 : 0;
286
-
287
- pdc_color[i + 8].r = (i & COLOR_RED) ? 0xff : 0x40;
288
- pdc_color[i + 8].g = (i & COLOR_GREEN) ? 0xff : 0x40;
289
- pdc_color[i + 8].b = (i & COLOR_BLUE) ? 0xff : 0x40;
290
- }
291
-
292
- /* 256-color xterm extended palette: 216 colors in a
293
- 6x6x6 color cube, plus 24 (not 50) shades of gray */
294
- i = 16;
295
- for( r = 0; r < 6; r++)
296
- for( g = 0; g < 6; g++)
297
- for( b = 0; b < 6; b++, i++)
298
- {
299
- pdc_color[i].r = ( r ? r * 40 + 55 : 0);
300
- pdc_color[i].g = ( g ? g * 40 + 55 : 0);
301
- pdc_color[i].b = ( b ? b * 40 + 55 : 0);
302
- }
303
- for( i = 232; i < 256; i++)
304
- pdc_color[i].r = pdc_color[i].g = pdc_color[i].b = (i - 232) * 10 + 8;
305
- for (i = 0; i < 256; i++)
306
- pdc_mapped[i] = SDL_MapRGB(pdc_screen->format, pdc_color[i].r,
307
- pdc_color[i].g, pdc_color[i].b);
308
-
309
- SDL_StartTextInput();
310
-
311
- PDC_mouse_set();
312
-
313
- if (pdc_own_window)
314
- PDC_set_title(argc ? argv[0] : "PDCurses");
315
-
316
- SP->lines = PDC_get_rows();
317
- SP->cols = PDC_get_columns();
318
-
319
- SP->mouse_wait = PDC_CLICK_PERIOD;
320
- SP->audible = FALSE;
321
-
322
- PDC_reset_prog_mode();
323
-
324
- return OK;
325
- }
326
-
327
- /* the core of resize_term() */
328
-
329
- int PDC_resize_screen(int nlines, int ncols)
330
- {
331
- if (!stdscr) /* window hasn't been created yet; we're */
332
- { /* specifying its size before doing so */
333
- default_pdc_swidth = ncols;
334
- default_pdc_sheight = nlines;
335
- return OK;
336
- }
337
-
338
- if (!pdc_own_window)
339
- return ERR;
340
-
341
- if (nlines && ncols)
342
- {
343
- pdc_sheight = nlines * pdc_fheight;
344
- pdc_swidth = ncols * pdc_fwidth;
345
- }
346
-
347
- SDL_SetWindowSize(pdc_window, pdc_swidth, pdc_sheight);
348
- pdc_screen = SDL_GetWindowSurface(pdc_window);
349
-
350
- if (pdc_tileback)
351
- PDC_retile();
352
-
353
- SP->resized = FALSE;
354
- SP->cursrow = SP->curscol = 0;
355
-
356
- return OK;
357
- }
358
-
359
- void PDC_reset_prog_mode(void)
360
- {
361
- PDC_LOG(("PDC_reset_prog_mode() - called.\n"));
362
-
363
- PDC_flushinp();
364
- }
365
-
366
- void PDC_reset_shell_mode(void)
367
- {
368
- PDC_LOG(("PDC_reset_shell_mode() - called.\n"));
369
-
370
- PDC_flushinp();
371
- }
372
-
373
- void PDC_restore_screen_mode(int i)
374
- {
375
- }
376
-
377
- void PDC_save_screen_mode(int i)
378
- {
379
- }
380
-
381
- void PDC_init_pair(short pair, short fg, short bg)
382
- {
383
- atrtab[pair].f = fg;
384
- atrtab[pair].b = bg;
385
- }
386
-
387
- int PDC_pair_content(short pair, short *fg, short *bg)
388
- {
389
- *fg = atrtab[pair].f;
390
- *bg = atrtab[pair].b;
391
-
392
- return OK;
393
- }
394
-
395
- bool PDC_can_change_color(void)
396
- {
397
- return TRUE;
398
- }
399
-
400
- int PDC_color_content(short color, short *red, short *green, short *blue)
401
- {
402
- *red = DIVROUND(pdc_color[color].r * 1000, 255);
403
- *green = DIVROUND(pdc_color[color].g * 1000, 255);
404
- *blue = DIVROUND(pdc_color[color].b * 1000, 255);
405
-
406
- return OK;
407
- }
408
-
409
- int PDC_init_color(short color, short red, short green, short blue)
410
- {
411
- pdc_color[color].r = DIVROUND(red * 255, 1000);
412
- pdc_color[color].g = DIVROUND(green * 255, 1000);
413
- pdc_color[color].b = DIVROUND(blue * 255, 1000);
414
-
415
- pdc_mapped[color] = SDL_MapRGB(pdc_screen->format, pdc_color[color].r,
416
- pdc_color[color].g, pdc_color[color].b);
417
-
418
- wrefresh(curscr);
419
-
420
- return OK;
421
- }
422
-
423
- /* Does nothing in the SDL flavors of PDCurses. That may change, eventually,
424
- allowing one to limit the range of user-resizable windows. See X11 or Win32a
425
- versions of this function for details. */
426
-
427
- void PDC_set_resize_limits( const int new_min_lines, const int new_max_lines,
428
- const int new_min_cols, const int new_max_cols)
429
- {
430
- }
431
-
432
- /* PDC_set_function_key() does nothing on this platform */
433
- int PDC_set_function_key( const unsigned function, const int new_key)
434
- {
435
- int old_key = -1;
436
-
437
- if( function < PDC_MAX_FUNCTION_KEYS)
438
- {
439
- old_key = PDC_shutdown_key[function];
440
- PDC_shutdown_key[function] = new_key;
441
- }
442
- return( old_key);
443
- }
@@ -1,33 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include <curspriv.h>
4
-
5
- #include <SDL.h>
6
- #ifdef PDC_WIDE
7
- # include <SDL_ttf.h>
8
- #endif
9
-
10
- #ifdef PDC_WIDE
11
- PDCEX TTF_Font *pdc_ttffont;
12
- PDCEX int pdc_font_size;
13
- #endif
14
- PDCEX SDL_Window *pdc_window;
15
- PDCEX SDL_Surface *pdc_screen, *pdc_font, *pdc_icon, *pdc_back;
16
- PDCEX int pdc_sheight, pdc_swidth, pdc_yoffset, pdc_xoffset;
17
-
18
-
19
- extern SDL_Surface *pdc_tileback; /* used to regenerate the background
20
- of "transparent" cells */
21
- extern SDL_Color pdc_color[256]; /* colors for font palette */
22
- extern Uint32 pdc_mapped[256]; /* colors for FillRect(), as
23
- used in _highlight() */
24
- extern int pdc_fheight, pdc_fwidth; /* font height and width */
25
- extern int pdc_flastc; /* font palette's last color
26
- (treated as the foreground) */
27
- extern bool pdc_own_window; /* if pdc_window was not set
28
- before initscr(), PDCurses is
29
- responsible for (owns) it */
30
- extern Uint32 pdc_lastupdate; /* time of last update, in ticks */
31
-
32
- void PDC_update_rects(void);
33
- void PDC_retile(void);
@@ -1,67 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include "pdcsdl.h"
4
-
5
- /*man-start**************************************************************
6
-
7
- pdcsetsc
8
- --------
9
-
10
- ### Synopsis
11
-
12
- int PDC_set_blink(bool blinkon);
13
- void PDC_set_title(const char *title);
14
-
15
- ### Description
16
-
17
- PDC_set_blink() toggles whether the A_BLINK attribute sets an
18
- actual blink mode (TRUE), or sets the background color to high
19
- intensity (FALSE). The default is platform-dependent (FALSE in
20
- most cases). It returns OK if it could set the state to match
21
- the given parameter, ERR otherwise. Current platforms also
22
- adjust the value of COLORS according to this function -- 16 for
23
- FALSE, and 8 for TRUE.
24
-
25
- PDC_set_title() sets the title of the window in which the curses
26
- program is running. This function may not do anything on some
27
- platforms. (Currently it only works in Win32 and X11.)
28
-
29
- ### Portability
30
- X/Open BSD SYS V
31
- PDC_set_blink - - -
32
- PDC_set_title - - -
33
-
34
- **man-end****************************************************************/
35
-
36
- int PDC_curs_set(int visibility)
37
- {
38
- int ret_vis;
39
-
40
- PDC_LOG(("PDC_curs_set() - called: visibility=%d\n", visibility));
41
-
42
- ret_vis = SP->visibility;
43
-
44
- SP->visibility = visibility;
45
-
46
- PDC_gotoyx(SP->cursrow, SP->curscol);
47
-
48
- return ret_vis;
49
- }
50
-
51
- void PDC_set_title(const char *title)
52
- {
53
- PDC_LOG(("PDC_set_title() - called:<%s>\n", title));
54
-
55
- SDL_SetWindowTitle(pdc_window, title);
56
- }
57
-
58
- /* See comments in win32a/pdcsetsc.c or x11/pdcsetsc.c. This does
59
- essentially the same thing. */
60
-
61
- int PDC_set_blink(bool blinkon)
62
- {
63
- extern int PDC_really_blinking;
64
-
65
- PDC_really_blinking = blinkon;
66
- return OK;
67
- }
@@ -1,39 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- #include "pdcsdl.h"
4
-
5
- void PDC_beep(void)
6
- {
7
- PDC_LOG(("PDC_beep() - called\n"));
8
- }
9
-
10
- void PDC_napms(int ms)
11
- {
12
- PDC_LOG(("PDC_napms() - called: ms=%d\n", ms));
13
-
14
- PDC_update_rects();
15
- SDL_Delay(ms);
16
- }
17
-
18
- const char *PDC_sysname(void)
19
- {
20
- return "SDL2";
21
- }
22
-
23
- PDC_version_info PDC_version = { PDC_PORT_SDL2,
24
- PDC_VER_MAJOR, PDC_VER_MINOR, PDC_VER_CHANGE,
25
- sizeof( chtype),
26
- /* note that thus far, 'wide' and 'UTF8' versions exist */
27
- /* only for SDL2, X11, Win32, and Win32a; elsewhere, */
28
- /* these will be FALSE */
29
- #ifdef PDC_WIDE
30
- TRUE,
31
- #else
32
- FALSE,
33
- #endif
34
- #ifdef PDC_FORCE_UTF8
35
- TRUE,
36
- #else
37
- FALSE,
38
- #endif
39
- };
@@ -1,81 +0,0 @@
1
- /* Here's a simple example of combining SDL and PDCurses functionality.
2
- The top portion of the window is devoted to SDL, with a four-line
3
- (assuming the default 8x16 font) stdscr at the bottom.
4
- */
5
-
6
- #include <SDL.h>
7
- #include <curses.h>
8
- #include <stdlib.h>
9
- #include <time.h>
10
-
11
- /* You could #include pdcsdl.h, or just add the relevant declarations
12
- here: */
13
-
14
- PDCEX SDL_Window *pdc_window;
15
- PDCEX SDL_Surface *pdc_screen;
16
- PDCEX int pdc_yoffset;
17
-
18
- int main(int argc, char **argv)
19
- {
20
- char inp[60];
21
- int i, j, seed;
22
-
23
- seed = time((time_t *)0);
24
- srand(seed);
25
-
26
- /* Initialize SDL */
27
-
28
- if (SDL_Init(SDL_INIT_VIDEO) < 0)
29
- exit(1);
30
-
31
- atexit(SDL_Quit);
32
-
33
- pdc_window = SDL_CreateWindow("PDCurses for SDL", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, 0);
34
- pdc_screen = SDL_GetWindowSurface(pdc_window);
35
-
36
- /* Initialize PDCurses */
37
-
38
- pdc_yoffset = 416; /* 480 - 4 * 16 */
39
-
40
- initscr();
41
- start_color();
42
- scrollok(stdscr, TRUE);
43
-
44
- PDC_set_title("PDCurses for SDL");
45
-
46
- /* Do some SDL stuff */
47
-
48
- for (i = 640, j = 416; j; i -= 2, j -= 2)
49
- {
50
- SDL_Rect dest;
51
-
52
- dest.x = (640 - i) / 2;
53
- dest.y = (416 - j) / 2;
54
- dest.w = i;
55
- dest.h = j;
56
-
57
- SDL_FillRect(pdc_screen, &dest,
58
- SDL_MapRGB(pdc_screen->format, rand() % 256,
59
- rand() % 256, rand() % 256));
60
- }
61
-
62
- SDL_UpdateWindowSurface(pdc_window);
63
-
64
- /* Do some curses stuff */
65
-
66
- init_pair(1, COLOR_WHITE + 8, COLOR_BLUE);
67
- bkgd(COLOR_PAIR(1));
68
-
69
- addstr("This is a demo of ");
70
- attron(A_UNDERLINE);
71
- addstr("PDCurses for SDL");
72
- attroff(A_UNDERLINE);
73
- addstr(".\nYour comments here: ");
74
- getnstr(inp, 59);
75
- addstr("Press any key to exit.");
76
-
77
- getch();
78
- endwin();
79
-
80
- return 0;
81
- }
@@ -1,48 +0,0 @@
1
- /* Public Domain Curses */
2
-
3
- /* PDCurses doesn't operate with terminfo, but we need these functions for
4
- compatibility, to allow some things (notably, interface libraries for
5
- other languages) to be compiled. Anyone who tries to actually _use_
6
- them will be disappointed, since they only return ERR. */
7
-
8
- #ifndef __PDCURSES_TERM_H__
9
- #define __PDCURSES_TERM_H__ 1
10
-
11
- #include <curses.h>
12
-
13
- #if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)
14
- extern "C"
15
- {
16
- #endif
17
-
18
- typedef struct
19
- {
20
- const char *_termname;
21
- } TERMINAL;
22
-
23
- /* PDCEX is defined in curses.h */
24
- PDCEX TERMINAL *cur_term;
25
-
26
- int del_curterm(TERMINAL *);
27
- int putp(const char *);
28
- int restartterm(const char *, int, int *);
29
- TERMINAL *set_curterm(TERMINAL *);
30
- int setterm(const char *);
31
- int setupterm(const char *, int, int *);
32
- int tgetent(char *, const char *);
33
- int tgetflag(const char *);
34
- int tgetnum(const char *);
35
- char *tgetstr(const char *, char **);
36
- char *tgoto(const char *, int, int);
37
- int tigetflag(const char *);
38
- int tigetnum(const char *);
39
- char *tigetstr(const char *);
40
- char *tparm(const char *, long, long, long, long, long,
41
- long, long, long, long);
42
- int tputs(const char *, int, int (*)(int));
43
-
44
- #if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS)
45
- }
46
- #endif
47
-
48
- #endif /* __PDCURSES_TERM_H__ */