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:
parent
edaf7ccace
commit
c28b3597dd
@ -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
|
||||||
===============
|
===============
|
||||||
|
Loading…
x
Reference in New Issue
Block a user