version 1.4, 2025/03/24 00:34:30
|
version 1.5, 2025/03/24 00:38:40
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* 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 |
* Revision 1.4 2025/03/24 00:34:30 snw |
* Fix termios junk in sighnd.c |
* Fix termios junk in sighnd.c |
* |
* |
Line 116 void sig_init(void)
|
Line 119 void sig_init(void)
|
} |
} |
|
|
|
|
#if !defined(MSDOS) |
#if !defined(MSDOS) && !defined(__OS2__) |
void onwinch (void) |
void onwinch (void) |
{ |
{ |
struct winsize ws; |
struct winsize ws; |