Files
ProxmoxVE-Local/scripts
MickLesk 3541b2d137 fix: CM unbound variable + include executionId in resize message
install.func: move load_functions/catch_errors outside the stdin guard.
The guard only prevents sourcing files from /dev path when running via
stdin, but load_functions (which calls icons() setting CM) and
catch_errors must always run. Previously they were inside the guard,
so CM was never set when running via pct exec -> unbound variable crash.

Terminal.tsx: add executionIdRef and include executionId in resize WS
messages. Without it the handler can't find the active PTY execution,
so pty.resize() and the screen-clear after resize were both silent no-ops.
2026-05-29 12:37:37 +02:00
..
2026-01-29 10:01:30 +01:00
2026-01-29 10:01:30 +01:00
2026-05-10 23:47:56 +02:00