Skip to content
Release 1.20.2

Changed
-------

* The `CSI 21 t` (report window title) and `OSC 176 ?` (report app-id)
  escape sequences are now ignored ([#1894][1894]).

[1894]: https://codeberg.org/dnkl/foot/issues/1894

Fixed
-----

* 'flash' overlay (triggered by either `tput flash`, or enabling
  `bell.visual` and then sending `BEL` to the terminal) stuck when
  `colors.flash-alpha=1.0`.
* Crash when compositor sends a keyboard enter event before the foot
  window has been mapped ([#1910][1910]).
* Build failures (`utf8proc.h` not found) on at least FreeBSD, but
  most likely other BSDs, as well as some Linuxes ([#1903][1903]).

[1910]: https://codeberg.org/dnkl/foot/issues/1910
[1903]: https://codeberg.org/dnkl/foot/issues/1903

Contributors
------------

* Alexander Orzechowski