Re: PS1 Not Wrapping

2014-02-20 Thread Nicholas Marriott
What's in your PS1? Original message From: Tim Visher Date: 20/02/2014 01:36 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: PS1 Not Wrapping On Wed, Feb 19, 2014 at 6:02 PM, Nicholas Marriott wrote: > Check what is different betw

Re: RFC: Simple mouse wheel emulation

2014-02-20 Thread Paul Gideon Dann
On Wednesday 19 Feb 2014 19:19:19 Marcel Partap wrote: > > Final quirk: I'm not seeing any altered behaviour when I hold down the > > shift, meta, or alt keys: from what I see in the code, aren't they > > supposed to alter the scroll rate? > > In which state? copy-mode, alternate screen in less?

Re: RFC: Simple mouse wheel emulation

2014-02-20 Thread Nicholas Marriott
Don't get carried away with options, we have too many already and I'm very unlikely to add even one more for this. We just need acceptable defaults for most of the people who will use this. If in doubt copy what emacs or xterm does. Original message From: Paul Gideon Dann D

Re: PS1 Not Wrapping

2014-02-20 Thread Tim Visher
On Thu, Feb 20, 2014 at 3:25 AM, Nicholas Marriott wrote: > What's in your PS1? # echo $PS1 [\u@\h \W]\$ -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Commo

Re: PS1 Not Wrapping

2014-02-20 Thread L. V. Lammert
On Thu, 20 Feb 2014, Tim Visher wrote: > On Thu, Feb 20, 2014 at 3:25 AM, Nicholas Marriott > wrote: > > What's in your PS1? > \n\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\n\$ -- Managing the Perform

Re: PS1 Not Wrapping

2014-02-20 Thread Nicholas Marriott
How long is it and how wide is your terminal when it doesn't wrap? Or do you mean it doesn't wrap when you type? Original message From: Tim Visher Date: 20/02/2014 20:13 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: PS1 Not Wrapping

Re: PS1 Not Wrapping

2014-02-20 Thread Tim Visher
On Thu, Feb 20, 2014 at 3:44 PM, Nicholas Marriott wrote: > How long is it and how wide is your terminal when it doesn't wrap? Or do you > mean it doesn't wrap when you type? # echo '$copy-of-current-prompt' | wc -c 64 It never wraps. Size of terminal doesn't seem to make any difference. Small o

tmux 1.9 released: A note for users/packagers

2014-02-20 Thread Thomas Adam
All, I've released tmux 1.9, please see the CHANGES file for a list of more detailed changes. This time, I've tried to make things a little clearer about some of the more important changes users will need to be aware of. Note that tmux has undergone a protocol version bump. This is especially i

Re: tmux 1.9 released: A note for users/packagers

2014-02-20 Thread Guido Berhoerster
* Thomas Adam [2014-02-20 21:50]: > As usual, the tarball and associated changes can be found here: > > https://sourceforge.net/projects/tmux/files/tmux/tmux-1.9/ The tarball contains object files under compat/. -- Guido Berhoerster --

Re: tmux 1.9 released: A note for users/packagers

2014-02-20 Thread Thomas Adam
On Fri, Feb 21, 2014 at 12:07:42AM +0100, Guido Berhoerster wrote: > * Thomas Adam [2014-02-20 21:50]: > > As usual, the tarball and associated changes can be found here: > > > > https://sourceforge.net/projects/tmux/files/tmux/tmux-1.9/ > > The tarball contains object files under compat/.a Oh w

Re: PS1 Not Wrapping

2014-02-20 Thread Nicholas Marriott
Did you try modifying a copy of screen terminfo from the running system instead of copying it from another? You only really need colors, setaf and setab. Otherwise I suggest you also check the shell startup files (in /etc too) to see if there is anything that matches xterm and screen but not scree

Re: PS1 Not Wrapping

2014-02-20 Thread Tim Visher
On Thu, Feb 20, 2014 at 6:40 PM, Nicholas Marriott wrote: > Did you try modifying a copy of screen terminfo from the running system > instead of copying it from another? You only really need colors, setaf > and setab. How would I go about doing that? All I find on my system are compiled terminfo

Re: PS1 Not Wrapping

2014-02-20 Thread Tim Visher
On Thu, Feb 20, 2014 at 6:40 PM, Nicholas Marriott wrote: > Otherwise I suggest you also check the shell startup files (in /etc too) > to see if there is anything that matches xterm and screen but not > screen-*. I did find something here but I'm unclear as to how to interpret it. In the vanilla