lua port tweaks;
- set portroach to ignore for branches where it has been announced that
there are no more updates.
- install a link to lua/luac binaries i.e. lua5.1 -> lua51, etc. this is
a more standard naming and allows some software to build without annoying
patching.
Add a -h flag to choose-tree and choose-client to hide the pane
containing the mode, intended for use with floating panes. From Michael
Grant, GitHub issue 5177.
When entering or leaving the alternate screen, discard any pending
resizes. Improves flicking with scrollbars and programs that leave and
enter the alternate screen on every WINCH like nano. GitHub issue 4772.
Cvs: ----------------------------------------------------------------------
xanim: unbreak build on llvm22, from espie
"seems it has issues with quite a few of them (can't read cmap from
IFF file... might be some alignment issue)"
fix FLAVOR=editline build on llvm 22 by backporting upstream commit to
pass correct pointer types to el_gets(). bonus fix for gcc 15 while
there which I happened to notice.
Update x11/mlterm to 3.9.4. to fix build with llvm22
while here, drop fb support (which only worked with 640x480 screens)
and enable wayland support. tested and ok volker@