set width: how to restore to auto
Aleksey Midenkov via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8BazDRc5qrjo34JZh6POW5B-4dMB2hO4bsnvaHkL87FRrVXQ@mail.gmail.com> |
To avoid line wrapping in backtrace we use:
set width 0
How to restore it to auto without resizing the terminal?
Why after resizing the terminal defined width is lost?
Looks like there is not enough control over this parameter to implement two
backtrace macros with and without line wrapping.
--
@midenok