wraith/src/composables
Vantz Stockwell d39c0d38ed
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m10s
fix: local PowerShell garbled output + resize not propagating
Two issues:
1. convertEol was false for PTY sessions, but Windows ConPTY sends
   bare \n without \r. Now enabled on Windows PTY sessions (checked
   via navigator.platform). Unix PTY still false (driver handles it).

2. LocalTerminalView had no ResizeObserver, so the terminal never
   reflowed when the container size changed. Added ResizeObserver
   matching the SSH TerminalView pattern. Also added proper cleanup
   on unmount.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:38:24 -04:00
..
useRdp.ts feat: RDP clipboard paste, keyboard grab default ON, frame dirty flag 2026-03-24 17:57:16 -04:00
useSftp.ts fix: SFTP browser — default to / instead of /home, strip quotes from CWD 2026-03-25 01:29:38 -04:00
useTerminal.ts fix: local PowerShell garbled output + resize not propagating 2026-03-26 13:38:24 -04:00
useTransfers.ts feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00