zsh-users
 help / color / mirror / code / Atom feed
* SIGWINCH patch
@ 1995-09-07 13:11 Tatsuo Furukawa
  0 siblings, 0 replies; only message in thread
From: Tatsuo Furukawa @ 1995-09-07 13:11 UTC (permalink / raw)
  To: zsh-users



   Hello !  I am zsh novice user.

I tried to complile zsh-2.6-beta10 on HP-UX 8.0. But , I can not compile
well. (>_<)

  Generally, I think zsh-2.6-beta10 can not compile on OS which has not
SIGWINCH.

  I made patch. (^_^)v



--- Src/signals.c       Sat Jul  1 07:06:35 1995
+++ Src/signals.c       Tue Jul 25 17:22:16 1995
@@ -515,9 +515,11 @@
         }
         break;

+#ifdef SIGWINCH
     case SIGWINCH:
         adjustwinsize();  /* check window size and adjust */
         break;
+#endif

     case SIGALRM:
         if (sigtrapped[SIGALRM]) {

---------------------------------------------------------------
[(hp)]   KID RFCOMM           Tatsuo Furukawa ( Dragon )
                                 tatsuo@kobe.hp.com


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

only message in thread, other threads:[~1995-09-07 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-09-07 13:11 SIGWINCH patch Tatsuo Furukawa

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