From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14793 invoked from network); 15 Oct 1998 19:45:07 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Oct 1998 19:45:07 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id PAA18531; Thu, 15 Oct 1998 15:26:51 -0400 (EDT) Resent-Date: Thu, 15 Oct 1998 15:26:14 -0400 (EDT) From: "Bart Schaefer" Message-Id: <981015122927.ZM25110@candle.brasslantern.com> Date: Thu, 15 Oct 1998 12:29:27 -0700 In-Reply-To: <981015110935.ZM24779@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: clear terminal after display of less, <, and apropos" (Oct 15, 11:09am) References: <19981014233316.A613@cs.uni-magdeburg.de> <981014182516.ZM20780@candle.brasslantern.com> <19981015121103.A20207@kappa.ro> <9810151322.AA14146@ezdzit.zko.dec.com> <981015110935.ZM24779@candle.brasslantern.com> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Roland Jesse , zsh-users@math.gatech.edu Subject: Re: clear terminal after display of less, <, and apropos MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"H_9kd.0.MW4.Mna9s"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1875 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Oct 15, 11:09am, Bart Schaefer wrote: > Subject: Re: clear terminal after display of less, <, and apropos > However -- and to keep this discussion relevant to zsh-users -- I just > remembered a little zsh script called "fixinfo" that I wrote long ago I just noticed that there's an omission in the output intended for use with "eval `fixinfo`": > [[ -t 1 ]] || echo export TERM=\""$newterm"\"\; export TERMCAP=\""$TERMCAP"\" There should also be an "export TERMINFO=..." in that output, like so: [[ -t 1 ]] || echo export TERM=\""$newterm"\"\;\ export TERMCAP=\""$TERMCAP"\"\;\ export TERMINFO=$TERMINFO