--- freem/src/sighnd.c 2025/03/24 00:34:30 1.4 +++ freem/src/sighnd.c 2025/03/24 00:38:40 1.5 @@ -1,5 +1,5 @@ /* - * $Id: sighnd.c,v 1.4 2025/03/24 00:34:30 snw Exp $ + * $Id: sighnd.c,v 1.5 2025/03/24 00:38:40 snw Exp $ * FreeM signal handlers * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: sighnd.c,v $ + * Revision 1.5 2025/03/24 00:38:40 snw + * Fix termios junk in sighnd.c + * * Revision 1.4 2025/03/24 00:34:30 snw * Fix termios junk in sighnd.c * @@ -116,7 +119,7 @@ void sig_init(void) } -#if !defined(MSDOS) +#if !defined(MSDOS) && !defined(__OS2__) void onwinch (void) { struct winsize ws;