# HG changeset patch # User igor # Date 1205403751 -7200 # Node ID 42d9af3c851cf6fb9f5e2aa248f32da186f6e74a # Parent 71bd999bcb04155f175a94232124368402a47b5b minifix diff -r 71bd999bcb04 -r 42d9af3c851c l3-agent --- a/l3-agent Thu Mar 13 12:19:42 2008 +0200 +++ b/l3-agent Thu Mar 13 12:22:31 2008 +0200 @@ -342,7 +342,6 @@ if $Config{"verbose"} =~/y/; my $tty = $1; - my $first_pass = 1; my %cl; my $last_output_length=0; while () { @@ -420,12 +419,6 @@ bind_diff(\%last_cl); } - # Processing previous command line - #if ($first_pass) { - # $first_pass = 0; - # next; - #} - # Error code $last_cl{"raw_end"} = $cl{"raw_start"}; $last_cl{"err"}=$err; diff -r 71bd999bcb04 -r 42d9af3c851c l3bashrc --- a/l3bashrc Thu Mar 13 12:19:42 2008 +0200 +++ b/l3bashrc Thu Mar 13 12:22:31 2008 +0200 @@ -128,7 +128,6 @@ l3_fix_prompt() { -## export PS1='\[v2#\!#$?#$UID#$$#$(/bin/date +%s)$(l3_save_last_line)#$PWD#\033[1024D\033[K\]'$PS1 export PS1='\[$($L3_HOME/l3prompt "v3#\!#$?#$UID#$$#$(/bin/date +%s)#$PWD#$RANDOM#")$(l3_save_last_line >& /dev/null)\]'$PS1 }