zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 8 bit chars in ZLE weirdness fix
@ 1998-04-27  9:20 Andrew Main
  0 siblings, 0 replies; only message in thread
From: Andrew Main @ 1998-04-27  9:20 UTC (permalink / raw)
  To: zsh-workers

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

 *** Src/Zle/zle_misc.c	1997/07/05 13:11:54	1.17
 --- Src/Zle/zle_misc.c	1998/04/25 22:52:28
 ***************
 *** 40,46 ****
   {
       char *s;
       int len = ztrlen(str);
 !     int c1 = *str == Meta ? str[1]^32 : *str;   /* first character */
       int neg = zmult < 0;             /* insert *after* the cursor? */
       int m = neg ? -zmult : zmult;    /* number of copies to insert */
   
 --- 40,46 ----
   {
       char *s;
       int len = ztrlen(str);
 !     int c1 = *str == Meta ? STOUC(str[1])^32 : STOUC(*str);/* first character */
       int neg = zmult < 0;             /* insert *after* the cursor? */
       int m = neg ? -zmult : zmult;    /* number of copies to insert */
   

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: ascii

iQEVAwUBNUJrYZmk9GeOHh7BAQF/hgf8Ci31VvRbB1fqErSONRbzB2K8n698bFAQ
T9nyjbdrq6Pl/smAkIplxwYm49b9Ce0kMqc7mFVzhcCmJrRPm8CkAPk69flH2CdO
gVKzyZIzO80DqbTm5UbXfXHlioXKrrmwCiJgR3/lOCj59f7izLHrj/cVAha1zJMV
Q0/YjC0cpBi+e/z0qrMQgMzkYkPZ7xIwyKnvmQyar7tL2z/v9PeX+MKGBnWcAeB9
yLVutMyJYfeQwHlToTsvJp0qARay+H8Z5E3LlbUSWaMJmRkg76HvQsngnuWD6w9A
Ea1zZBnRH92OilGF4b7PVfQHdDurtg+Ei++9hERE2STMHpweh8PlPQ==
=J/fJ
-----END PGP SIGNATURE-----


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

only message in thread, other threads:[~1998-04-27  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-27  9:20 PATCH: 8 bit chars in ZLE weirdness fix Andrew Main

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