zsh-workers
 help / color / mirror / code / Atom feed
From: scozens@pwj.co.jp
To: zsh-workers@sunsite.auc.dk
Subject: Good news, Bad news : Win32
Date: Tue, 14 Sep 1999 16:37:23 +0900	[thread overview]
Message-ID: <492567EC.0029134B.00@pwj-gw-n001.pwj.co.jp> (raw)





** Warning, non-list submission! I'm not going to see replies. **

The good news is, I got zsh 3.1.6 running under Cygwin 20 on Win NT.
(No, I don't know why.) This doesn't appear in Etc/MACHINES so I
thought you might like to know about it.

It required a small fix to builtin.c before it would compile:

1063c1063
< #ifdef __CYGWIN
---
> #ifdef __CYGWIN__

Just a typo, I guess, since __CYGWIN__ is used everywhere else.

The bad news is, it seems to eat terminal control codes; ^C, ^Z
^\ and so on no longer do any thing at all, and ^D doesn't exit but
functions like a tab. It *may* be a Cygwin thing because stty doesn't
seem to behave reasonabily (`unable to perform all requested
operations') when I try and set up the keys manually - however,
Cygnus' bash works as expected. Freezing the tty doesn't help,
neither does zsh -f

I'm not particularly bothered, but one of you might be.

Keep up the good work,
Simon




                 reply	other threads:[~1999-09-14  7:42 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=492567EC.0029134B.00@pwj-gw-n001.pwj.co.jp \
    --to=scozens@pwj.co.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).