Browse Source

* Added a few rotation pairs. Nothing awesome.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
38f08d7e72
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      cucul/transform.c

+ 4
- 0
cucul/transform.c View File

@@ -1052,6 +1052,10 @@ static uint32_t const leftright2x4[] =
0x2588, ' ', 0x2584, 0x2584, ' ', 0x2588, 0x2580, 0x2580, /* █ ▄▄ █ ▀▀ */
0x2588, 0x2584, 0x2584, 0x2588,
0x2580, 0x2588, 0x2588, 0x2580, /* █▄ ▄█ ▀█ █▀ */
/* TODO: Braille */
/* Not perfect, but better than nothing */
0x2591, ' ', 0x28e4, 0x28e4, ' ', 0x2591, 0x281b, 0x281b, /* ░ ⣤⣤ ░ ⠛⠛ */
0x2592, ' ', 0x28f6, 0x28f6, ' ', 0x2592, 0x283f, 0x283f, /* ▒ ⣶⣶ ▒ ⠿⠿ */
0, 0, 0, 0, 0, 0, 0, 0
};



Loading…
Cancel
Save