Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: code completition / cannot delete characters
- X-seq: zsh-users 11272
- From: Michael Worobcuk <mail@xxxxxxxxxxxxxxxxxx>
- To: Micah Cowan <micah@xxxxxxxxxx>
- Subject: Re: code completition / cannot delete characters
- Date: Sat, 10 Mar 2007 21:25:51 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <45F30C45.4030203@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <52211927-A3E8-4E51-8735-961A3BE83BB1@xxxxxxxxxxxxxxxxxx> <070309024427.ZM6023@xxxxxxxxxxxxxxxxxxxxxx> <4916CF2F-0DA8-478B-96DC-B6154C90D98C@xxxxxxxxxxxxxxxxxx> <45F1BFB1.3090801@xxxxxxxxxx> <DFEC4BD6-E1D4-4D97-9B6E-EADFC65C5A60@xxxxxxxxxxxxxxxxxx> <45F1F7F7.8040305@xxxxxxxxxx> <DEA885AD-706C-432A-A32B-C4037829849F@xxxxxxxxxxxxxxxxxx> <45F30C45.4030203@xxxxxxxxxx>
Whoops! How about plugging 's/[[:cntrl:]]/?g' into that instead?
: env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed 's/[[:cntrl:]]/?/g'
[hanno: /home/hanno]>: env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed
's/[[:cntrl:]]/?/g'
[hanno: /home/hanno]>
That's it!
Hmmmmmm.....
It is probably longer than you believe. typescript will also
contain the normally invisible escape sequences that zsh sends to
your terminal to tell it to erase the first cd /usr/src (which you
won't see if you cat it.
Just make sure to run script, do the whole tab thing so that it
won't erase the first "cd /usr/src", and then provide the literal
version of that script. :)
Ok. I'm sorry. Here it is:
http://www.michaelworobcuk.de/typescript/
Hm... you don't have infocmp. Do you have an /etc/termcap? If so,
could you provide it (it's probably too large to put on list)?
Yes, I have termcap.
Ähm sry. Should I upload the file? I don't know .,...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author