From 5b66592a57f5b5f5742dbda54d088634205a7a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 20 Oct 2021 20:03:15 +0200 Subject: [PATCH] render: tab -> spaces --- render.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/render.c b/render.c index 9a5291e4..ddeb72f4 100644 --- a/render.c +++ b/render.c @@ -2147,12 +2147,12 @@ render_scrollback_position(struct terminal *term) wl_subsurface_set_position( win->scrollback_indicator.sub, x / scale, y / scale); - uint32_t fg = term->colors.table[0]; - uint32_t bg = term->colors.table[8 + 4]; - if (term->conf->colors.use_custom.scrollback_indicator) { - fg = term->conf->colors.scrollback_indicator.fg; - bg = term->conf->colors.scrollback_indicator.bg; - } + uint32_t fg = term->colors.table[0]; + uint32_t bg = term->colors.table[8 + 4]; + if (term->conf->colors.use_custom.scrollback_indicator) { + fg = term->conf->colors.scrollback_indicator.fg; + bg = term->conf->colors.scrollback_indicator.bg; + } render_osd( term,