aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 07:50:21 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 07:50:21 -0500
commit67e390bb12a7fba65c3f40bd61ea12166a0aa8be (patch)
tree63f5ebc2cc1343504dd5ac969be282cbc878d8b2
parentd2ee9a839fec83bf4d5090b55fa39b13ce6dfda0 (diff)
downloadvt100-test-67e390bb12a7fba65c3f40bd61ea12166a0aa8be.tar.gz
vt100-test-67e390bb12a7fba65c3f40bd61ea12166a0aa8be.zip
readme
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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.