Added
selection-target=none|primary|clipboard|both
tofoot.ini
. It can be used to configure which clipboard(s) selected text should be copied to. The default isprimary
, which corresponds to the behavior in older foot releases (https://codeberg.org/dnkl/foot/issues/288).
Changed
- The IME state no longer stays stuck in the terminal if the IME goes away during preedit.
-Dterminfo
changed from aboolean
to afeature
option.- Use standard signals instead of a signalfd to handle
SIGCHLD
. Fixes an issue on FreeBSD where foot did not detect when the client application had terminated.
Fixed
BS
,HT
andDEL
from being stripped in bracketed paste mode.
Contributors
- tdeo
- jbeich