[__GO32__]: Include <pc.h>.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Mar 2000 12:05:59 +0000 (12:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Mar 2000 12:05:59 +0000 (12:05 +0000)
commit8f2eba6efa236376dc3e15723714d39999652408
tree33d65bbc3f641face3f8c2be1638f396ed9dc26a
parenta66f60a2b10e389ea5629bbaaf80d59810fcf224
[__GO32__]: Include <pc.h>.
Declare _rl_redisplay_after_sigwinch.
[__DJGPP__]: Don't declare term_buffer and term_string_buffer (they are
unused.)
(_rl_get_screen_size) [__DJGPP__]: Call ScreenRows and ScreenCols.
(_rl_init_terminal_io) [__GO32__]: Don't call them here.  Instead, call
_rl_get_screen_size.  Set terminal_name.  Return 0, to be consistent with
the function's declaration.
(ding) [__GO32__]: Support visual bell by calling ScreenVisualBell.
readline/terminal.c
This page took 0.023994 seconds and 4 git commands to generate.