Merge branch 'bug/textarea-segfault'
This commit is contained in:
3
terms.c
3
terms.c
@@ -637,7 +637,8 @@ reset_tty(void)
|
|||||||
writestr(T_se); /* reset terminal */
|
writestr(T_se); /* reset terminal */
|
||||||
flush_tty();
|
flush_tty();
|
||||||
TerminalSet(tty, &d_ioval);
|
TerminalSet(tty, &d_ioval);
|
||||||
close_tty();
|
if (tty != 2)
|
||||||
|
close_tty();
|
||||||
}
|
}
|
||||||
|
|
||||||
static MySignalHandler
|
static MySignalHandler
|
||||||
|
Reference in New Issue
Block a user