Commit graph

5 commits

Author SHA1 Message Date
pre-commit-ci[bot]
75ea9664f9 fix: auto fixes 2025-06-26 14:00:03 +00:00
Alexander Treml
4c25b2f6a8 added windows pty support 2025-06-26 15:54:12 +02:00
Leroy Hopson
1514f42b54
feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
Leroy Hopson
98b42733fb
Fix tests
Part of #66. Many tests still failing.
2023-01-21 15:36:03 +13:00
Leroy Hopson
df32ee3c18
Refactor PTY
PTY now provides a public interface to an underlying instance of
PTYNative. The PTYNative class can be extended as appropriate for
each platform and the platform-specific implementation will be
selected by PTY at runtime.
2022-07-11 09:33:01 +12:00