summaryrefslogtreecommitdiff
path: root/open_issues/bash_vs_screen_vs_sigint.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/bash_vs_screen_vs_sigint.mdwn')
-rw-r--r--open_issues/bash_vs_screen_vs_sigint.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/bash_vs_screen_vs_sigint.mdwn b/open_issues/bash_vs_screen_vs_sigint.mdwn
index 8260b004..c8a31a15 100644
--- a/open_issues/bash_vs_screen_vs_sigint.mdwn
+++ b/open_issues/bash_vs_screen_vs_sigint.mdwn
@@ -35,7 +35,7 @@ this:
* shell prompt: **`^C`, then new line / prompt printed**; `$?` is **128**.
* `sleep 10` running: **`^C` printed**; SIGINT is sent; `$?` is 130.
- This differs from the behavior of the earlier *bash* version in the MIG
+ This differs from the behavior of the earlier *bash* version in the MIG reply
error in the not-*screen* case, and in the **128** value for `$?`. The
former is an error, and the latter may be as expected. (Check GNU/Linux
with that *bash* version.)
@@ -63,6 +63,6 @@ this:
To sum up:
- * *bash*: 4.0 packages have the MIG error, and the 128 return value difference.
-
- * *screen*: new package doesn't react to `C-c` anymore.
+ * *bash*: 4.0 packages print `^C` at the shell prompt, have the MIG reply
+ error, and the difference in the value 128 for `$?`.
+ * *screen*: new package causes that invokee doesn't react to `C-c` anymore.