From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 00:09:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83531106566B for ; Wed, 24 Sep 2008 00:09:38 +0000 (UTC) (envelope-from chris@smartt.com) Received: from barium.smartt.com (barium.smartt.com [69.67.187.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6BCCB8FC25 for ; Wed, 24 Sep 2008 00:09:38 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] (unknown [69.31.174.220]) by barium.smartt.com (Postfix) with ESMTP id D43B810E446 for ; Tue, 23 Sep 2008 17:09:17 -0700 (PDT) Message-ID: <48D98542.6090007@smartt.com> Date: Tue, 23 Sep 2008 17:09:38 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fix corrupted terminal output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 00:09:38 -0000 Occasionally, I accidentially cat a binary file or a directory casing the terminal output to be corrupted with text looking like (don't know if this will make it through the mail cleanly) E???? ??? ?? ?????????. ????2# To fix this normally I just close the window and open a new ssh connection, but I am wondering if there is a more clean way to do this. I've tried reset(1), but it doesn't seem to help any.