summaryrefslogtreecommitdiff
path: root/open_issues/bash_vs_screen_vs_sigint.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-10-07 22:01:04 +0200
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-10-07 22:01:04 +0200
commitdff5f1a813f641100cc16b520e64502fae567f4f (patch)
tree8a0bd5fddf792442358180505e6a255a270a128e /open_issues/bash_vs_screen_vs_sigint.mdwn
parent241e89d0f00ef6a65258f19c2517419fe6030db9 (diff)
open_issues/bash_vs_screen_vs_sigint: The screen issue is resolved: Debian bug #522689#38.
Diffstat (limited to 'open_issues/bash_vs_screen_vs_sigint.mdwn')
-rw-r--r--open_issues/bash_vs_screen_vs_sigint.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/open_issues/bash_vs_screen_vs_sigint.mdwn b/open_issues/bash_vs_screen_vs_sigint.mdwn
index c8a31a15..8dbb6816 100644
--- a/open_issues/bash_vs_screen_vs_sigint.mdwn
+++ b/open_issues/bash_vs_screen_vs_sigint.mdwn
@@ -58,11 +58,11 @@ this:
* shell prompt: **no reaction (nothing printed)**; `$?` thus is **unchanged**.
* `sleep 10` running: **`^C` printed**, SIGINT is **not** sent.
- The *screen* behavior differs.
+ The *screen* behavior differs -- [[!debbug 522689#38]].
To sum up:
* *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.
+ * <strike>*screen*: new package causes that invokee doesn't react to `C-c` anymore.</strike>