Re: new line problem in displayed output

2012-05-06 Thread Sinbad
On Mon, May 7, 2012 at 2:25 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > This is not the full tmux info output, but it doesn't matter. Without > any script output we can't see what your program is doing anyway. > Hi Nicholas, script output: Script started on Sun 06 May 2012 08:

Re: How to share information between panes of a window

2012-05-06 Thread Stephen Thirlwall
On 6/05/12 6:39 PM, Romain Francoise wrote: > Stephen Thirlwall writes: > >> Ideally, I'd like to be able to query the value of TVIM_PANE_ID from >> any pane in that particular window. > >> Note that there may be a tvim pane in multiple windows, so this needs >> to be local to the window, not a gl

Re: new line problem in displayed output

2012-05-06 Thread Nicholas Marriott
This is not the full tmux info output, but it doesn't matter. Without any script output we can't see what your program is doing anyway. On Sun, May 06, 2012 at 02:56:02PM +0530, Sinbad wrote: >On Sun, May 6, 2012 at 1:20 PM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > >

Re: Patch - control mode patch, plus misc. fixes

2012-05-06 Thread Nicholas Marriott
Hi On Sun, May 06, 2012 at 08:50:09AM -0700, George Nachman wrote: >On Sat, May 5, 2012 at 12:02 PM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > Hi > > - I think you don't need s->id and next_session_id because s->idx is > *unique and ever-increasing (it

Clickable URLs and other patterns

2012-05-06 Thread Ivan Necas
Hello Tmux fellows, One thing that was troubling me a log for a long time was when some command produced a stack trace with file paths and lines and I had no other option then to copy the file path and remember the number: not very smart way of doing things. Well, I didn't know of any option until

Re: Patch - control mode patch, plus misc. fixes

2012-05-06 Thread George Nachman
On Sat, May 5, 2012 at 12:02 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi > > - I think you don't need s->id and next_session_id because s->idx is > unique and ever-increasing (it is impossible to renumber sessions). > > This makes it more difficult to add the ability to renum

Re: tmux window title on top

2012-05-06 Thread Thomas Adam
On 6 May 2012 11:30, Sinbad wrote: >> On 2 May 2012, at 05:38, Sinbad wrote: >>> On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott >>> wrote: >>> set -g status-position top >>> >>> it says unknown option status-position, i am running tmux 1.6 > >> 3rd Google hit for "tmux status-position": > >>

Re: tmux window title on top

2012-05-06 Thread Sinbad
> On 2 May 2012, at 05:38, Sinbad wrote: >> On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott >> wrote: >> set -g status-position top >> >> it says unknown option status-position, i am running tmux 1.6 > 3rd Google hit for "tmux status-position": > "This will be included in tmux 1.7" is there

Re: [PATCH] Add -n argument to show-environment to specify a variable name

2012-05-06 Thread Thomas Adam
On 5 May 2012 18:41, Nicholas Marriott wrote: > On Sun, Apr 29, 2012 at 11:47:15PM +0100, Thomas Adam wrote: >> Hi, >> >> On 22 March 2012 11:14, Nicholas Marriott >> wrote: >> > Hi >> > >> > I tweaked this a bit so the output format is the same for one or many >> > variables and applied it, tha

Re: new line problem in displayed output

2012-05-06 Thread Sinbad
On Sun, May 6, 2012 at 1:20 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > What is TERM set to outside tmux? Show me the output of "tmux info". > > Also run your program in script(1) inside and outside tmux and send me > the two typescript files. > > > > On Sun, May 06, 2012 at 01:1

Re: How to share information between panes of a window

2012-05-06 Thread Romain Francoise
Stephen Thirlwall writes: > Ideally, I'd like to be able to query the value of TVIM_PANE_ID from > any pane in that particular window. > Note that there may be a tvim pane in multiple windows, so this needs > to be local to the window, not a global setting. > Is there some way to do this using

Re: new line problem in displayed output

2012-05-06 Thread Nicholas Marriott
What is TERM set to outside tmux? Show me the output of "tmux info". Also run your program in script(1) inside and outside tmux and send me the two typescript files. On Sun, May 06, 2012 at 01:12:53PM +0530, Sinbad wrote: >hi, > >in my tmux session, the output of a program is garbled.

new line problem in displayed output

2012-05-06 Thread Sinbad
hi, in my tmux session, the output of a program is garbled. The following is the expected output. [shell]#display entry groupTypeMin duration State - one internalone-year running [shell]# But the actual output is as f