Recently I found the following in the OpenBSD 7.0 Changelog
https://www.openbsd.org/plus70.html
"""
Added unveil(2) calls to xterm in the case where there
are no exec-formatted or exec-selected resources set.
"""
Do I understand it right: if I do have these types of resources set they are
expected to work?
I have the following in my .Xresources:
"""
XTerm*VT100*translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Shift <Btn4Down>: scroll-back(1, halfpage) \n\
Shift <Btn5Down>: scroll-forw(1, halfpage) \n\
<Btn4Down>: scroll-back(1, pixel) \n\
<Btn5Down>: scroll-forw(1, pixel) \n\
Shift <Btn3Up>: exec-formatted("/usr/local/bin/xdg-open '%s'", SELECT)
\n\
Mod1 <Key>S: exec-formatted("/usr/local/bin/xdg-open
https://google.com/search/?text=%s", SELECT)
"""
I occasionally found out that the hotkeys defined for
"exec-formatted" sections do not work anymore.
I am sure that these hotkeys worked when I had OpenBSD 7.0 but
after some sysupgrade (now it is 7.2 amd64) they do not work anymore.
Did anything change since 7.0?
--
Maksim Rodin