Re: Bash 4.3.48 does not wrap lines with TERM=screen

2018-05-09 Thread Nikolay Nikolov
Hi Chet, Yeah, that's the problem indeed. I just was not entirely sure if it is some internal bug in bash, or it is something external that I can possibly fix. Thanks On Wed, May 9, 2018 at 3:21 PM Chet Ramey wrote: > On 5/9/18 6:28 AM, Nikolay Nikolov wrote: > > Hi, I have bash 4.3.48 and I us

Re: Bash 4.3.48 does not wrap lines with TERM=screen

2018-05-09 Thread Nikolay Nikolov
Hi Greg, Thanks for the help. I followed your instructions but unfortunately they did not fix it. My OS is Slackware 14.2. On the broken bash system, infocmp screen gives: # Reconstructed via infocmp from file: /usr/share/terminfo/s/screen screen|VT 100/ANSI X3.64 virtual terminal, am, km, mir, m

Re: Bash 4.3.48 does not wrap lines with TERM=screen

2018-05-09 Thread Chet Ramey
On 5/9/18 6:28 AM, Nikolay Nikolov wrote: > Hi, I have bash 4.3.48 and I use konsole as terminal emulator. The default > value is TERM=xterm. However, I want to use tmux and it requires that the > TERM value should be either screen or screen-256colors. The problem is that > as soon TERM is set to s

Re: Bash 4.3.48 does not wrap lines with TERM=screen

2018-05-09 Thread Greg Wooledge
On Wed, May 09, 2018 at 10:28:57AM +, Nikolay Nikolov wrote: > Hi, I have bash 4.3.48 and I use konsole as terminal emulator. The default > value is TERM=xterm. However, I want to use tmux and it requires that the > TERM value should be either screen or screen-256colors. The problem is that > a