home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!news.dell.com!swrinde!mips!sdd.hp.com!wupost!usc!nic.csu.net!koko.csustan.edu!rat!cindy!satmech
- From: satmech@ecst.csuchico.edu (satmech)
- Newsgroups: comp.unix.bsd
- Subject: fix for tip
- Message-ID: <1992Aug23.125850.1541@ecst.csuchico.edu>
- Date: 23 Aug 92 12:58:50 GMT
- Sender: news@ecst.csuchico.edu (no news is good news)
- Organization: California State University, Chico
- Lines: 22
- Nntp-Posting-Host: cscihp.ecst.csuchico.edu
-
- This patch fixes the problem of tip being stuck in 7bit word length, if
- you use zmodem at all, you need this.
-
- *** tip.c.orig Sun Aug 23 06:35:02 1992
- --- tip.c Sun Aug 23 06:23:15 1992
- ***************
- *** 593,599 ****
- bits8 = 1;
- return;
- }
- ! bits8 = 0;
- flip = 0;
- clr = 0377;
- set = 0;
- --- 593,599 ----
- bits8 = 1;
- return;
- }
- ! bits8 = 1;
- flip = 0;
- clr = 0377;
- set = 0;
-