mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
render: tab -> spaces
This commit is contained in:
parent
174f8870c7
commit
5b66592a57
1 changed files with 6 additions and 6 deletions
12
render.c
12
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue