diff options
author | Rob Landley <rob@landley.net> | 2020-04-12 18:52:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-04-12 18:52:01 -0500 |
commit | efd16b24e10fb78a176a9e6a43f95065c78a38d8 (patch) | |
tree | 3cf29446bb9311969b69c295e668bf9748ceef55 /toys/posix/true.c | |
parent | c33c60d84cad4f9a2880203c391403b16c72af29 (diff) | |
download | toybox-efd16b24e10fb78a176a9e6a43f95065c78a38d8.tar.gz |
Work around qemu bug.
The QEMU console output disables wordwrap (see man 4 console_codes, DECAWM)
but doesn't re-enable it, so things like bash command history or tab completion
glitch afterwards. QEMU should printf("\e[?7h") on the way out, but doesn't.
So make qemu wrapper script do it.
Diffstat (limited to 'toys/posix/true.c')
0 files changed, 0 insertions, 0 deletions