Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2015 23:22:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201367] Reproducible urxvt Artifact
Message-ID:  <bug-201367-13-lqvvbV1Opa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201367-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201367-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201367

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

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

--- Comment #1 from Timo Buhrmester <fstd.lkml@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201367-13-lqvvbV1Opa>