Update README.md

This commit is contained in:
Joe Totes
2022-08-17 16:55:45 -04:00
committed by GitHub
parent 9ea2366cf0
commit 7032906df0

View File

@@ -631,7 +631,8 @@ python3 -c 'import pty;pty.spawn("/bin/bash")'
python -c 'import pty;pty.spawn("/bin/bash")'
# Additional Functionality
CTRL&Z
stty raw -echo; fg;
export TERM=xterm
CTRL + Z
stty raw -echo; fg
enter
export TERM=xterm-256color
```