Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 20:18:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293267] bin/sh: Visual glitch on ^C on multiline input buffer
Message-ID:  <bug-293267-227-59auEna2Z8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293267-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293267

--- Comment #1 from Artem Bunichev <tembun@bk.ru> ---
Another bug of the very same nature can be reproduced (# means cursor
position):

1) printf (without \n in the end) a line that is longer than the prompt:

user@host:$ printf __________________________________#
__________________________________user@host:$ #

2) From this position trigger ed-prev-history binding (it is usually bound to
Arrow-Up):

____________printf __________________________________#
(+++++++++++)

'+' means where a 'user@host:$ ' prompt should have been. This bug is even more
confusing than the original one, because in this case user can't even see the
prompt.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293267-227-59auEna2Z8>