From c28b3597dd971812aaf2191e5614b906fc281e34 Mon Sep 17 00:00:00 2001 From: Jason Hood Date: Sat, 23 Dec 2017 10:24:18 +1000 Subject: [PATCH] Add console input as a known limitation Console input is echoed directly by the host, bypassing processing. This means escape reverts back to a normal character (probably a good thing) and the bottom margin is ignored (probably not so good). --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 8336c3b..65684e0 100644 --- a/readme.txt +++ b/readme.txt @@ -313,6 +313,9 @@ Limitations An application using multiple screen buffers will not have separate attributes in each buffer. + Console input that is echoed will not be processed (which is probably a + good thing for escapes, but not so good for margins). + Version History ===============