SIGWINCH is not portable - iomenu - interactive terminal-based selection menu
 (HTM) git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8246c9045a9aeb70fa21db6f28ca233aa0235603
 (DIR) parent d78c553704b62a625d769013683fb251e8b617d3
 (HTM) Author: Josuah Demangeon <me@josuah.net>
       Date:   Tue, 27 Oct 2020 08:50:19 +0100
       
       SIGWINCH is not portable
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -15,7 +15,7 @@ LIB =
        W = -Wall -Wextra -std=c99 --pedantic
        I = -I./src
        L =
       -D = -D_POSIX_C_SOURCE=200811L -DVERSION='"${VERSION}"'
       +D = -DVERSION='"${VERSION}"'
        CFLAGS = $I $D $W -g
        LDFLAGS = $L -static
        PREFIX = /usr/local