Wez Furlong
|
3bf551706e
|
improve pty example
Example output on linux:
```
child status: ExitStatus { successful: true }
output: wez\r\n%
```
Example output on windows:
```
child status: ExitStatus { successful: true }
output: \u{1b}[2J\u{1b}[?25l\u{1b}[m\u{1b}[HDOMAIN\\wez\u{8}\u{1b}]0;C:\\windows\\system32\\whoami.EXE\u{0}\u{7}\u{1b}[?25h
```
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-21 08:58:42 -07:00 |
|
Wez Furlong
|
015a97e2be
|
add pty example that runs whoami
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-20 07:20:47 -07:00 |
|
Wez Furlong
|
257c864403
|
flesh out the crate level docs
|
2019-05-19 22:35:35 -07:00 |
|
Wez Furlong
|
1d8b024f2f
|
add some doc comments to the pty crate
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-19 20:31:07 -07:00 |
|
Wez Furlong
|
c562f35db8
|
adopt my filedescriptor crate in the pty crate
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-19 19:54:12 -07:00 |
|
Wez Furlong
|
7464965d1e
|
fixup windows build for pty mod -> crate move
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-19 18:55:10 -07:00 |
|
Wez Furlong
|
7bf1d99d77
|
move pty to its own crate in preparation for publishing
Refs: https://github.com/wez/wezterm/issues/27
|
2019-05-19 18:40:26 -07:00 |
|