Skip to content

Instantly share code, notes, and snippets.

@bhb
Created April 28, 2010 13:27
Show Gist options
  • Save bhb/382132 to your computer and use it in GitHub Desktop.
Save bhb/382132 to your computer and use it in GitHub Desktop.
-e escape_char
Sets the escape character for sessions with a pty (default: `~'). The escape character is only rec-
ognized at the beginning of a line. The escape character followed by a dot (`.') closes the connec-
tion; followed by control-Z suspends the connection; and followed by itself sends the escape charac-
ter once. Setting the character to ``none'' disables any escapes and makes the session fully trans-
parent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment