Changeset 14449 for misc/runpugs/bin

Show
Ignore:
Timestamp:
10/22/06 01:37:16 (2 years ago)
Author:
andara
Message:

[runpugs]
-new UI with more terminal-like behaviour ("runpugs2")
-plumbing to support non-interactive scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/bin/termdispatcher2.pl

    r14430 r14449  
    1818print "Sending msg $id: $cmd\n"; 
    1919my $ip="127.0.0.1"; 
    20 (my $reply,my $histref) = &Web::Terminal::Dispatcher::send($id,$ip,$prompt.$cmd); 
     20(my $reply,my $prompt,my $histref) = &Web::Terminal::Dispatcher::send($id,$ip,$prompt.$cmd); 
    2121print $reply; 
    2222print "\nHistory\n";