[Bug 293267] bin/sh: Visual glitch on ^C on multiline input buffer
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 293267] bin/sh: Visual glitch on ^C on multiline input buffer"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Feb 2026 20:18:57 UTC
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.