commit bd38331cd80bd0efb64c0262b10a2a2a0780b999 from: Alex Arx via: Alex Arch date: Sun Mar 16 08:11:07 2025 UTC correct comment to use the correct name of the example script commit - c02d9413bb27c6ba68490681085bc6f0a69c3444 commit + bd38331cd80bd0efb64c0262b10a2a2a0780b999 blob - 38196cf965ca4691a2c921562bf5051727a012fb blob + b4bd84600ca578708a326c130905f4bcf860b1cc --- gpm +++ gpm @@ -246,7 +246,7 @@ sub copy { # This is a huge cludge. The reason we have to do copying inside a detached # process is because otherwise the following doesn't work (assuming xclip): # - # $ tmux popup -E 'GPG_TTY=`tty` pmc' && sleep 1 && xclip -o + # $ tmux popup -E 'GPG_TTY=`tty` igpm' && sleep 1 && xclip -o my $pid = fork(); if (not defined $pid) { die "Fork failed: $!\n";