Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: real-time signals support
- X-seq: zsh-workers 52629
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: real-time signals support
- Date: Tue, 27 Feb 2024 18:17:34 -0800
- Archived-at: <https://zsh.org/workers/52629>
- In-reply-to: <26831-1709077874.602561@9bQW.VzDm.Uqrt>
- List-id: <zsh-workers.zsh.org>
- References: <73696-1708812060.096751@IRYQ.G6d0.hkDI> <CAH+w=7YBrjo=D6Pp9mXh8WQKkrTF0aRR4ddv59bhQjq6bO=Avw@mail.gmail.com> <14804-1709061923.292710@qlv_.smDE.ovA0> <CAH+w=7Z-18+FkppsqHExRjtiW6Cy6AOFeNu_FX08r7Xekjk=eg@mail.gmail.com> <26831-1709077874.602561@9bQW.VzDm.Uqrt>
On Tue, Feb 27, 2024 at 3:51 PM Oliver Kiddle <opk@xxxxxxx> wrote:
>
> Bart Schaefer wrote:
> > The main reason is for terminals narrower than 80-ish columns; wider ones, meh.
>
> How about limiting it to a maximum of six columns like so?
Works for me.
> Without the isatty(1) test it can still be piped in column form or you
> can use COLUMNS=1 to force single-column output.
Dandy.
> > Negative signals translate into the absolute value sent to the process
> > group leader, right?
>
> Isn't that negative pids?
Oh, yes, of course. I suspect a negative signal number would just
produce an EINVAL error.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author