commit 522efb3faf3d06c89e6aee002c20735b2f16c940 from: Alex Arx date: Tue Dec 10 06:51:59 2024 UTC correct commet to use the correct name of the example script commit - c02d9413bb27c6ba68490681085bc6f0a69c3444 commit + 522efb3faf3d06c89e6aee002c20735b2f16c940 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";