[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash spews bracketed-paste escape sequences when handling signal.
From: |
Chet Ramey |
Subject: |
Re: Bash spews bracketed-paste escape sequences when handling signal. |
Date: |
Thu, 19 Dec 2024 10:28:06 -0500 |
User-agent: |
Mozilla Thunderbird |
On 12/18/24 4:38 PM, Kaz Kylheku wrote:
I understand that Bash will die if you send a SIGUSR1, and it
has no trap set up for it; but when it does have a handler set up,
it seems that Readline may be blocking the signal (perhaps via the sigprocmask
or whatever). I probably won't be digging into it more.
OK. It's true that bash defers running traps for signals that readline
does not handle until readline gives up the terminal and restores the
settings to what they are when it's not active.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Re: Bash spews bracketed-paste escape sequences when handling signal., (continued)
- Re: Bash spews bracketed-paste escape sequences when handling signal., Chet Ramey, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal., Kaz Kylheku, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal., microsuxxor, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal., Kaz Kylheku, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal., microsuxxor, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal., Chet Ramey, 2024/12/19
- Re: Bash spews bracketed-paste escape sequences when handling signal., Robert Elz, 2024/12/18
- Re: Bash spews bracketed-paste escape sequences when handling signal.,
Chet Ramey <=