Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: clear terminal after display of less, <, and apropos
- X-seq: zsh-users 1875
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: clear terminal after display of less, <, and apropos
- Date: Thu, 15 Oct 1998 12:29:27 -0700
- In-reply-to: <981015110935.ZM24779@xxxxxxxxxxxxxxxxxxxxxxx>
- References: <19981014233316.A613@xxxxxxxxxxxxxxxxxxx> <981014182516.ZM20780@xxxxxxxxxxxxxxxxxxxxxxx> <19981015121103.A20207@xxxxxxxx> <9810151322.AA14146@xxxxxxxxxxxxxxxxxx> <981015110935.ZM24779@xxxxxxxxxxxxxxxxxxxxxxx>
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
- References:
- clear terminal after display of less, <, and apropos
- Re: clear terminal after display of less, <, and apropos
- Re: clear terminal after display of less, <, and apropos
- Re: clear terminal after display of less, <, and apropos
- Re: clear terminal after display of less, <, and apropos
Messages sorted by:
Reverse Date,
Date,
Thread,
Author