indent --no-tabs -linux

This commit is contained in:
Sascha Kruse 2012-08-18 22:28:05 +02:00
parent 0cff22c46a
commit c74a2cc8d4

View File

@ -579,7 +579,8 @@ void draw_win(void)
char *line = draw_txt_get_line(&n->draw_txt_buf, i + 1); char *line = draw_txt_get_line(&n->draw_txt_buf, i + 1);
dc->x = 0; dc->x = 0;
drawrect(dc, 0, 0, width, line_height, True, n->colors->BG); drawrect(dc, 0, 0, width, line_height, True,
n->colors->BG);
dc->x = calculate_x_offset(width, textw(dc, line)); dc->x = calculate_x_offset(width, textw(dc, line));
dc->y += (line_height - font_h) / 2; dc->y += (line_height - font_h) / 2;