On Wed, Mar 21 2018, Klemens Nanni <k...@openbsd.org> wrote:
> 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} },

Hah, that explains, thanks for investigating.  Unless the regressions
are an annoyance for the end user I would suggest to commit this post
6.3.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to