Date: Fri, 30 Aug 2002 07:10:03 -0700 (PDT) From: Elliott Hughes <ehughes@bluearc.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/41947: hexdump(1) unprintable ASCII enhancement [PATCH] Message-ID: <200208301410.g7UEA3NR060196@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/41947; it has been noted by GNATS. From: Elliott Hughes <ehughes@bluearc.com> To: "'freebsd-gnats-submit@FreeBSD.org'" <freebsd-gnats-submit@FreeBSD.org> Cc: Subject: Re: misc/41947: hexdump(1) unprintable ASCII enhancement [PATCH] Date: Fri, 30 Aug 2002 15:01:18 +0100 Thinking about it, display.c:197 should read: if (color_option == 1 && iscntrl(*bp) && *bp != 0x7f) { because we shouldn't print the character (0x7f + '@') in all fonts, so it's best avoided. --elliott ********************************************************************* This e-mail and any attachment is confidential. It may only be read, copied and used by the intended recipient(s). If you are not the intended recipient(s), you may not copy, use, distribute, forward, store or disclose this e-mail or any attachment. If you are not the intended recipient(s) or have otherwise received this e-mail in error, you should destroy it and any attachment and notify the sender by reply e-mail or send a message to sysadmin@bluearc.com ********************************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208301410.g7UEA3NR060196>