Use bash --noediting by default to avoid readline problems. This means lines
commit27b8b22c6e5561bbcca0d72fb74d395424e47f3c
authorGuillaume Chazarain <guichaz@gmail.com>
Sat, 13 Jun 2009 21:26:20 +0000 (13 23:26 +0200)
committerGuillaume Chazarain <guichaz@gmail.com>
Sat, 13 Jun 2009 21:26:20 +0000 (13 23:26 +0200)
tree8241832efeee16735d13a36631572b103525d0cd
parent7a94e6fe33aa8ae629d0a76fdb5125ce82bde4c7
Use bash --noediting by default to avoid readline problems. This means lines
cannot be longer than 4096 bytes long (N_TTY_BUF_SIZE), so we insert newlines
in the file transfer python code and we remove the continuation
prompt (PS2: '> ').
gsh.1
gsh/file_transfer.py
gsh/main.py
gsh/remote_dispatcher.py