/[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 225 by dpavlin, Thu Aug 13 12:42:46 2009 UTC revision 226 by dpavlin, Sun Aug 16 21:10:42 2009 UTC
# Line 23  sub xterm { Line 23  sub xterm {
23          my ( $name, $cmd ) = @_;          my ( $name, $cmd ) = @_;
24    
25          my $screenrc = "/tmp/$name.screenrc";          my $screenrc = "/tmp/$name.screenrc";
26            $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.225  
changed lines
  Added in v.226

  ViewVC Help
Powered by ViewVC 1.1.26