/[pxelator]/lib/PXElator/x11.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/x11.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 227 by dpavlin, Sun Aug 16 21:10:42 2009 UTC revision 228 by dpavlin, Sun Aug 16 21:27:39 2009 UTC
# Line 22  close($rgb); Line 22  close($rgb);
22  sub xterm {  sub xterm {
23          my ( $name, $cmd ) = @_;          my ( $name, $cmd ) = @_;
24    
25            $name =~ s{\s+}{-}g;
26          my $screenrc = "/tmp/$name.screenrc";          my $screenrc = "/tmp/$name.screenrc";
         $screenrc =~ s{\s+}{-}g;  
27    
28          my ($autodetach,$detach) = $ENV{DISPLAY} ? ('off','') : ( 'on', 'detach' );          my ($autodetach,$detach) = $ENV{DISPLAY} ? ('off','') : ( 'on', 'detach' );
29    

Legend:
Removed from v.227  
changed lines
  Added in v.228

  ViewVC Help
Powered by ViewVC 1.1.26