mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04: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(
|
wl_subsurface_set_position(
|
||||||
win->scrollback_indicator.sub, x / scale, y / scale);
|
win->scrollback_indicator.sub, x / scale, y / scale);
|
||||||
|
|
||||||
uint32_t fg = term->colors.table[0];
|
uint32_t fg = term->colors.table[0];
|
||||||
uint32_t bg = term->colors.table[8 + 4];
|
uint32_t bg = term->colors.table[8 + 4];
|
||||||
if (term->conf->colors.use_custom.scrollback_indicator) {
|
if (term->conf->colors.use_custom.scrollback_indicator) {
|
||||||
fg = term->conf->colors.scrollback_indicator.fg;
|
fg = term->conf->colors.scrollback_indicator.fg;
|
||||||
bg = term->conf->colors.scrollback_indicator.bg;
|
bg = term->conf->colors.scrollback_indicator.bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
render_osd(
|
render_osd(
|
||||||
term,
|
term,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue