zsh-workers
 help / color / mirror / code / Atom feed
* The new refresh code
@ 1996-01-04 20:45 Zefram
  1996-01-05  5:08 ` Kunihiro Ishiguro
  0 siblings, 1 reply; 2+ messages in thread
From: Zefram @ 1996-01-04 20:45 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----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-----


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: The new refresh code
  1996-01-04 20:45 The new refresh code Zefram
@ 1996-01-05  5:08 ` Kunihiro Ishiguro
  0 siblings, 0 replies; 2+ messages in thread
From: Kunihiro Ishiguro @ 1996-01-05  5:08 UTC (permalink / raw)
  To: zsh-workers

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

Thanks.  I'm searching this bug, too.  But I can't find it.
--kunihiro@nis.co.jp


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-01-05  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-04 20:45 The new refresh code Zefram
1996-01-05  5:08 ` Kunihiro Ishiguro

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).