bin/i2cssh in i2cssh-0.0.10 vs bin/i2cssh in i2cssh-1.0.0
- old
+ new
@@ -92,10 +92,10 @@
(rows * columns).times do |i|
if servers && servers[i] then
term.sessions[i+1].write(:text => "history -d $(($HISTCMD-1)) && #{ssh_prefix}#{servers[i]}")
else
term.sessions[i+1].foreground_color.set("red")
- term.sessions[i+1].write(:text => "history -d $(($HISTCMD-1)) && stty -isig -icanon && echo -e '#{"\n"*100}UNUSED' && cat > /dev/null")
+ term.sessions[i+1].write(:text => "history -d $(($HISTCMD-1)) && stty -isig -icanon -echo && echo -e '#{"\n"*100}UNUSED' && cat > /dev/null")
end
end
if options[:debug] then
require 'ripl'
Ripl.start :binding => binding