zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <A.Main@dcs.warwick.ac.uk>
To: zsh-workers@math.gatech.edu (Z Shell workers mailing list)
Subject: The new refresh code
Date: Thu, 4 Jan 1996 20:45:07 +0000 (GMT)	[thread overview]
Message-ID: <1690.199601042045@stone.dcs.warwick.ac.uk> (raw)

-----BEGIN PGP SIGNED MESSAGE-----

There's a little bug in the new automargin refresh code that has been
annoying me all week.

      *** 1.1	1995/12/23 17:39:23
      --- zle_refresh.c	1996/01/04 20:30:55
      ***************
      *** 470,476 ****
           case it messes up cut and paste. */
        
            col_cleareol = -1;
      !     if (tccan(TCCLEAREOL) && (!hasam || ln == nlnct - 1) && 
        	(nllen == winw ||	/* new buffer goes to the end of the line */
        	put_rpmpt != oput_rpmpt)) {
        	for (i = nllen; i && nl[i - 1] == ' '; i--);
      --- 470,476 ----
           case it messes up cut and paste. */
        
            col_cleareol = -1;
      !     if (tccan(TCCLEAREOL) && (!hasam || ln >= nlnct - 1) && 
        	(nllen == winw ||	/* new buffer goes to the end of the line */
        	put_rpmpt != oput_rpmpt)) {
        	for (i = nllen; i && nl[i - 1] == ' '; i--);

 -zefram

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQCVAgUBMOw64HD/+HJTpU/hAQFJAAP/ZRHVfksAwo4FIS3Ty2SqhKCsjMMwFW1m
gK53fo83VSyiSH48H8eQvqcjTrHtEaUAGDLpGJO/6VQ9coGO4Iv8Ud9hIU4LYddn
iiOZCxIlFQeaNyKckrPGgBL4ypVANhI++RUzkKKeZfrT46ADfOdaMYyNys5wR6YA
l+dbJ0FSd6U=
=0XtH
-----END PGP SIGNATURE-----


             reply	other threads:[~1996-01-04 21:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-04 20:45 Zefram [this message]
1996-01-05  5:08 ` Kunihiro Ishiguro

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=1690.199601042045@stone.dcs.warwick.ac.uk \
    --to=a.main@dcs.warwick.ac.uk \
    --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).