Re: git repo

2015-06-03 Thread Suraj N. Kurapati
On Thu, 4 Jun 2015 00:54:42 +0100, Nicholas Marriott wrote: > I've moved the git repo to: https://github.com/tmux/tmux Hurray! Thank you for accepting this much requested change! :) Will pull requests on GitHub now be allowed as a means of contributing patches? Thanks for your consideration. -

379400c broke status-right #(interpolation)

2015-05-29 Thread Suraj N. Kurapati
Hello, I build tmux from git under Xubuntu 15.04. Starting with commit 379400c, the #(interpolation) no longer works in status-right: set-option -g status-right '#{=26:pane_title} #[fg=colour208,bg=colour236] #S:#I.#P #(test -n "$SSH_TTY" && echo "\#[bold,reverse] #H ")' set-option -g s

Re: [PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Suraj N. Kurapati
On Sun, 17 May 2015 04:12:59 +0100, Thomas Adam wrote: > +AM_SILENT_RULES([yes]) This works beautifully! gcc 4.9.2 warnings are plain to see now: client.c: In function ‘client_dispatch_attached’: client.c:712:4: warning: ignoring return value of ‘system’, declared with attribute warn_unused_resu

Re: display-panes missing pane size when status-position == top

2015-05-07 Thread Suraj N. Kurapati
On Thu, 7 May 2015 08:19:26 +0100, Nicholas Marriott wrote: > Shows how many people use the status line at the top... I use status-position top, but alas never display-panes. :( -- One dashboard for servers and applicatio

Re: crash when using tmux-resurrect

2015-05-01 Thread Suraj N. Kurapati
On Wed, 29 Apr 2015 18:19:23 +0100, Nicholas Marriott wrote: > This is probably fixed already in OpenBSD Thanks! I confirm that it's now fixed in git master at commit c0cf4843e50ae7b123613798c209f30440d73e55 (merge of obsd-master).

nvim colorscheme in tmux-4 screenshot

2015-04-29 Thread Suraj N. Kurapati
Hello, In the new http://tmux.sourceforge.net/tmux4.png screenshot, what is the colorscheme used by nvim in the bottom left pane? Thanks for your consideration. -- One dashboard for servers and applications across Physic

crash when using tmux-resurrect

2015-04-29 Thread Suraj N. Kurapati
Hello, I'm using tmux from the master branch (which is currently pointed at 8794562a85ab7221b4ec3b165723faa8ca10db0a) from the Git repository at . When I run the tmux-resurrect[1] plugin's resurrect-restore function, tmux crashes (see attached full backtrace from gdb). This doesn't happen with 7

Re: [PATCH] Adding incremental search and search highlighting

2015-04-22 Thread Suraj N. Kurapati
On Wed, 22 Apr 2015 01:57:10 +0100, Łukasz Piątkowski wrote: > I believe that Nicholas only send the first diff which is refactoring. > We just need to make sure that nothing is broken/changed with this diff. Ah, that makes sense now. I'll report any issues with the patch. Thanks! -

Re: [PATCH] Adding incremental search and search highlighting

2015-04-21 Thread Suraj N. Kurapati
On Wed, 22 Apr 2015 00:36:14 +0100, Nicholas Marriott wrote: > I made a few changes to your first diff, please take a look. I tried this but I can't seem to trigger the new functionality: 1. Run "tmux copy-mode" 2. Press "?" 3. Start typing some text that is already shown on the screen 4. tmux do

Re: Too rigorous closing of tmux support tickets?

2015-04-20 Thread Suraj N. Kurapati
On Mon, 20 Apr 2015 13:17:16 +0100, Keith Willians wrote: > On Mon, Apr 20, 2015 at 5:31 AM, Suraj N. Kurapati wrote: > > Users can still add comments to those closed tickets, so the act of > > closing a ticket does not necessarily put an end to its discussion. > > I un

Re: Too rigorous closing of tmux support tickets?

2015-04-19 Thread Suraj N. Kurapati
On Sun, 19 Apr 2015 18:44:59 +0100, Keith Williams wrote: > In looking at tmux and the sorts of tickets raised against it I > have noticed that a lot of genuine concerns users have had are > closed with terse replies such as "This is in the todo list", or > "This option isn't wanted", or "This is b

Re: [tmux:tickets] #174 Copy in copy mode without leaving copy mode

2015-04-08 Thread Suraj N. Kurapati
This patch works great. Will it be accepted into tmux codebase soon? -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling b

how to display an option's current value?

2015-03-13 Thread Suraj N. Kurapati
Hello, I'm using tmux from git at 7536d69. How do I see the value of an option? Thanks. -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdo

Re: [PATCH] Re: yank buffer to clipboard, like copy-mode does

2014-12-15 Thread Suraj N. Kurapati
On Mon, 15 Dec 2014 09:20:12 +, Nicholas Marriott wrote: > Not sure about this, there are already tools to do this like xsel > and xclip, what's the use case for tmux doing it too? xsel and xclip require X11 forwarding to be enabled in SSH to work. And that's not all: I would have to update th

[PATCH] Re: yank buffer to clipboard, like copy-mode does

2014-12-14 Thread Suraj N. Kurapati
On Fri, 12 Dec 2014 11:27:14 -0800, Suraj N. Kurapati wrote: > Would it be possible to make `setb` and `loadb` copy to clipboard? Attached is a rudimentary patch that enhances the `setb` and `loadb` commands to copy to the clipboard, just like the `copy-mode` command. Please consider adding t

yank buffer to clipboard, like copy-mode does

2014-12-12 Thread Suraj N. Kurapati
Hello, I have tmux configured to copy text I select with keyboard or mouse (in copy-mode) to my system clipboard: # yank to system clipboard rather than primary selection # http://invisible-island.net/xterm/terminfo-contents.html#tic-xterm_tmux set-option -ga terminal-overrides ',xterm*:Ms=

Re: interpolate #{pane_tty} into copy-pipe

2014-11-10 Thread Suraj N. Kurapati
On Sun, 09 Nov 2014 18:53:22 +, Nicholas Marriott wrote: > Patch is in openbsd now will be in SF next time it's synced up Wonderful! Thanks for all of your help. Long live tmux! :) -- ___

Re: interpolate #{pane_tty} into copy-pipe

2014-11-09 Thread Suraj N. Kurapati
On Sun, 9 Nov 2014 14:56:25 +, Nicholas Marriott wrote: > You can configure xterm so OSC 52 defaults to clipboard, or set Ms > so that tmux sends it to clipboard. Probably something like > Ms=\E]52;c;%p2%s\007 Thanks for the tip! I was able to use your suggestion successfully: set-option -g

Re: interpolate #{pane_tty} into copy-pipe

2014-11-08 Thread Suraj N. Kurapati
On Wed, 5 Nov 2014 22:57:14 +, Nicholas Marriott wrote: > Try this please Thanks! The following configuration now works due to this patch: bind-key -t vi-copy y copy-pipe 'yank > #{pane_tty}' I would request you to promote this patch into the tmux codebase. > (although if your terminal s

interpolate #{pane_tty} into copy-pipe

2014-11-04 Thread Suraj N. Kurapati
Hello, I'm trying to use copy-pipe with my yank[1] script to copy the selection to my system clipboard via the OSC 52 escape sequence. But in order for this to work, the escape sequence needs to be written *directly* to the terminal device that has tmux attached. I tried the following copy-mode k

[PATCH] remember focused window panes while changing focus

2014-01-14 Thread Suraj N. Kurapati
This patch makes non-window-pane layout cells remember which of their descendant window panes previously had focus (or was "active" in tmux parlance) so that the focus may be restored later on, when applicable. For example, consider the following scenario created by steps 1-5: 1

[PATCH] remember focused window panes while changing focus

2013-12-12 Thread Suraj N. Kurapati
This patch makes non-window-pane layout cells remember which of their descendant window panes previously had focus (or was "active" in tmux parlance) so that the focus may be restored later on, when applicable. For example, consider the following scenario created by steps 1-5: 1