mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
Merge branch 'changelog-link-fix'
This commit is contained in:
commit
f56695cfff
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [Unreleased](#Unreleased)
|
||||||
* [1.6.0](#1.6.0)
|
* [1.6.0](#1-6-0)
|
||||||
* [1.5.4](#1-5-4)
|
* [1.5.4](#1-5-4)
|
||||||
* [1.5.3](#1-5-3)
|
* [1.5.3](#1-5-3)
|
||||||
* [1.5.2](#1-5-2)
|
* [1.5.2](#1-5-2)
|
||||||
|
|
|
||||||
|
|
@ -1710,7 +1710,7 @@ term_font_dpi_changed(struct terminal *term)
|
||||||
"DPI: %.2f -> %.2f, scale: %d -> %d, "
|
"DPI: %.2f -> %.2f, scale: %d -> %d, "
|
||||||
"sizing font based on monitor's %s",
|
"sizing font based on monitor's %s",
|
||||||
term->conf->dpi_aware == DPI_AWARE_AUTO ? "auto" :
|
term->conf->dpi_aware == DPI_AWARE_AUTO ? "auto" :
|
||||||
term->conf->dpi_aware == DPI_AWARE_ON ? "yes" : "no",
|
term->conf->dpi_aware == DPI_AWARE_YES ? "yes" : "no",
|
||||||
term->font_dpi, dpi, term->font_scale, scale,
|
term->font_dpi, dpi, term->font_scale, scale,
|
||||||
will_scale_using_dpi ? "DPI" : "scaling factor");
|
will_scale_using_dpi ? "DPI" : "scaling factor");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue