[Bug 201367] Reproducible urxvt Artifact

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 5 23:22:57 UTC 2015


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

Timo Buhrmester <fstd.lkml at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fstd.lkml at gmail.com

--- Comment #1 from Timo Buhrmester <fstd.lkml at gmail.com> ---
The code reads from standard input, closing that with Ctrl-D produces a visible
"^D" (as expected)
The code then goes on to printf(" \t"); -- The blank overwrites the '^', the
tab does not blank out the 'D' but merely advances the cursor to the next
tabstop.

This is all expected behavior (which can be disabled with `stty -echoctl`)

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


More information about the freebsd-ports-bugs mailing list