From e9090f3d6d719c1e15f21229c303628c7707fcba Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Mon, 26 Jan 2009 20:24:55 -0800 Subject: [PATCH] echo -> printf in info. --- src/doc/screen.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo index f8e2ce4..2c60317 100644 --- a/src/doc/screen.texinfo +++ b/src/doc/screen.texinfo @@ -2002,7 +2002,7 @@ Bash users will probably want to echo the escape sequence in the PROMPT_COMMAND: @example -PROMPT_COMMAND='echo -n -e "\033k\033\134"' +PROMPT_COMMAND='printf "\033k\033\134"' @end example (I used @samp{\134} to output a @samp{\} because of a bug in v1.04). -- 2.11.4.GIT