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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
Don't know if you are fooling around but in case you aren't: 

Binary data can always mess up your terminal as there may be control characters
in it, which your terminal interprets. 

You need to use "cat -v" when displaying binary files or call "reset" or "stty
sane" afterwards to clean up your terminal. This may work. 

if you need to see binary data use xxd etc.

This is not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to