Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

SIGWINCH patch




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



Messages sorted by: Reverse Date, Date, Thread, Author