Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
The new refresh code
- X-seq: zsh-workers 706
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: The new refresh code
- Date: Thu, 4 Jan 1996 20:45:07 +0000 (GMT)
-----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