zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: mason@werple.net.au (Geoff Wing)
Cc: zsh-workers@math.gatech.edu
Subject: Re: First zle_refresh.c patch
Date: Mon, 15 Jul 1996 04:30:41 +0200 (MET DST)	[thread overview]
Message-ID: <199607150230.EAA00151@hzoli.ppp.cs.elte.hu> (raw)
In-Reply-To: <199607131602.QAA11406@werple.net.au> from Geoff Wing at "Jul 14, 96 02:02:39 am"

> a screenful of text).  Scrolling for >=9600 is line by line (much prettier).

Yes it is good, however I do not like that the cursor is always in the
bottom screen line.  Long multiline buffers usually occur in zed when I
edit a file.  In that case I do not like to scroll the screen each time I
press up/down arrow.  I think zsh should behave like other editors.  It
should only scroll when the cursor would go off the screen without
scrolling.  There are two solutions for that case:  one is used in emacs
which scrolls a half screen while the other is used in joe which scrolls
line by line.  Before these patches zsh scrolled a half screen each time
the cursor reached the middle of the screen.  I did not like that.

An alternative solution may be to scroll when the line is near to the
bottom or top of the screen so that a three line context around the cursor
is always wisible.

Zoltan



      reply	other threads:[~1996-07-15  4:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-13 16:02 Geoff Wing
1996-07-15  2:30 ` Zoltan Hidvegi [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=199607150230.EAA00151@hzoli.ppp.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=mason@werple.net.au \
    --cc=zsh-workers@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).