Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 214881 Details for
Bug 313291
Mutt reacts incorrectly to SIGINT (Ctrl-C)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream patch to allow interrupt in getch
mutt-int.patch (text/plain), 674 bytes, created by
Miroslav Lichvar
on 2007-10-03 17:49:35 UTC
(
hide
)
Description:
upstream patch to allow interrupt in getch
Filename:
MIME Type:
Creator:
Miroslav Lichvar
Created:
2007-10-03 17:49:35 UTC
Size:
674 bytes
patch
obsolete
># HG changeset patch ># User Michael Elkins <me@sigpipe.org> ># Date 1037261550 0 ># Node ID 95cf71dbf1766d90e7fe7b6bd7f587db61cb79cc ># Parent d1066bd19b6f30157b45f69ba351335746248c96 >Fix #1388. > >diff -r d1066bd19b6f -r 95cf71dbf176 curs_lib.c >--- a/curs_lib.c Wed Nov 13 10:10:52 2002 +0000 >+++ b/curs_lib.c Thu Nov 14 08:12:30 2002 +0000 >@@ -67,12 +67,14 @@ event_t mutt_getch (void) > > SigInt = 0; > >+ mutt_allow_interrupt (1); > #ifdef KEY_RESIZE > /* ncurses 4.2 sends this when the screen is resized */ > ch = KEY_RESIZE; > while (ch == KEY_RESIZE) > #endif /* KEY_RESIZE */ > ch = getch (); >+ mutt_allow_interrupt (0); > > if (SigInt) > mutt_query_exit ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313291
: 214881