Replace refresh-from-pane in copy mode with a way to automatically
update as pane content changes. This is toggled by pressing r. GitHub
issue 5165 from Barrett Ruth.
While grouped sessions are being killed, it can leave session which are
not really useful as targets (no active pane or current window) in the
tree. Make cmd_find_best_session skip these. GitHub issue 5167.
opensc passes pointers to unsigned int to DES_encrypt[123] functions.
this breaks on i386 with LLVM 22's more restrictive checks as the types
of the variable pointed to don't match (the functions want DES_LONG *,
which is an unsigned long on i386). change to passing pointers to DES_LONG
instead, fixing i386, and a noop on other archs. ok tb@
pass -D_LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE while building llvm-tblgen
this is the same change as we have in base to tame the memory usage
of llvm-tblgen
no bump needed, this is just an internal build tool
Implement mwx_mac_init for 7921 and 7925.
Almost all is the same in mwx_mac_init() only the DCR0 and DCR1 registers
live in different locations on 7925.
Also make mwx_mac_wtbl_update() work on both chips. MT7925 uses a
different register and register layout for MT_WTBL_UPDATE.