Re: text wrapping issues 1.9a

2014-10-08 Thread Nicholas Marriott
Hi Does this always happen or only after splitting the window or only once in a while? Does running     eval `resize` Or    kill -WINCH $$ Fix it? What is TERM inside and outside tmux? What's in your .tmux.conf? What platform? Linux? What terminals did you try (so long as the list

Re: text wrapping issues 1.9a

2014-10-08 Thread Lawrence Jacob Siebert
Always happens, and occurs whether there are splits or not splits. I do notice it more if there are splits. Neither eval `resize` or kill -WINCH $$ fixes it. TERM inside is screem-256color, outside is xterm-256color I tried xfce terminal and roxterm. pastebin of my /tmux.conf is

Re: text wrapping issues 1.9a

2014-10-08 Thread Nicholas Marriott
Does it happen in xterm? roxterm and xfce-terminal are both based on VTE. On Wed, Oct 08, 2014 at 04:52:12AM -0700, Lawrence Jacob Siebert wrote: Always happens, and occurs whether there are splits or not splits. I do notice it more if there are splits.** Neither eval `resize` or

Re: text wrapping issues 1.9a

2014-10-08 Thread Nicholas Marriott
Hmm. What is in your PS1? On Wed, Oct 08, 2014 at 04:53:14AM -0700, Lawrence Jacob Siebert wrote: I just tried it in xterm as well, and the issue is there too. Lawrence About Me:**[1]http://about.me/lawrencesiebert Constantly Coding:**[2]http://constantcoding.blogspot.com On

Re: text wrapping issues 1.9a

2014-10-08 Thread Lawrence Jacob Siebert
My PS1 is \[\033[01;32m\]\u\[\033[01;34m\] \w \e[0;36m\! \e[1;34m$\[\033[00m\] About Me: http://about.me/lawrencesiebert Constantly Coding: http://constantcoding.blogspot.com On Wed, Oct 8, 2014 at 5:08 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hmm. What is in your PS1? On

Re: text wrapping issues 1.9a

2014-10-08 Thread Nicholas Marriott
You do not have enough \[ in there, you need them around the \e[0;36m and \e[1;34m as well. On Wed, Oct 08, 2014 at 05:19:00AM -0700, Lawrence Jacob Siebert wrote: My PS1 is \[\033[01;32m\]\u\[\033[01;34m\] \w \e[0;36m\! \e[1;34m$\[\033[00m\] About

Re: text wrapping issues 1.9a

2014-10-08 Thread Lawrence Jacob Siebert
Yeah, resetting to my original PS1 seems to fix it, I obviously made a mistake when I edited it. Thank you. Lawrence On Wed, Oct 8, 2014 at 5:25 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: \[ About Me: http://about.me/lawrencesiebert Constantly Coding: