aboutsummaryrefslogtreecommitdiff
path: root/open_issues/screen.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-10-08 14:50:56 +0200
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-10-08 14:51:56 +0200
commitf006d45dda72605da09322dc7941f2ed5629395b (patch)
treea35877e1812b167fa7319126c444a3ec1ccb68ce /open_issues/screen.mdwn
parent924e9702036d8a1506cc6bb07facb18e23494519 (diff)
downloadweb-f006d45dda72605da09322dc7941f2ed5629395b.tar.gz
web-f006d45dda72605da09322dc7941f2ed5629395b.tar.bz2
web-f006d45dda72605da09322dc7941f2ed5629395b.zip
open_issues/bash_vs_screen_vs_sigint: Separate bash and screen issue.
open_issues/bash: Add more information w.r.t. PROMPT_COMMAND.
Diffstat (limited to 'open_issues/screen.mdwn')
-rw-r--r--open_issues/screen.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/open_issues/screen.mdwn b/open_issues/screen.mdwn
index cc2110ad..6ece5c40 100644
--- a/open_issues/screen.mdwn
+++ b/open_issues/screen.mdwn
@@ -10,6 +10,16 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_porting]]
+Typing `C-c` (*SIGINT*) in a *screen* session (Debian package 4.0.3-14; -11 is
+fine):
+
+ * shell prompt: no reaction (nothing printed)
+ * `sleep 10` running: `^C` printed, but SIGINT is not sent.
+
+[[!debbug 522689#38]].
+
+---
+
Revisit this issue: [[!debbug 97343]] -- special handling of `TIOCSCTTY`
depending on `__GNU__`.