From a603c47aacb645bfe359d7165a1fa838f3865087 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Mon, 26 Jan 2009 01:51:15 +0100 Subject: [PATCH] Use printf rather than echo -n -e in bash example. --- src/doc/screen.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/screen.1 b/src/doc/screen.1 index 284e640..879dc83 100644 --- a/src/doc/screen.1 +++ b/src/doc/screen.1 @@ -3639,7 +3639,7 @@ up to 8. Bash users will probably want to echo the escape sequence in the PROMPT_COMMAND: .IP -PROMPT_COMMAND='echo -n -e "\e033k\e033\e134"' +PROMPT_COMMAND='printf "\e033k\e033\e134"' .PP (I used \*Q\134\*U to output a `\e' because of a bug in bash v1.04). -- 2.11.4.GIT