Re: How to reconfigure terminal screen size?
Aleksey Midenkov <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8BazDTem0BryA8ot98ZQuAW6EJmkPaoycbt+Qg907pyx7eRg@mail.gmail.com> |
On Tue, Mar 31, 2015 at 2:57 PM, Patrick Palka <[email protected]> wrote: > On Tue, Mar 31, 2015 at 6:22 AM, Aleksey Midenkov <[email protected]> wrote: >> When attaching from different terminals to screen session GDB retains >> knowledge about terminal size since when it started. >> >> Command 'winheight SRC +30' makes even worse, seems that GDB hangs in >> endless loop (in TUI mode). >> >> Command 'set height' doesn't help. >> >> It would be good if GDB reconfigured automatically on terminal resize >> signal (SIGWINCH). > > I think this issue is already fixed on the trunk. Could you try > building GDB from git and report back? Thanks, I'll wait better. When it can be possibly released?