From 821935e5affd3499fe2789dfe4387a5333d1dab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 16 Jan 2021 15:44:51 +0100 Subject: [PATCH] changelog: selection-target=none|primary|clipboard|both --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cc543b..709ee757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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