aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/tramp.texi17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index c3b54c612f0..d8a2beac405 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2886,8 +2886,21 @@ end
2886@end group 2886@end group
2887@end example 2887@end example
2888 2888
2889When using WinSSHD on remote hosts, @value{tramp} do not recognize the 2889When using WinSSHD on remote hosts, @value{tramp} does not recognize
2890strange prompt settings. 2890the strange prompt settings.
2891
2892A similar problem exist with the iTerm2 shell integration, which sends
2893proprietary escape codes when starting a shell. This can be
2894suppressed by changing the respective integration snippet in your
2895@file{~/.profile} like this:
2896
2897@example
2898@group
2899[ $TERM = "dumb" ] || \
2900test -e "$@{HOME@}/.iterm2_shell_integration.bash" && \
2901source "$@{HOME@}/.iterm2_shell_integration.bash"
2902@end group
2903@end example
2891 2904
2892@item 2905@item
2893Echoed characters after login 2906Echoed characters after login