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

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.

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:12:53PM

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 nicholas.marri...@gmail.com wrote: On Sun, Apr 29, 2012 at 11:47:15PM +0100, Thomas Adam wrote: Hi, On 22 March 2012 11:14, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi I tweaked this a bit so the output format is the same for one or

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 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

Re: tmux window title on top

2012-05-06 Thread Thomas Adam
On 6 May 2012 11:30, Sinbad sinbad.sin...@gmail.com wrote: On 2 May 2012, at 05:38, Sinbad wrote: On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott 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

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 renumber

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

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: