Re: Mouse scrolling issues for anyone else?

2021-11-03 Thread Theo de Raadt
Ricky Cintron  wrote:

> I'm a bit confused as to why the snapshot from Oct. 30 included a
> commit from Oct. 31, but everything else seems clear now.

Diffs under review often land in snapshots.



Re: Mouse scrolling issues for anyone else?

2021-11-03 Thread Ralf Horstmann
* Ricky Cintron  [2021-11-03 04:07]:
> I'm not sure if this is a bug, so I'm sending this to misc to see if others
> are experiencing the same thing (or can test to confirm the existence
> of an issue).
> 
> After upgrading my OpenBSD-current system this past Saturday (Oct. 30 
> snapshot),
> scrolling with my mouse in tmux and neovim stopped working. However, scrolling
> in xterm, mupdf, and Firefox continues to work normally. I upgrade weekly,
> so I don't know when this changed other than at some point during the week
> after Saturday Oct. 23. I upgraded on Sunday and Monday to check if it was
> already dealt with, but the issue remains.

That looks like an intentional change:
https://marc.info/?l=openbsd-cvs=163570554325770=2

You can enable mouse tracking again with:

 - CTRL+Right-Mouse-Button->Allow Mouse Ops
 - xterm -xrm 'xterm*allowMouseOps: true'
 - put the above setting into Xresources

Regards
Ralf