q. about select-pane in tmux 1.5

2012-03-17 Thread ranga24c
In older versions of tmux, select-pane had an option to go the next higher *numbered* pane with wrap-around. Using that option I could cycle through all the panes open in a window. I see that in tmux 1.5, that option to select-pane has disappeared, and the new -R and -L options doesn't wrap around

Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-17 Thread Nicholas Marriott
If I'm right what you are after, this does it for me, but you end up with lots of blank lines in the history if there wasn't much on screen. That might be fixable though. Index: tty.c === RCS file: /cvs/src/usr.bin/tmux/tty.c,v retrie

Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-17 Thread Nicholas Marriott
Hmm I tried this in rxvt too and it's the same in screen. But anyway, maybe I'm being dumb but I'm still confused about what you want. So you do: tmux new ls -la Then scroll up and you can see all the ls output (assuming it scrolled). Then run vi, and scroll up, and you want what was on the scr

Re: Patch - Refactor termios stuff out of tty_start_tty

2012-03-17 Thread Nicholas Marriott
Applied, thanks. On Sat, Mar 17, 2012 at 01:47:29PM -0700, George Nachman wrote: >This patch facilitates control mode's tty initialization by moving the >common code into a separate function. > -- > This SF email

Re: is line wrapping always hard with tmux?

2012-03-17 Thread Nicholas Marriott
How are you copying lines? On Sun, Mar 18, 2012 at 01:29:59AM +0800, Le Wang wrote: >Hi all, > >I've no prior experience with terminal multi-plexers, so my point of >reference is iTerm2 on the Mac.* I'm trying out tmux, and coming from a >Emacs background, it feels really nice. >

Re: Some small Patches...

2012-03-17 Thread Nicholas Marriott
Hi Thanks for these. On Sat, Mar 17, 2012 at 04:22:25PM +0100, marcel partap wrote: > Hi there fellow h4x0rz ;) > just wanted to have a comment on these, will finalize them after my exam > end of the month... > > tmux-quiet-set-option.patch: > still useful, my use case is setting option window-s

Re: [patch] New wrap-search window option

2012-03-17 Thread Nicholas Marriott
Hi Looks great - applied to OpenBSD, will be in SVN soonish. Thanks On Fri, Mar 16, 2012 at 11:49:20PM +, Jacobo de Vera wrote: > Hi List, > > Here is the patch for a new wrap-search window flag that controls if > the search should start over the other side of the pane contents when > one

Re: Patch - add notification stubs

2012-03-17 Thread Nicholas Marriott
Great, applied thanks. On Sat, Mar 17, 2012 at 03:16:25PM -0700, George Nachman wrote: >This patch adds hooks for notifications on window changes, session >changes, and layout changes. > -- > This SF email is sp

Patch - add notification stubs

2012-03-17 Thread George Nachman
This patch adds hooks for notifications on window changes, session changes, and layout changes. notify.patch Description: Binary data -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http:

Some small Patches...

2012-03-17 Thread marcel partap
Hi there fellow h4x0rz ;) just wanted to have a comment on these, will finalize them after my exam end of the month... tmux-quiet-set-option.patch: still useful, my use case is setting option window-status-fg when splitting a window with su -l [different user] tmux-recalculate-window-size-on-mous

Patch - Refactor termios stuff out of tty_start_tty

2012-03-17 Thread George Nachman
This patch facilitates control mode's tty initialization by moving the common code into a separate function. termios.patch Description: Binary data -- This SF email is sponsosred by: Try Windows Azure free for 90 days Cli

is line wrapping always hard with tmux?

2012-03-17 Thread Le Wang
Hi all, I've no prior experience with terminal multi-plexers, so my point of reference is iTerm2 on the Mac. I'm trying out tmux, and coming from a Emacs background, it feels really nice. However, I noticed that when copying lines longer than the terminal width, the line breaks are HARD. Is the