Fix terminal cursor visibility and improve paste functionality

- Remove CSS that was hiding XTerm helper textarea, allowing cursor to display properly
- Configure XTerm with visible green cursor (block style, blinking)
- Add paste event handling directly to session-view component
- Improve font scaling with Unicode support in ScaleFitAddon
- Temporarily disable file monitor cancel to prevent crashes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mario Zechner 2025-06-17 00:20:27 +02:00
parent b54dc7a17c
commit edf8f9ee26

View file

@ -961,7 +961,7 @@ public final class TunnelServer {
}
}
} onCancel: { [fileMonitor] in
fileMonitor?.cancel()
// fileMonitor?.cancel()
}
continuation.finish()