mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
changelog: move entry for dpi-aware up, to make it more visible
This commit is contained in:
parent
c1dc38e813
commit
59e4243f2a
1 changed files with 7 additions and 7 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -36,6 +36,13 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
* `DECSET` escape to enable/disable IME: `CSI ? 737769 h` enables IME
|
||||
and `CSI ? 737769 l` disables it. This can be used to
|
||||
e.g. enable/disable IME when entering/leaving insert mode in vim.
|
||||
* `dpi-aware` option to `foot.ini`. The default, `auto`, sizes fonts
|
||||
using the monitor’s DPI when output scaling has been
|
||||
**disabled**. If output scaling has been **enabled**, fonts are
|
||||
sized using the scaling factor. DPI-only font sizing can be forced
|
||||
by setting `dpi-aware=yes`. Setting `dpi-aware=no` forces font
|
||||
sizing to be based on the scaling factor.
|
||||
(https://codeberg.org/dnkl/foot/issues/206).
|
||||
* Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in
|
||||
terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and
|
||||
`CSI ? 45 l`. It is **enabled** by default
|
||||
|
|
@ -78,13 +85,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
* `bold-text-in-bright` option to `foot.ini`. When enabled, bold text
|
||||
is rendered in a brighter color
|
||||
(https://codeberg.org/dnkl/foot/issues/199).
|
||||
* `dpi-aware` option to `foot.ini`. The default, `auto`, sizes fonts
|
||||
using the monitor’s DPI when output scaling has been
|
||||
**disabled**. If output scaling has been **enabled**, fonts are
|
||||
sized using the scaling factor. DPI-only font sizing can be forced
|
||||
by setting `dpi-aware=yes`. Setting `dpi-aware=no` forces font
|
||||
sizing to be based on the scaling factor.
|
||||
(https://codeberg.org/dnkl/foot/issues/206).
|
||||
* `-w,--window-size-pixels` and `-W,--window-size-chars` command line
|
||||
options to `footclient` (https://codeberg.org/dnkl/foot/issues/189).
|
||||
* Short command line options for `--title`, `--maximized`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue