config: add tweak option to allow disabling sixels

Closes #950
This commit is contained in:
jvoisin 2022-02-27 16:29:35 +01:00 committed by Daniel Eklöf
parent 0d1e6960af
commit 58a1ffe724
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 26 additions and 2 deletions

View file

@ -47,6 +47,8 @@
* Socket activation for `foot --server` and accompanying systemd unit files
* Support for [DECNKM](https://vt100.net/docs/vt510-rm/DECNKM.html), which
allows setting/saving/restoring/querying the keypad mode.
* Sixel support can be disabled by setting `[tweak].sixel=no`
(https://codeberg.org/dnkl/foot/issues/950).
### Changed