Console Annoyance

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Tom Jones
Date:  
Subject: Console Annoyance
On 3 Nov 2002, Entelin wrote:

> When one reads in a binary file to the display it has the chance of
> somehow altering the characters that are used to print normal text so
> its unreadable and scrambled up. Loging that term out doesnt have any
> effect. How is it that this can be fixed or prevented ?
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>


If the screen is already hosed, I've usually been able to correct it with
the command: tput sgr 0

TJ