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).
This commit is contained in:
Jason Hood 2017-12-23 10:24:18 +10:00
parent edaf7ccace
commit c28b3597dd

View File

@ -313,6 +313,9 @@ Limitations
An application using multiple screen buffers will not have separate An application using multiple screen buffers will not have separate
attributes in each buffer. 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 Version History
=============== ===============