zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: marcok@tchibm3.chemie.uni-karlsruhe.de (Marco Kattannek),
	zsh-users@math.gatech.edu (zsh)
Subject: Re: backward-word with hpterm?
Date: Wed, 9 Jul 1997 09:35:22 -0700	[thread overview]
Message-ID: <970709093522.ZM11927@candle.brasslantern.com> (raw)
In-Reply-To: <9707091143.AA38646@tchibm3.chemie.uni-karlsruhe.de>

On Jul 9,  1:44pm, Marco Kattannek wrote:
} Subject: re: backward-word with hpterm?
}
} Marco Kattannek <marcok@tchibm3.chemie.uni-karlsruhe.de> typed:
} :I can not use the curser-keys for zsh-line-editing in a hpterm. ^B and
} :^F do work, but the curser-keys confuse everything. Is this a limitation
} :( feature ? ) of the hpterm. Can I change the zsh-behaviour? 
} :Or do I have to change the stty's?
} :I suppose that I can do nothing about it, except not using hpterms.
} :Therefor I stoped searching for a solution, and ask this cuestion in this
} :list.
} 
} Marco> What I see is ->
} Marco> cp this-is-a-file this-is-going-to-  -a-file
} Marco> When I execute the command, and look at it with the command-history
} Marco> I see this ->
} Marco> cp this-is-a-file this-is-going-to-be-a-fi

If I'm remembering right -- and the above example seems to bear it out --
hpterm cursor keys don't actually send anything to the tty driver.  They
just move the cursor around.  Programs that are written specifically to
use hpterms track the cursor by coordinates as if it were a mouse pointer,
not a text cursor; programs that are written for generic tty drivers are
out of luck.

There *is* a way to get the cursor keys to drive the tty, through some HP
extensions to the curses and termcap libraries, but I've long forgotten
what the magic is.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1997-07-09 16:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-09 11:44 Marco Kattannek
1997-07-09 16:35 ` Bart Schaefer [this message]
1997-07-10  7:49   ` backward-word with hpterm? <- Marco Marco Kattannek
  -- strict thread matches above, loose matches on Subject: below --
1997-07-09 10:15 backward-word with hpterm?? Marco Kattannek
1997-07-09 10:49 ` Geoff Wing

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=970709093522.ZM11927@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=marcok@tchibm3.chemie.uni-karlsruhe.de \
    --cc=zsh-users@math.gatech.edu \
    /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).