OSDN Git Service

[__GO32__]: Include <pc.h>.
authoreliz <eliz>
Wed, 15 Mar 2000 12:05:59 +0000 (12:05 +0000)
committereliz <eliz>
Wed, 15 Mar 2000 12:05:59 +0000 (12:05 +0000)
commitd9acca4679e4ae78f299a25cff2297cf03df72a0
treed2c56cdb16e289f75e329ea07c93e2434d11a4e8
parent8ef055c21d8f33e9293400c111860daa54cf18b2
[__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