On Wed, Mar 21, 2018 at 12:58:28AM +0100, Jeremie Courreges-Anglas wrote: > On Tue, Mar 20 2018, Klemens Nanni <k...@openbsd.org> wrote: > > Small regression fix release: > > > > f4020b2 fix regression by selecting clipboard text > > a5a928b don't modify argv, use a counter > > 6ac8c8a selextend: clarify: !sel.mode == SEL_IDLE > > 5345db3 clipcopy: no need to check for free(NULL), set to NULL after > > free > > 7648697 minor code-style: whitespace fixes > > 0b507bb Fix title initialization > > e7ef3c4 Fix regression from 69e32a6 when setting title. > > > > Works fine for me on amd64, OK? > > Pasting the X selection (shift+insert) in st worked with st-0.7 and > doesn't work any more in 0.8 and 0.8.1. I don't normally use st, just > testing. Upstream changed keybindings:
$ git diff 0.7 0.8.1 config.def.h | fgrep selpaste - { ShiftMask, XK_Insert, selpaste, {.i = 0} }, + { TERMMOD, XK_Y, selpaste, {.i = 0} },