commit 749779f75c4d1c8ad09ce10e99f853617a64b2d0
parent 300a6f25fc6edf7f228c408436e7ca83e0782b58
Author: Michael Savage <mikejsavage@gmail.com>
Date: Tue, 4 Sep 2018 11:13:11 +0300
Disable fill char because it's wrong
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/x11.cc b/src/x11.cc
@@ -122,10 +122,11 @@ void ui_draw_char( int left, int top, char c, Colour colour, bool bold ) {
int top_spacing = line_height / 2;
int bot_spacing = line_height - top_spacing;
- if( uint8_t( c ) == 155 ) { // fill
- ui_fill_rect( left, top, Style.font.width, Style.font.height, colour, bold );
- return;
- }
+ // TODO: not the right char...
+ // if( uint8_t( c ) == 155 ) { // fill
+ // ui_fill_rect( left, top, Style.font.width, Style.font.height, colour, bold );
+ // return;
+ // }
// TODO: this has a vertical seam. using textbox-space coordinates would help
if( uint8_t( c ) == 176 ) { // light shade