Re: cgdb terminal handling problems

2020-01-23 Thread Takashi Yano
On Sat, 18 Jan 2020 13:11:40 +0900 Takashi Yano wrote: > On Fri, 17 Jan 2020 16:40:03 + (GMT Standard Time) > Arthur Norman wrote: > > [80X[80C[?25h[?25lbreakpoints-invalid[?25h[?25l > > [80X[80C[?25h[?25l[80X[80C[?25h[?25l > > Breakpoint 1,[67X[67C[?25h[?25l[80X[80C[?25h[?25lmain[76X[76C[?25h[

Re: cgdb terminal handling problems

2020-01-17 Thread Takashi Yano
On Fri, 17 Jan 2020 16:40:03 + (GMT Standard Time) Arthur Norman wrote: > [80X[80C[?25h[?25lbreakpoints-invalid[?25h[?25l > [80X[80C[?25h[?25l[80X[80C[?25h[?25l > Breakpoint 1,[67X[67C[?25h[?25l[80X[80C[?25h[?25lmain[76X[76C[?25h[?25l > ([78X[78 > C[?25h[?25largc[76X[76C[?25h[?25l=[79X[79C[?25

cgdb terminal handling problems

2020-01-17 Thread Arthur Norman
I have a trivial C++ program, which was tested using g++ -g hello.cpp -o hello cgdb ./hello break main run What gets displayed at that stage looks like the following where some of the long strings of escaped have been wrapped. There are funny characters marking "Line 5" which is whe