Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

The new refresh code



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



Messages sorted by: Reverse Date, Date, Thread, Author