[Bug 266627] stty -f <file> should be non-blocking

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Oct 2022 17:31:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266627

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a7eac018437e592a575f46a59151eedc7a742fa7

commit a7eac018437e592a575f46a59151eedc7a742fa7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-26 21:34:22 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-02 17:29:53 +0000

    stty(1): provide details about interaction with job control

    Describe a shell trick to do non-blocking modification of the terminal
    settings, by ignoring job control signals with trap built-in.

    PR:     266627
    With input from:        jilles
    Reviewed by:    pauamma
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D36745

 bin/stty/stty.1 | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.