kiah2008 / droidsshd

Automatically exported from code.google.com/p/droidsshd
0 stars 0 forks source link

Tab autocomplete does not work in SSH session #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. SSH to Android as standard user
2. CD to any directory that contains files
3. Type first few letters of file name, then use Tab to autocomplete

What is the expected output? What do you see instead?
I expect Tab to show complete file entry.  I see partial entry, blank spaces, 
and cursor.

What version of the product are you using? On what operating system?
CM7, Android 2.3.7

Please provide any additional information below.

Original issue reported on code.google.com by d...@janrain.com on 21 Dec 2011 at 1:45

GoogleCodeExporter commented 8 years ago
I think this is because of (the lack of?) terminal emulation.
If you run the cmd 'top' for example, it will just scroll instead of staying in 
place,
and refresh.

Original comment by cse...@gmail.com on 29 Dec 2011 at 2:14

GoogleCodeExporter commented 8 years ago
Tab autocompletion depends first of all on your shell. For example, the default 
Android shell doesn't have autocomletion.

Original comment by pmis...@gmail.com on 15 Feb 2012 at 8:44