[Bug 1858293] Re: Missing repeated characters

2020-01-07 Thread Benno Schulenberg
Thanks for confirming that the problem was caused by using an older Putty. ** Summary changed: - Missing repeated characters + Missing repeated characters when using old Putty [resolved] ** Changed in: nano (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Bug 1858293] Re: Missing repeated characters

2020-01-06 Thread Wes Z
Hello, Hello and than you for the assistance and your time. For sure I thought this was a bug because it appeared platform dependent and only associated with nano. The first thing I did was I checked my version of PuTTy which was .70 and then checked the PuTTy site and updated to PuTTy .73 and

[Bug 1858293] Re: Missing repeated characters

2020-01-06 Thread Benno Schulenberg
> write(1, "+-\33[7b+\33[25G", 12) = 12 This tells your terminal to draw a "+", followed by a "-" which should then be repeated seven more times (\33[7b), followed by a "+". So, nano (by way of ncurses) gives your terminal a correct sequence of codes to draw the stuff that should be drawn. But

[Bug 1858293] Re: Missing repeated characters

2020-01-05 Thread Wes Z
Question Answers: 1. Windows 10 laptop core i7 Microsoft Windows [Version 10.0.17763.914] 2. TERM=xterm 3. write(1, "\33[?1049h\33[22;0;0t\33[1;47r\33(B\33[m\33[4l\33[?7h\33[39;49m\33[?1h\33=", 54) = 54 write(1, "\33[?1h\33=", 7) = 7 write(1, "\33[?1h\33=", 7) = 7

[Bug 1858293] Re: Missing repeated characters

2020-01-05 Thread Benno Schulenberg
Thanks for reporting. Please answer the following questions. 1) From what kind of machine are you putty'ing into your Ubuntu 18.04 machines? 2) When putty'ed in, what is the output of 'env | grep TERM'? 3) When putty'ed in, please run 'strace -ewrite -s2000 /bin/nano --ignore 2>TRAIL', paste