reidwooten99 / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Pipe does not work on HTC #557

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the terminal
2. Type `ls | grep A`
3. An error appears because the pipe on the virtual keyboard is not the normal 
vertical bar. instead it has a split in the middle and bash does not see this 
as the same thing.

What is the expected output? What do you see instead?
Expected output is the results of the ls command filtered by only files with 
the letter A in them. Instead bash complains that the pipe is not correct.

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?
v1.7.1

What type of system are you trying to connect to?
ubuntu 11.10 64bit

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?

Please provide any additional information below.

Original issue reported on code.google.com by anth...@hildoer.com on 9 Feb 2012 at 5:25

GoogleCodeExporter commented 8 years ago
I had this problem too. Using bindkey (on the server I connected to), I 
translated "%%" to "|". 

Original comment by hansfn@gmail.com on 26 Jan 2013 at 10:47