Commit Graph

5 Commits

Author SHA1 Message Date
3256167f48 test: add PTY integration test harness
Add a pty-mock workspace crate (echo/alt-screen/paste-echo/buffer-fill/
sync-blocks subcommands) plus an in-process integration test suite that
drives Proxy directly via a new_for_test constructor and #[cfg(test)]
state accessors. Sets up the regression net needed before swapping the
underlying VT emulator from vt100 to termwiz.

Pulled from upstream draft PR #35; the alt-screen feed-order semantic
change is intentionally deferred (its dedicated test is left #[ignore]).
2026-05-01 17:11:08 +00:00
Cameron
896e431321 feat: add nix package (#29) 2026-02-06 19:10:55 -07:00
David Beesley
cfaa5a1afe Fix/kitty keyboard (#21)
* Add dynamic Kitty protocol tracking, unit tests, and version badge with CI check
2026-01-22 18:13:29 -07:00
David Beesley
b800ec12b9 mac (#3)
* mac

* Add cross-platform integration tests

* Fix ioctl request type for macOS

* terminal-guard

* suppress bash deprecation warning

* test dumb mode

* workflow naming
2026-01-18 09:31:21 +13:00
David Beesley
76b65add1d Add CI workflow (#1)
* Add CI workflow

* Fix formatting
2026-01-18 06:11:51 +13:00