Matthieu Herrb wrote:
> For the man page, I'd prefer if we add information on the disabled
> features in the 'OPENBSD SPECIFICS' section at the end for consistency
> with how other changes are documented, like below.
Thanks for adding the manpage note. I was confused when my xterm shortcut
stopped working after the 7.2 upgrade:
XTerm.VT100.translations: #override \n\
Ctrl Shift <Key>o: exec-formatted("chrome '%t'", PRIMARY) select-start()
select-end()
Any suggested workarounds to accomplish this without exec-formatted()?
(Or is it best to recompile xterm with -DOPT_EXEC_XTERM ? I don't know
how to selectively rebuild programs in base under -stable.)