commit c33e62fca455728884da78d6d31246680b9d57ee
parent 5c6e06bc2d8c02a9c1a799960e1a7951ac6be369
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Wed, 19 Sep 2012 17:03:10 +0200
Fixed Terminus binary font to correctly display NUL character
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansilove/albinfonts.c b/ansilove/albinfonts.c
@@ -3514,7 +3514,7 @@ const unsigned char font_pc_russian[4096] = {
};
const unsigned char font_pc_terminus[4096] = {
- 0x00, 0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7e, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x7c, 0x82, 0xaa, 0x82, 0x82, 0xba, 0x92, 0x82, 0x82, 0x7c, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x7c, 0xfe, 0xd6, 0xfe, 0xfe, 0xc6, 0xee, 0xfe, 0xfe, 0x7c, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x6c, 0xfe, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, 0x00, 0x00, 0x00,