From 67e390bb12a7fba65c3f40bd61ea12166a0aa8be Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 12 Nov 2019 07:50:21 -0500 Subject: readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffd67cc --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# vt100-test + +This is just a basic application tying together the `vt100` and +`tokio-pty-process-stream` crates for testing purposes. Running a program with +this application should behave exactly the same as running it without (except +that currently you won't get scrollback). This is pretty much only useful for +me to be able to run all of my terminals through these two crates so that i can +notice any bugs during my day to day activities. -- cgit v1.2.3-54-g00ecf