X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=a2a95b7d567e15b90d9f404b7abc02b506921027;hp=9f58c36d8e40f4bd5fe4f26f92684e7385d632bb;hb=b59955be2da0de3a1bcecbde196e30851b5a90ac;hpb=1a5fd0bef334ba6ccacebdb206a8e060b3666a26 diff --git a/bin/fcscs b/bin/fcscs index 9f58c36..a2a95b7 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -102,8 +102,7 @@ or another number to select the longer match. Use backspace to remove the last entered number. Press return before entering a number to select the last (lowest numbered) -match (underlined by default). To abort without selecting any match either use -"q". +match (underlined by default). To abort without selecting any match use "q". To change the selection mode (e.g. paths, files, etc.) use one of the mappings explained below. Per default URLs are selected, see options for a way to @@ -501,8 +500,8 @@ sub run_in_background { # closes the window (because the parent process has exited). local $SIG{HUP} = 'IGNORE'; - # Necessary for GNU screen or it'll keep the window open until the - # paste command has run. + # Necessary for GNU screen or it'll keep the window open until an + # external command has run. close STDIN or die $!; close STDOUT or die $!; close STDERR or die $!;