mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f124829c9b
In Windows containers in TP5, DEL is interpreted as the delete key, but Linux generally interprets it as backspace. This prevents backspace from working when using a Linux terminal or the native console terminal emulation in Windows. To work around this, translate DEL to BS in Windows containers stdin when TTY is enabled. Do this only for builds that do not have the fix in Windows itself. Signed-off-by: John Starks <jostarks@microsoft.com> |
||
---|---|---|
.. | ||
windowsoci | ||
client.go | ||
client_linux.go | ||
client_liverestore_linux.go | ||
client_shutdownrestore_linux.go | ||
client_windows.go | ||
container.go | ||
container_linux.go | ||
container_windows.go | ||
pausemonitor_linux.go | ||
process.go | ||
process_linux.go | ||
process_windows.go | ||
queue_linux.go | ||
remote.go | ||
remote_linux.go | ||
remote_windows.go | ||
types.go | ||
types_linux.go | ||
types_windows.go | ||
utils_linux.go | ||
utils_windows.go |