Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 16:13:51 GMT
From:      jilles@FreeBSD.org
To:        jilles@FreeBSD.org, jilles@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/169773: [libedit] Resizing causes /bin/sh to repeat edit operations
Message-ID:  <201309011613.r81GDplK072587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Old Synopsis: [patch] sh(1): Resizing causes /bin/sh to repeat edit operations
New Synopsis: [libedit] Resizing causes /bin/sh to repeat edit operations

Responsible-Changed-From-To: jilles->freebsd-bugs
Responsible-Changed-By: jilles
Responsible-Changed-When: Sun Sep 1 16:11:38 UTC 2013
Responsible-Changed-Why: 
The underlying problem is in libedit, not in sh.

A dirty workaround is possible in sh by setting SA_RESTART for SIGWINCH.
This prevents the repeated operations but does not apply the size change
until the next line.

http://www.freebsd.org/cgi/query-pr.cgi?pr=169773



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011613.r81GDplK072587>