screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backtick metacharacter confused by scrolly wheel in vim


From: Alain Bench
Subject: Re: backtick metacharacter confused by scrolly wheel in vim
Date: Tue, 11 Apr 2006 11:28:44 +0200 (CEST)
User-agent: Mutt/1.4i-ja.1

Hello Ed,

 On Monday, April 10, 2006 at 23:37:07 -0400, Edward Dench wrote:

> I have not been able to reproduce
>| echo -ne "\e[?1000H" #turn mouse reporting on

    That should be a lower case 'h', and echo -e "\e" behaviour is not
constant across various shells and /bin/echos. If you had GNU printf(1),
it would better be:

| $ printf "\033[?1000h"        # turn mouse reporting on
| $ printf "\033[?1000l"        # turn mouse reporting off


Bye!    Alain.
-- 
When you want to reply to a mailing list, please avoid doing so with
Novell GroupWise. This lacks necessary references and breaks threads.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]