[MSDOS]: Include msdos.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2008 16:55:52 +0000 (16:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2008 16:55:52 +0000 (16:55 +0000)
commit84704c5c583eaf1008d150da72460bbffd81802e
tree64bb269fad0fdab68f922b4d4205e5ba82c59e94
parent3e1944a3d890c2c9a85a7beef0caff322ae2ddec
[MSDOS]: Include msdos.h.
(init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp conditional
to DOS_NT.  Allow only one call to this function in a session.  Don't
allocate a new struct tty_display_info; instead, reuse the_only_display_info.
Call get_tty_size to get screen dimensions.  Call init_baud_rate to set
bad_rate.
(dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
(Fsuspend_tty) [MSDOS]: Don't close input and output.
(Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
(get_tty_terminal, get_named_tty, Ftty_type)
(Fcontrolling_tty_p): Handle output_msdos_raw in addition to output_termcap.
(Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor only when
subprocesses are supported
src/term.c