Browse Source

* Add a rotated T

tags/v0.99.beta18
Pascal Terjan pterjan 14 years ago
parent
commit
2014be66e4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      caca/transform.c

+ 1
- 0
caca/transform.c View File

@@ -938,6 +938,7 @@ static uint32_t rotatechar(uint32_t ch)
'G', 0x2141, /* G ⅁ */ 'G', 0x2141, /* G ⅁ */
'J', 0x148b, /* J ᒋ */ 'J', 0x148b, /* J ᒋ */
'L', 0x2142, /* L ⅂ */ 'L', 0x2142, /* L ⅂ */
'T', 0x2534, /* T ┴ */
'U', 0x0548, /* U Ո */ 'U', 0x0548, /* U Ո */
'V', 0x039b, /* V Λ */ 'V', 0x039b, /* V Λ */
'Y', 0x2144, /* Y ⅄ */ 'Y', 0x2144, /* Y ⅄ */


Loading…
Cancel
Save