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. _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users