zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Olsen <olsenc@ichips.intel.com>
To: zsh-workers@sunsite.auc.dk
Subject: Re: Zsh 3.1.9 on HP-UX 10.20/11.0
Date: Wed, 18 Oct 2000 14:23:32 -0700	[thread overview]
Message-ID: <20001018142332.A27453@ichips.intel.com> (raw)
In-Reply-To: <1001018171648.ZM4506@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Wed, Oct 18, 2000 at 05:16:48PM +0000

On Oct 18, Bart Schaefer wrote:
> 
> It sounds as though the terminal description (terminfo or termcap)
> doesn't have the correct codes for some cursor motions.  Both of the
> symptoms you described could be explained if zsh were emitting the wrong
> code for "move cursor left" and then emitting either spaces (to cover up
> one character) or clear-to-EOL (for ^U).  A simple "typescript" capture
> of a brief session would show what's being emitted by ZLE.

Script started on Wed Oct 18 13:24:39 2000
^[]0;phpw0019 ~^G^Mphpw0019 ~# asdfasdf^M^M
zsh: command not found: asdfasdf^M
^[]0;phpw0019 ~^G^Mphpw0019 ~# ^G^G    ^G^G^G^G^M^M
^[]0;phpw0019 ~^G^Mphpw0019 ~# ^M^M

script done on Wed Oct 18 13:24:48 2000

It appears that ^G is being emitted instead of ^H.

> Are you sure zsh is successfully reading that database on both platforms?
> HP-UX probably has some utilitity equivalent to "strace" ("truss" on Sun)
> that would let you examine the system calls to see which terminfo files
> are actually being opened.

I did a truss on "vim /etc/passwd", and I see:

open("/fs17/a/olsenc/.terminfo/x/xterm", O_RDONLY, 03) = 4

-Clint


      reply	other threads:[~2000-10-18 21:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-18 16:37 Clint Olsen
2000-10-18 17:16 ` Bart Schaefer
2000-10-18 21:23   ` Clint Olsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001018142332.A27453@ichips.intel.com \
    --to=olsenc@ichips.intel.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).