Added
locked-title=no|yes
tofoot.ini
(https://codeberg.org/dnkl/foot/issues/386).tweak.overflowing-glyphs
option, which can be enabled to fix rendering issues with glyphs of any width that appear cut-off (https://codeberg.org/dnkl/foot/issues/592).
Changed
- Non-empty lines are now considered to have a hard linebreak, unless an actual word-wrap is inserted.
- Setting
DECSDM
now disables sixel scrolling, while resetting it enables scrolling (https://codeberg.org/dnkl/foot/issues/631).
Removed
- The
tweak.allow-overflowing-double-width-glyphs
andtweak.pua-double-width
options (which have been superseded bytweak.overflowing-glyphs
).
Fixed
- FD exhaustion when repeatedly entering/exiting URL mode with many URLs.
- Double free of URL while removing duplicated and/or overlapping URLs in URL mode (https://codeberg.org/dnkl/foot/issues/627).
- Crash when an unclosed OSC-8 URL ran into un-allocated scrollback rows.
- Some box-drawing characters were rendered incorrectly on big-endian architectures.
- Crash when resizing the window to the smallest possible size while scrollback search is active.
- Scrollback indicator being incorrectly rendered when window size is very small.
- Reduced memory usage in URL mode.
- Crash when the
E3
escape (\E[3J
) was executed, and there was a selection, or sixel image, in the scrollback (https://codeberg.org/dnkl/foot/issues/633).