OSDN Git Service

* utils.c (set_width_command): Remove prototypes.
authorkettenis <kettenis>
Fri, 22 Aug 2003 20:23:15 +0000 (20:23 +0000)
committerkettenis <kettenis>
Fri, 22 Aug 2003 20:23:15 +0000 (20:23 +0000)
commita806e555753fde42295ec8c1f88953f054fb944e
tree623101848e609d7b2a0eb72ee1610706a912cd97
parent8e49cc46d9dcce4b79d20b2706c6e27eb63224e2
* utils.c (set_width_command): Remove prototypes.
(set_screen_size): New prototype.
(init_page_info): Simplify by fetching the screen size from
Readline.  Call set_screen_size.
(set_screen_size): New function.
(set_width): Add missing whitespace in comment.
(set_width_command): Call set_screen_size.
(set_height_command): New function.
(initialize_utils): Fix formatting.  Make "set height" command
call set_height_command.  Remove redundant code that turns off
pagination if output isn't a terminal.  Remove redundant call to
set_width_command.
gdb/ChangeLog
gdb/utils.c