mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
* utils.c (set_screen_size): Use INT_MAX for default columns.
This commit is contained in:
@@ -1633,7 +1633,7 @@ set_screen_size (void)
|
||||
rows = INT_MAX;
|
||||
|
||||
if (cols <= 0)
|
||||
rl_get_screen_size (NULL, &cols);
|
||||
cols = INT_MAX;
|
||||
|
||||
/* Update Readline's idea of the terminal size. */
|
||||
rl_set_screen_size (rows, cols);
|
||||
|
||||
Reference in New Issue
Block a user