Index: trunk/i386/boot2/gui.c =================================================================== --- trunk/i386/boot2/gui.c (revision 1400) +++ trunk/i386/boot2/gui.c (revision 1401) @@ -1305,7 +1305,7 @@ if( ch[i] == '\t' ) x+=(font->chars[0]->width*5); - if(font->chars[cha]) + if(font->chars[cha] && ((x + font->chars[cha]->width) < blendInto->width)) blend(font->chars[cha], blendInto, pos(p.x+x, p.y+y)); x += font->chars[cha]->width;