From f33286c3ae2669a2b5d8a72b81860c4f9c51e54d Mon Sep 17 00:00:00 2001 From: nbouteme Date: Wed, 20 Feb 2019 14:21:54 +0100 Subject: [PATCH] Update notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d07cf7f..e593348 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ extern crate pretty_assertions; you include. * `assert_ne` is also switched to multi-line presentation, but does _not_ show a diff. +* Under Windows, the terminal state is modified to properly handle VT100 + escape sequences, which may break display for certain use cases. ## License