OSDN Git Service

* utils.c (set_width_command): Remove prototypes.
authorMark Kettenis <kettenis@gnu.org>
Fri, 22 Aug 2003 20:23:15 +0000 (20:23 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 22 Aug 2003 20:23:15 +0000 (20:23 +0000)
commit135f7b15b07ae60167e1d561666c6531f8c69e80
tree28f9e367787dfbccd6c4ca3b11fe51e2ae18b54f
parent64e9bbb5eb7547e89c4e3d049cc45442451f0baa
* 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