Changeset 14930 for misc/runpugs/perl
- Timestamp:
- 12/20/06 16:57:09 (2 years ago)
- Location:
- misc/runpugs/perl
- Files:
-
- 1 added
- 1 modified
-
runpugs.pl (modified) (1 diff)
-
runpugs3.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/perl/runpugs.pl
r14885 r14930 140 140 my $npromptw=HTML::Entities::encode_entities($nprompt); 141 141 # my $replyw="$preply$prompt$prevcmd\n$reply"; 142 # if($reply=~/$Web::Terminal::Dispatcher::quit_message/) { 143 # $nprompt=''; 144 # } 142 145 my $replyw="$preply\n$reply"; 143 146 if($clear==1) {
