You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

574 regels
17 KiB

  1. /*
  2. * libcaca Colour ASCII-Art library
  3. * Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org>
  4. * All Rights Reserved
  5. *
  6. * $Id$
  7. *
  8. * This library is free software. It comes without any warranty, to
  9. * the extent permitted by applicable law. You can redistribute it
  10. * and/or modify it under the terms of the Do What The Fuck You Want
  11. * To Public License, Version 2, as published by Sam Hocevar. See
  12. * http://sam.zoy.org/wtfpl/COPYING for more details.
  13. */
  14. /*
  15. * This file contains the libcaca SLang input and output driver
  16. */
  17. #include "config.h"
  18. #include "common.h"
  19. #if defined(USE_SLANG)
  20. #if defined(HAVE_SLANG_SLANG_H)
  21. # include <slang/slang.h>
  22. #else
  23. # include <slang.h>
  24. #endif
  25. #include <stdlib.h>
  26. #include <string.h>
  27. #if defined(HAVE_SIGNAL_H)
  28. # include <signal.h>
  29. #endif
  30. #include "cucul.h"
  31. #include "caca.h"
  32. #include "caca_internals.h"
  33. /*
  34. * Global variables
  35. */
  36. /* Tables generated by tools/optipal.c */
  37. static int const slang_palette[2*16*16] =
  38. {
  39. 1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0,
  40. 9, 0, 10, 0, 11, 0, 12, 0, 13, 0, 14, 0, 15, 0, 0, 8,
  41. 8, 7, 7, 8, 15, 7, 7, 15, 15, 9, 9, 15, 1, 9, 9, 1,
  42. 7, 9, 9, 7, 8, 1, 1, 8, 0, 1, 15, 10, 10, 15, 2, 10,
  43. 10, 2, 7, 10, 10, 7, 8, 2, 2, 8, 0, 2, 15, 11, 11, 15,
  44. 3, 11, 11, 3, 7, 11, 11, 7, 8, 3, 3, 8, 0, 3, 15, 12,
  45. 12, 15, 4, 12, 12, 4, 7, 12, 12, 7, 8, 4, 4, 8, 0, 4,
  46. 15, 13, 13, 15, 5, 13, 13, 5, 7, 13, 13, 7, 8, 5, 5, 8,
  47. 0, 5, 15, 14, 14, 15, 6, 14, 14, 6, 7, 14, 14, 7, 8, 6,
  48. 6, 8, 0, 6, 4, 6, 6, 4, 12, 14, 14, 12, 6, 2, 2, 6,
  49. 14, 10, 10, 14, 2, 3, 3, 2, 10, 11, 11, 10, 3, 1, 1, 3,
  50. 11, 9, 9, 11, 1, 5, 5, 1, 9, 13, 13, 9, 5, 4, 4, 5,
  51. 13, 12, 12, 13, 4, 14, 6, 12, 12, 6, 14, 4, 6, 10, 2, 14,
  52. 14, 2, 10, 6, 2, 11, 3, 10, 10, 3, 11, 2, 3, 9, 1, 11,
  53. 11, 1, 9, 3, 1, 13, 5, 9, 9, 5, 13, 1, 5, 12, 4, 13,
  54. 13, 4, 12, 5, 0, 7, 0, 15, 15, 8, 8, 15, 15, 1, 7, 1,
  55. 1, 6, 2, 5, 3, 4, 4, 3, 5, 2, 6, 1, 0, 0, 1, 1,
  56. 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 2, 2, 3, 3,
  57. 4, 4, 5, 5, 6, 6, 7, 7, 14, 9, 1, 15, 8, 9, 8, 8,
  58. 9, 9, 1, 7, 0, 9, 9, 8, 6, 9, 13, 10, 2, 15, 8, 10,
  59. 7, 2, 15, 2, 2, 7, 0, 10, 10, 8, 5, 10, 12, 11, 3, 15,
  60. 8, 11, 7, 3, 15, 3, 3, 7, 0, 11, 11, 8, 4, 11, 11, 12,
  61. 4, 15, 8, 12, 7, 4, 15, 4, 4, 7, 0, 12, 12, 8, 3, 12,
  62. 10, 13, 5, 15, 8, 13, 7, 5, 15, 5, 5, 7, 0, 13, 13, 8,
  63. 2, 13, 9, 14, 6, 15, 8, 14, 7, 6, 15, 6, 6, 7, 0, 14,
  64. 14, 8, 1, 14, 5, 6, 2, 4, 13, 14, 10, 12, 4, 2, 3, 6,
  65. 12, 10, 11, 14, 6, 3, 1, 2, 14, 11, 9, 10, 2, 1, 5, 3,
  66. 10, 9, 13, 11, 3, 5, 4, 1, 11, 13, 12, 9, 1, 4, 6, 5,
  67. 9, 12, 14, 13, 5, 14, 2, 12, 13, 6, 10, 4, 4, 10, 3, 14,
  68. 12, 2, 11, 6, 6, 11, 1, 10, 14, 3, 9, 2, 2, 9, 5, 11,
  69. 10, 1, 13, 3, 3, 13, 4, 9, 11, 5, 12, 1, 1, 12, 6, 13,
  70. 9, 4, 14, 5, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15,
  71. };
  72. static int const slang_assoc[16*16] =
  73. {
  74. 134, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
  75. 28, 135, 214, 86, 219, 91, 133, 127, 26, 23, 240, 112, 245, 117, 141, 126,
  76. 37, 211, 142, 83, 206, 132, 78, 160, 35, 237, 32, 109, 232, 140, 104, 161,
  77. 46, 87, 82, 143, 131, 215, 210, 169, 44, 113, 108, 41, 139, 241, 236, 170,
  78. 55, 222, 203, 130, 144, 94, 75, 178, 53, 248, 229, 138, 50, 120, 101, 179,
  79. 64, 90, 129, 218, 95, 145, 223, 187, 62, 116, 137, 244, 121, 59, 249, 188,
  80. 73, 128, 79, 207, 74, 202, 146, 196, 71, 136, 105, 233, 100, 228, 68, 197,
  81. 122, 153, 162, 171, 180, 189, 198, 147, 16, 25, 34, 43, 52, 61, 70, 18,
  82. 15, 27, 36, 45, 54, 63, 72, 17, 151, 155, 164, 173, 182, 191, 200, 124,
  83. 154, 22, 238, 110, 243, 115, 156, 24, 150, 152, 216, 88, 221, 93, 148, 20,
  84. 163, 235, 31, 107, 230, 165, 102, 33, 159, 213, 250, 85, 208, 157, 80, 29,
  85. 172, 111, 106, 40, 174, 239, 234, 42, 168, 89, 84, 251, 166, 217, 212, 38,
  86. 181, 246, 227, 183, 49, 118, 99, 51, 177, 224, 205, 175, 252, 96, 77, 47,
  87. 190, 114, 192, 242, 119, 58, 247, 60, 186, 92, 184, 220, 97, 253, 225, 56,
  88. 199, 201, 103, 231, 98, 226, 67, 69, 195, 193, 81, 209, 76, 204, 254, 65,
  89. 123, 149, 158, 167, 176, 185, 194, 19, 125, 21, 30, 39, 48, 57, 66, 255,
  90. };
  91. /*
  92. * Local functions
  93. */
  94. static void slang_init_palette(void);
  95. static void slang_write_utf32(uint32_t);
  96. #if defined(HAVE_SIGNAL)
  97. static RETSIGTYPE sigwinch_handler(int);
  98. static caca_display_t *sigwinch_d; /* FIXME: we ought to get rid of this */
  99. #endif
  100. #if defined(HAVE_GETENV) && defined(HAVE_PUTENV)
  101. static void slang_install_terminal(caca_display_t *);
  102. static void slang_uninstall_terminal(caca_display_t *);
  103. #endif
  104. struct driver_private
  105. {
  106. char *term;
  107. };
  108. static int slang_init_graphics(caca_display_t *dp)
  109. {
  110. dp->drv.p = malloc(sizeof(struct driver_private));
  111. #if defined(HAVE_GETENV) && defined(HAVE_PUTENV)
  112. slang_install_terminal(dp);
  113. #endif
  114. #if defined(HAVE_SIGNAL)
  115. sigwinch_d = dp;
  116. signal(SIGWINCH, sigwinch_handler);
  117. #endif
  118. _caca_set_term_title("caca for S-Lang");
  119. /* Initialise slang library */
  120. SLsig_block_signals();
  121. SLtt_get_terminfo();
  122. if(SLkp_init() == -1)
  123. {
  124. SLsig_unblock_signals();
  125. return -1;
  126. }
  127. SLang_init_tty(-1, 0, 1);
  128. if(SLsmg_init_smg() == -1)
  129. {
  130. SLsig_unblock_signals();
  131. return -1;
  132. }
  133. SLsig_unblock_signals();
  134. SLsmg_cls();
  135. SLtt_set_cursor_visibility(0);
  136. SLkp_define_keysym("\e[M", 1001);
  137. SLtt_set_mouse_mode(1, 0);
  138. SLsmg_refresh();
  139. /* Disable scrolling so that hashmap scrolling optimization code
  140. * does not cause ugly refreshes due to slow terminals */
  141. SLtt_Term_Cannot_Scroll = 1;
  142. slang_init_palette();
  143. #if defined(VMS) || defined(REAL_UNIX_SYSTEM)
  144. /* Disable alt charset support so that we get a chance to have all
  145. * 256 colour pairs */
  146. SLtt_Has_Alt_Charset = 0;
  147. #endif
  148. #ifdef HAVE_SLSMG_UTF8_ENABLE
  149. SLsmg_utf8_enable(1); /* 1 == force, 0 == disable, -1 == autodetect */
  150. SLtt_utf8_enable(1);
  151. #endif
  152. dp->resize.allow = 1;
  153. cucul_set_canvas_size(dp->cv, SLtt_Screen_Cols, SLtt_Screen_Rows);
  154. dp->resize.allow = 0;
  155. return 0;
  156. }
  157. static int slang_end_graphics(caca_display_t *dp)
  158. {
  159. _caca_set_term_title("");
  160. SLtt_set_mouse_mode(0, 0);
  161. SLtt_set_cursor_visibility(1);
  162. SLang_reset_tty();
  163. SLsmg_reset_smg();
  164. #if defined HAVE_GETENV && defined HAVE_PUTENV
  165. slang_uninstall_terminal(dp);
  166. #endif
  167. free(dp->drv.p);
  168. return 0;
  169. }
  170. static int slang_set_display_title(caca_display_t *dp, char const *title)
  171. {
  172. _caca_set_term_title(title);
  173. return 0;
  174. }
  175. static unsigned int slang_get_display_width(caca_display_t const *dp)
  176. {
  177. /* Fallback to a 6x10 font */
  178. return cucul_get_canvas_width(dp->cv) * 6;
  179. }
  180. static unsigned int slang_get_display_height(caca_display_t const *dp)
  181. {
  182. /* Fallback to a 6x10 font */
  183. return cucul_get_canvas_height(dp->cv) * 10;
  184. }
  185. static void slang_display(caca_display_t *dp)
  186. {
  187. uint32_t const *cvchars = (uint32_t const *)cucul_get_canvas_chars(dp->cv);
  188. uint32_t const *cvattrs = (uint32_t const *)cucul_get_canvas_attrs(dp->cv);
  189. unsigned int width = cucul_get_canvas_width(dp->cv);
  190. unsigned int height = cucul_get_canvas_height(dp->cv);
  191. int x, y;
  192. for(y = 0; y < (int)height; y++)
  193. {
  194. SLsmg_gotorc(y, 0);
  195. for(x = width; x--; )
  196. {
  197. uint32_t ch = *cvchars++;
  198. #if defined(OPTIMISE_SLANG_PALETTE)
  199. /* If foreground == background, just don't use this colour
  200. * pair, and print a space instead of the real character.
  201. * XXX: disabled, because I can't remember what it was
  202. * here for, and in cases where SLang does not render
  203. * bright backgrounds, it's just fucked up. */
  204. #if 0
  205. uint8_t fgcolor = cucul_attr_to_ansi_fg(*cvattrs);
  206. uint8_t bgcolor = cucul_attr_to_ansi_bg(*cvattrs);
  207. if(fgcolor >= 0x10)
  208. fgcolor = CUCUL_LIGHTGRAY;
  209. if(bgcolor >= 0x10)
  210. bgcolor = CUCUL_BLACK; /* FIXME: handle transparency */
  211. if(fgcolor == bgcolor)
  212. {
  213. if(fgcolor == CUCUL_BLACK)
  214. fgcolor = CUCUL_WHITE;
  215. else if(fgcolor == CUCUL_WHITE
  216. || fgcolor <= CUCUL_LIGHTGRAY)
  217. fgcolor = CUCUL_BLACK;
  218. else
  219. fgcolor = CUCUL_WHITE;
  220. SLsmg_set_color(slang_assoc[fgcolor + 16 * bgcolor]);
  221. SLsmg_write_char(' ');
  222. cvattrs++;
  223. }
  224. else
  225. #endif
  226. {
  227. SLsmg_set_color(slang_assoc[cucul_attr_to_ansi(*cvattrs++)]);
  228. slang_write_utf32(ch);
  229. }
  230. #else
  231. SLsmg_set_color(cucul_attr_to_ansi(*cvattrs++));
  232. slang_write_utf32(ch);
  233. #endif
  234. }
  235. }
  236. SLsmg_gotorc(cucul_get_cursor_y(dp->cv), cucul_get_cursor_x(dp->cv));
  237. SLsmg_refresh();
  238. }
  239. static void slang_handle_resize(caca_display_t *dp)
  240. {
  241. SLtt_get_screen_size();
  242. dp->resize.w = SLtt_Screen_Cols;
  243. dp->resize.h = SLtt_Screen_Rows;
  244. if(dp->resize.w != cucul_get_canvas_width(dp->cv)
  245. || dp->resize.h != cucul_get_canvas_height(dp->cv))
  246. SLsmg_reinit_smg();
  247. }
  248. static int slang_get_event(caca_display_t *dp, caca_privevent_t *ev)
  249. {
  250. int intkey;
  251. if(!SLang_input_pending(0))
  252. {
  253. ev->type = CACA_EVENT_NONE;
  254. return 0;
  255. }
  256. /* We first use SLang_getkey() to see whether Esc was pressed
  257. * alone, then (if it wasn't) we unget the key and use SLkp_getkey()
  258. * instead, so that escape sequences are interpreted. */
  259. intkey = SLang_getkey();
  260. if(intkey != 0x1b /* Esc */ || SLang_input_pending(0))
  261. {
  262. SLang_ungetkey(intkey);
  263. intkey = SLkp_getkey();
  264. }
  265. /* If the key was ASCII, return it immediately */
  266. if(intkey < 0x7f)
  267. {
  268. ev->type = CACA_EVENT_KEY_PRESS;
  269. ev->data.key.ch = intkey;
  270. ev->data.key.utf32 = intkey;
  271. ev->data.key.utf8[0] = intkey;
  272. ev->data.key.utf8[1] = '\0';
  273. return 1;
  274. }
  275. /* If the key was UTF-8, parse the whole sequence */
  276. if(intkey >= 0x80 && intkey < 0x100)
  277. {
  278. int keys[7]; /* Necessary for ungetkey(); */
  279. char utf8[7];
  280. uint32_t utf32;
  281. unsigned int i, bytes = 0;
  282. keys[0] = intkey;
  283. utf8[0] = intkey;
  284. for(i = 1; i < 6; i++)
  285. {
  286. if(!SLang_input_pending(0))
  287. break;
  288. keys[i] = SLang_getkey();
  289. utf8[i] = (unsigned char)keys[i];
  290. }
  291. utf8[i] = '\0';
  292. utf32 = cucul_utf8_to_utf32(utf8, &bytes);
  293. while(i > bytes)
  294. SLang_ungetkey(keys[--i]);
  295. if(bytes)
  296. {
  297. ev->type = CACA_EVENT_KEY_PRESS;
  298. ev->data.key.ch = 0;
  299. ev->data.key.utf32 = utf32;
  300. strcpy(ev->data.key.utf8, utf8);
  301. return 1;
  302. }
  303. }
  304. if(intkey == 0x3e9)
  305. {
  306. int button = (SLang_getkey() - ' ' + 1) & 0xf;
  307. unsigned int x = SLang_getkey() - '!';
  308. unsigned int y = SLang_getkey() - '!';
  309. ev->data.mouse.button = button;
  310. ev->type = CACA_EVENT_MOUSE_PRESS;
  311. _push_event(dp, ev);
  312. ev->type = CACA_EVENT_MOUSE_RELEASE;
  313. _push_event(dp, ev);
  314. if(dp->mouse.x == x && dp->mouse.y == y)
  315. return _pop_event(dp, ev);
  316. dp->mouse.x = x;
  317. dp->mouse.y = y;
  318. ev->type = CACA_EVENT_MOUSE_MOTION;
  319. ev->data.mouse.x = dp->mouse.x;
  320. ev->data.mouse.y = dp->mouse.y;
  321. return 1;
  322. }
  323. switch(intkey)
  324. {
  325. case SL_KEY_UP: ev->data.key.ch = CACA_KEY_UP; break;
  326. case SL_KEY_DOWN: ev->data.key.ch = CACA_KEY_DOWN; break;
  327. case SL_KEY_LEFT: ev->data.key.ch = CACA_KEY_LEFT; break;
  328. case SL_KEY_RIGHT: ev->data.key.ch = CACA_KEY_RIGHT; break;
  329. case SL_KEY_IC: ev->data.key.ch = CACA_KEY_INSERT; break;
  330. case SL_KEY_DELETE: ev->data.key.ch = CACA_KEY_DELETE; break;
  331. case 0x7f:
  332. case SL_KEY_BACKSPACE: ev->data.key.ch = CACA_KEY_BACKSPACE; break;
  333. case SL_KEY_HOME: ev->data.key.ch = CACA_KEY_HOME; break;
  334. case SL_KEY_END: ev->data.key.ch = CACA_KEY_END; break;
  335. case SL_KEY_PPAGE: ev->data.key.ch = CACA_KEY_PAGEUP; break;
  336. case SL_KEY_NPAGE: ev->data.key.ch = CACA_KEY_PAGEDOWN; break;
  337. case SL_KEY_F(1): ev->data.key.ch = CACA_KEY_F1; break;
  338. case SL_KEY_F(2): ev->data.key.ch = CACA_KEY_F2; break;
  339. case SL_KEY_F(3): ev->data.key.ch = CACA_KEY_F3; break;
  340. case SL_KEY_F(4): ev->data.key.ch = CACA_KEY_F4; break;
  341. case SL_KEY_F(5): ev->data.key.ch = CACA_KEY_F5; break;
  342. case SL_KEY_F(6): ev->data.key.ch = CACA_KEY_F6; break;
  343. case SL_KEY_F(7): ev->data.key.ch = CACA_KEY_F7; break;
  344. case SL_KEY_F(8): ev->data.key.ch = CACA_KEY_F8; break;
  345. case SL_KEY_F(9): ev->data.key.ch = CACA_KEY_F9; break;
  346. case SL_KEY_F(10): ev->data.key.ch = CACA_KEY_F10; break;
  347. case SL_KEY_F(11): ev->data.key.ch = CACA_KEY_F11; break;
  348. case SL_KEY_F(12): ev->data.key.ch = CACA_KEY_F12; break;
  349. default:
  350. /* Unknown key */
  351. ev->type = CACA_EVENT_NONE; return 0;
  352. }
  353. ev->type = CACA_EVENT_KEY_PRESS;
  354. ev->data.key.utf32 = 0;
  355. ev->data.key.utf8[0] = '\0';
  356. return 1;
  357. }
  358. static void slang_set_cursor(caca_display_t *dp, int flags)
  359. {
  360. SLtt_set_cursor_visibility(flags ? 1 : 0);
  361. }
  362. /*
  363. * XXX: following functions are local
  364. */
  365. static void slang_init_palette(void)
  366. {
  367. /* See SLang ref., 5.4.4. */
  368. static char *slang_colors[16] =
  369. {
  370. /* Standard colours */
  371. "black",
  372. "blue",
  373. "green",
  374. "cyan",
  375. "red",
  376. "magenta",
  377. "brown",
  378. "lightgray",
  379. /* Bright colours */
  380. "gray",
  381. "brightblue",
  382. "brightgreen",
  383. "brightcyan",
  384. "brightred",
  385. "brightmagenta",
  386. "yellow",
  387. "white",
  388. };
  389. #if defined(OPTIMISE_SLANG_PALETTE)
  390. int i;
  391. for(i = 0; i < 16 * 16; i++)
  392. SLtt_set_color(i, NULL, slang_colors[slang_palette[i * 2]],
  393. slang_colors[slang_palette[i * 2 + 1]]);
  394. #else
  395. int fg, bg;
  396. for(bg = 0; bg < 16; bg++)
  397. for(fg = 0; fg < 16; fg++)
  398. {
  399. int i = fg + 16 * bg;
  400. SLtt_set_color(i, NULL, slang_colors[fg], slang_colors[bg]);
  401. }
  402. #endif
  403. }
  404. static void slang_write_utf32(uint32_t ch)
  405. {
  406. #ifdef HAVE_SLSMG_UTF8_ENABLE
  407. char buf[10];
  408. int bytes;
  409. #else
  410. char ascii;
  411. #endif
  412. if(ch == CUCUL_MAGIC_FULLWIDTH)
  413. return;
  414. #ifdef HAVE_SLSMG_UTF8_ENABLE
  415. bytes = cucul_utf32_to_utf8(buf, ch);
  416. buf[bytes] = '\0';
  417. SLsmg_write_string(buf);
  418. #else
  419. ascii = cucul_utf32_to_ascii(ch);
  420. SLsmg_write_char(ascii);
  421. if(cucul_utf32_is_fullwidth(ch))
  422. SLsmg_write_char(ascii);
  423. #endif
  424. }
  425. #if defined(HAVE_SIGNAL)
  426. static RETSIGTYPE sigwinch_handler(int sig)
  427. {
  428. sigwinch_d->resize.resized = 1;
  429. signal(SIGWINCH, sigwinch_handler);
  430. }
  431. #endif
  432. #if defined(HAVE_GETENV) && defined(HAVE_PUTENV)
  433. static void slang_install_terminal(caca_display_t *dp)
  434. {
  435. char *term, *colorterm;
  436. dp->drv.p->term = NULL;
  437. term = getenv("TERM");
  438. colorterm = getenv("COLORTERM");
  439. if(!term || strcmp(term, "xterm"))
  440. return;
  441. /* If we are using gnome-terminal, it's really a 16 colour terminal.
  442. * Ditto if we are using xfce4-terminal, or Konsole. */
  443. if((colorterm && (!strcmp(colorterm, "gnome-terminal")
  444. || !strcmp(colorterm, "Terminal")))
  445. || getenv("KONSOLE_DCOP_SESSION"))
  446. {
  447. (void)putenv("TERM=xterm-16color");
  448. dp->drv.p->term = strdup(term);
  449. return;
  450. }
  451. }
  452. static void slang_uninstall_terminal(caca_display_t *dp)
  453. {
  454. /* Needs to be persistent because we use putenv() */
  455. static char termenv[1024];
  456. if(!dp->drv.p->term)
  457. return;
  458. snprintf(termenv, 1023, "TERM=%s", dp->drv.p->term);
  459. free(dp->drv.p->term);
  460. (void)putenv(termenv);
  461. }
  462. #endif
  463. /*
  464. * Driver initialisation
  465. */
  466. int slang_install(caca_display_t *dp)
  467. {
  468. dp->drv.id = CACA_DRIVER_SLANG;
  469. dp->drv.driver = "slang";
  470. dp->drv.init_graphics = slang_init_graphics;
  471. dp->drv.end_graphics = slang_end_graphics;
  472. dp->drv.set_display_title = slang_set_display_title;
  473. dp->drv.get_display_width = slang_get_display_width;
  474. dp->drv.get_display_height = slang_get_display_height;
  475. dp->drv.display = slang_display;
  476. dp->drv.handle_resize = slang_handle_resize;
  477. dp->drv.get_event = slang_get_event;
  478. dp->drv.set_mouse = NULL;
  479. dp->drv.set_cursor = slang_set_cursor;
  480. return 0;
  481. }
  482. #endif /* USE_SLANG */