zsh-workers
 help / color / mirror / code / Atom feed
* #ifdef SIGWINCH
@ 1997-01-29 18:35 Hrvoje Niksic
  0 siblings, 0 replies; only message in thread
From: Hrvoje Niksic @ 1997-01-29 18:35 UTC (permalink / raw)
  To: zsh-workers

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.


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

only message in thread, other threads:[~1997-01-29 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-29 18:35 #ifdef SIGWINCH Hrvoje Niksic

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