zsh-workers
 help / color / mirror / code / Atom feed
* A print escape fix
@ 1995-07-16  5:05 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1995-07-16  5:05 UTC (permalink / raw)
  To: Z Shell workers mailing list

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

Zsh turns the print escape sequence "\b" into a '\010', rather than a
'\b'.  This behaviour is inconsistent with the other escapes.  The
patch below fixes this.

 -zefram

      *** Src/zle_main.c.old	Sun Jul 16 05:59:41 1995
      --- Src/zle_main.c	Sun Jul 16 05:59:55 1995
      ***************
      *** 691,697 ****
        		*t++ = '\n';
        		break;
        	    case 'b':
      ! 		*t++ = '\010';
        		break;
        	    case 't':
        		*t++ = '\t';
      --- 691,697 ----
        		*t++ = '\n';
        		break;
        	    case 'b':
      ! 		*t++ = '\b';
        		break;
        	    case 't':
        		*t++ = '\t';

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

iQBVAgUBMAieDmWJ8JfKi+e9AQHwbgH9E7uqjSHCRFRuH4sBkzu36pCTcWM1PbAq
I1j9YPMufr3CtWoGGxu9dE+PAqlI1wo2YLWoszxdR9T/8KuMBLsF9Q==
=cCWw
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-07-16  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-16  5:05 A print escape fix Zefram

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