diff options
author | Ron Yorston <rmy@pobox.com> | 2023-02-21 14:15:03 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-02-21 14:15:03 +0000 |
commit | 3cf3b5d29e68d5f85034b6fdc8d1fc2151048197 (patch) | |
tree | 7284315ecba914b94f0e9149d62e1ac72944147b /init | |
parent | 665f3ac4ad7e5f32b88860f413fdb9fafd0eb3e5 (diff) | |
download | busybox-w32-3cf3b5d29e68d5f85034b6fdc8d1fc2151048197.tar.gz busybox-w32-3cf3b5d29e68d5f85034b6fdc8d1fc2151048197.tar.bz2 busybox-w32-3cf3b5d29e68d5f85034b6fdc8d1fc2151048197.zip |
win32: try to recover from strange console mode
Execute a remote command on a Windows server using ssh:
~$ ssh localhost 'echo hello'
rmy@localhost's password:
hello
If such a command is run from a busybox-w32 shell the console enters
a strange mode when the command completes.
Attempt to recover by setting the console back to a default mode.
- This doesn't work in a legacy console.
- The new mode may not be _exactly_ correct, but it's better than how
ssh leaves it.
Costs 80-96 bytes.
(GitHub issue #288)
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions