Bugzilla – Attachment 1904 Details for
Bug 1761
sftp exits on 2nd terminal resize after a transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for libedit
libedit-20100424-3.0-multiple-sigwinch.patch (text/plain), 423 bytes, created by
Edward Sheldrake
on 2010-07-20 02:22:48 AEST
(
hide
)
Description:
fix for libedit
Filename:
MIME Type:
Creator:
Edward Sheldrake
Created:
2010-07-20 02:22:48 AEST
Size:
423 bytes
patch
obsolete
>--- libedit-20100424-3.0/src/read.c.orig 2010-04-22 21:09:52.000000000 +0100 >+++ libedit-20100424-3.0/src/read.c 2010-07-19 14:58:05.000000000 +0100 >@@ -325,6 +325,9 @@ read_char(EditLine *el, Char *cp) > sig_set(el); > el_set(el, EL_REFRESH); > goto again; >+ } else if (el->el_signal->sig_no == SIGWINCH) { >+ sig_set(el); >+ goto again; > } > if (!tried && read__fixio(el->el_infd, errno) == 0) > tried = 1;
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 1761
:
1844
|
1887
| 1904