Respond to DA1 queries to fix fish shell 10s startup delay
Fish 4.x sends a DA1 (Primary Device Attribute) query at startup
and blocks for up to 10s waiting for a response. Add a CSI handler
in PtyServer that intercepts the query and writes back a VT220
response. Add shell integration tests for bash, zsh, and fish.
Closes #5
Based on the approach by @schickling-assistant in #5