5 #define FB_PRINT_BUFFER_SIZE 2048
21 if (new_x <= current_x)
30 size_t i, count = new_x - current_x;
32 for( i = 0; i < count; i++ )
33 tab_char_buffer[i] =
_LC(
' ');
37 tab_char_buffer[count] = 0;
68 if (tmp_handle->
width!=0)
70 unsigned dev_width = tmp_handle->
width;
71 if (new_x > (dev_width - FB_TAB_WIDTH))