changelog: selection-target=none|primary|clipboard|both

This commit is contained in:
Daniel Eklöf 2021-01-16 15:44:51 +01:00
parent 4f578189cc
commit 821935e5af
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -38,6 +38,11 @@
selection mode to 'character-wise' when extending a selection.
* `DECSET` `47`, `1047` and `1048`.
* FreeBSD support (https://codeberg.org/dnkl/foot/issues/238).
* `selection-target=none|primary|clipboard|both` to `foot.ini`. It can
be used to configure which clipboard(s) selected text should be
copied to. The default is `primary`, which corresponds to the
behavior in older foot releases
(https://codeberg.org/dnkl/foot/issues/288).
### Changed