zsh-workers
 help / color / mirror / code / Atom feed
From: Andrew Main <zefram@tao.co.uk>
To: zsh-workers@math.gatech.edu
Subject: PATCH: 8 bit chars in ZLE weirdness fix
Date: Mon, 27 Apr 1998 10:20:42 +0100	[thread overview]
Message-ID: <199804270920.KAA25054@diamond.tao.co.uk> (raw)

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


                 reply	other threads:[~1998-04-27  9:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199804270920.KAA25054@diamond.tao.co.uk \
    --to=zefram@tao.co.uk \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).