This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* src/bitmap.c:
+ Removed § from the list of default characters due to collisions.
tags/v0.99.beta14
Sam Hocevar
sam
21 years ago
parent
9902d7ece5
commit
554b4c500a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/bitmap.c
+ 1
- 1
src/bitmap.c
View File
@@ -321,7 +321,7 @@ void caca_draw_bitmap(int x1, int y1, int x2, int y2,
'|', '/', ';', '\\',
'=', '+', 'o', 'x',
'<', 'x', '%', '>',
'&', 'z', '$', '
§
',
'&', 'z', '$', '
w
',
'W', 'X', 'K', 'M',
'#', '8', '#', '#',
'8', '@', '8', '#',
Write
Preview
Loading…
Cancel
Save