zsh-workers
 help / color / mirror / code / Atom feed
From: Hrvoje Niksic <hniksic@srce.hr>
To: zsh-workers@math.gatech.edu
Subject: #ifdef SIGWINCH
Date: 29 Jan 1997 19:35:38 +0100	[thread overview]
Message-ID: <kigg1zke3d1.fsf@jagor.srce.hr> (raw)

An #ifdef SIGWINCH is missing at a spot in signals.c.  The following
patch should fix it; it's against 3.0.2:

--- signals.c.orig      Wed Jan 29 13:32:00 1997
+++ signals.c   Wed Jan 29 13:32:09 1997
@@ -486,9 +486,11 @@
         }
         break;
 
+#ifdef SIGWINCH
     case SIGWINCH:
         adjustwinsize();  /* check window size and adjust */
         break;
+#endif
 
     case SIGALRM:
         if (sigtrapped[SIGALRM]) {


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
If a President doesn't do it to his wife, he'll do it to his country.


                 reply	other threads:[~1997-01-29 18: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=kigg1zke3d1.fsf@jagor.srce.hr \
    --to=hniksic@srce.hr \
    --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).