Re: TMUX upgrade to 2.2 on Raspberry Pi

2016-07-29 Thread Nicholas Marriott
What did you try and what happened? On Fri, Jul 29, 2016 at 02:55:23PM -0500, Keith Kaiser wrote: >I would like to upgrade my TMUX to 2.2. Currently I***m running 1.9 on a >Raspberry Pi running jessie. >I***ve Googled around and find a lot of run this, compile that but nothing >

Re: TMUX upgrade to 2.2 on Raspberry Pi

2016-07-29 Thread Nicholas Marriott
use v2.2. > > > On Jul 29, 2016, at 3:47 PM, Nicholas Marriott > > <nicholas.marri...@gmail.com> wrote: > > > > What did you try and what happened? > > > > > > On Fri, Jul 29, 2016 at 02:55:23PM -0500, Keith Kaiser wrote: > >>

Re: tmux keeps timing out

2017-02-01 Thread Nicholas Marriott
s are gone. > > root@server500:[~] tmux ls > failed to connect to server > > I cannot find any clues why it keeps closing. I used a fresh install. > I do not have any user parameters configured in my shell regarding timeout > settings. > > -Original Message-

Re: tmux keeps timing out

2017-02-01 Thread Nicholas Marriott
This is completely unclear. What exactly is happening? tmux just detachs randomly? On Wed, Feb 01, 2017 at 09:43:02PM +, Saelmans, CRS (Cor) wrote: >Hi, > > > >I'm using TMUX. According to the man page the session shouldn't timout. > > > >"Each session is persistent and

RE: tmux keeps timing out

2017-02-01 Thread Nicholas Marriott
1.8 is very old, does this still happen if you upgrade to 2.3? On 1 Feb 2017 10:07 pm, "Saelmans, CRS (Cor)" <cor.saelm...@apg.nl> wrote: No I cannot attach again. It seems to be completely gone. I'm using version tmux-1.8-4.el7.x86_64. -Original Message- From: N

Re: Control Mode Specification

2017-02-01 Thread Nicholas Marriott
Hi George Nachman wrote a spec when he originally did the work, it is probably on his site somewhere and will probably give you the basic idea, although it is no doubt out of date in places. Otherwise for anything beyond what is in the tmux manual, you will need to look at the tmux and iterm2

Re: slow write of characters to terminal

2017-02-04 Thread Nicholas Marriott
This one works quite well. $ rm -f f; for i in `seq 1000`; do cat tmux.h >>f; done $ time cat f outside = 2.714 tmux= 9.133 screen = 11.416 diff --git a/input.c b/input.c index 17f81dd7..4653c992 100644 --- a/input.c +++ b/input.c @@ -871,9 +871,10 @@ input_parse(struct window_pane *wp)

Re: tmux mouse select

2017-02-22 Thread Nicholas Marriott
Just change to set -g.mouse on On 22 Feb 2017 8:17 am, "徐伟" wrote: Mac iTerm2 zsh tmux 2.3 .tmux.conf how to resolove? 徐伟 - 浙江齐治科技股份有限公司 移动电话:13381436907 办公电话:010-62416116-302

Re: tmux detached session terminal size

2017-02-09 Thread Nicholas Marriott
It will be 80x24 if you start it without a parent terminal (try tmux new -d On 09. ?? 2017 09:49, Nicholas Marriott wrote: > > Hi. Use the new-session -x and -y flags. > > > > Thank you Nicholas! > It works indeed. How only could I miss it in the manual. > > B

Re: Feature Request: User defined commands

2017-02-09 Thread Nicholas Marriott
This was literally added about a month ago - command-aliases option On 9 Feb 2017 5:15 pm, "Josef Fortier" wrote: > I've wanted to be able to define a user commands. Something like: > > bind-command: run-shell "some complicated shell script using tmux" > > There are a

Re: tmux 2.3 mangles right-to-left

2017-01-16 Thread Nicholas Marriott
Hi Please copy _one_ problem line from the file to a new file then send me that file and the *.log files from doing: tmux -Ltest -f/dev/null - new cat /new/problem/file exit On Mon, Jan 16, 2017 at 04:36:59PM +0100, Wolter Rose wrote: >On my previous computer using vim in

Re: How to enable different cursor colors for different windows?

2016-09-12 Thread Nicholas Marriott
#00cd00\a\e\\" > >However cursor color on other windows changed too. >2016-09-13 0:28 GMT+08:00 Nicholas Marriott ><[1]nicholas.marri...@gmail.com>: > > Make sure emacs is using the right escape sequences and tmux should > track it. > > On Tue, Sep

Re: How to enable different cursor colors for different windows?

2016-09-12 Thread Nicholas Marriott
colors changed. > >2016-09-13 0:38 GMT+08:00 Nicholas Marriott ><[1]nicholas.marri...@gmail.com>: > > This is not right, it will bypass tmux and change the cursor for all > windows, send it without the \ePtmux\e...\e\\ bit. > > On Tue, Sep 13,

Re: How to enable different cursor colors for different windows?

2016-09-12 Thread Nicholas Marriott
:28:04PM +0100, Nicholas Marriott wrote: > Make sure emacs is using the right escape sequences and tmux should > track it. > > > On Tue, Sep 13, 2016 at 12:26:08AM +0800, Jianbin Kang wrote: > >Hi All, > > > >I am using mintty to connect a linux vm, tmux i

Re: How to enable different cursor colors for different windows?

2016-09-12 Thread Nicholas Marriott
Make sure emacs is using the right escape sequences and tmux should track it. On Tue, Sep 13, 2016 at 12:26:08AM +0800, Jianbin Kang wrote: >Hi All, > >I am using mintty to connect a linux vm, tmux is running on VM. >How can I enable different cursor colors for different windows? >

Re: Unable to reverse search in pane

2016-09-15 Thread Nicholas Marriott
Looks like it is including the current character in the search which means it finds the same string it just found again, if you move the cursor off it it works. On Wed, Sep 14, 2016 at 10:00:38PM +, Kaushal Modi wrote: >Hello, >I have been using the reverse search in panes feature for

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Nicholas Marriott
t example was paste buffer content # 100.) > On Fri, Aug 26, 2016 at 3:41 PM Nicholas Marriott ><[3]nicholas.marri...@gmail.com> wrote: > > tmux has nothing to do with any of the X clipboards, the protocol is > entirely outside tmux. > >-

Re: Help fixing the Primary/Clipboard issue *only* when in tmux

2016-08-26 Thread Nicholas Marriott
onal config is out of question. Default emacs config >does not save selections to primary; it does it only to clipboard. >Even then, you will notice that the primary selection is auto updated to >the top most value of tmux buffers. >On Fri, Aug 26, 2016 at 4:33 PM Nicholas Ma

Re: Feature Wish: function to push alternate screen into scroll up buffer

2016-10-30 Thread Nicholas Marriott
Can't you do this with capture-pane? On Sun, Oct 30, 2016 at 01:48:40PM +0100, Marcel Partap wrote: > Hi, > sometimes, it would be useful to preserve the current display of a curses app > (less, vim, aptitude etc) without much hassle. If the rendered alternate > screen could be pushed into the

Re: STDIN / STDOUT / STDERR fds overriding

2016-11-24 Thread Nicholas Marriott
On Wed, Nov 16, 2016 at 2:43 PM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > does this happen without the patch? > > On Wed, Nov 16, 2016 at 09:57:49AM +0530, Prabhuram K wrote: > >** ** Hi Nicholas, > >** ** Ma

Re: Setting prefix key to C-ö, is it possible in latest tmux?

2016-11-27 Thread Nicholas Marriott
C-ö is not a supported key in any terminal that I know of, try M-ö. On 27 Nov 2016 2:31 pm, "Christoffer Holmstedt" < christoffer.holmst...@gmail.com> wrote: > Hi > I'm currently getting started with tmux and trying to configure tmux > according to my needs. I'm using a keyboard with Swedish

Re: STDIN / STDOUT / STDERR fds overriding

2016-11-15 Thread Nicholas Marriott
I mean the same underlying file description of course, they are naturally different file descriptors. On Wed, Nov 16, 2016 at 12:24:39AM +, Nicholas Marriott wrote: > stdin and stdout and stderr are probably all the same file descriptor. > > > > On Wed, Nov 16, 2016 at 0

Re: STDIN / STDOUT / STDERR fds overriding

2016-11-15 Thread Nicholas Marriott
y_term_string(tty->term, TTYC_RMCUP)); - setblocking(tty->fd, 1); + setblocking(tty->fd, tty->blocking); } void On Tue, Nov 15, 2016 at 11:33:02PM +, Nicholas Marriott wrote: > tmux sets stdin nonblocking then sets it blocking again on exit, we > could proba

Re: Last line in pane turning blank in tmux 2.3

2016-10-13 Thread Nicholas Marriott
Hmm, that means that tmux's internal screen has it too. Are you sure you didn't resize the pane between checking it and this is a blank line inserted by resizing? -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and

Re: [SOLARIS 10] tmux-logging dosn't work on solaris

2016-12-09 Thread Nicholas Marriott
Hi - I don't know what this is and why you are asking about it here? Why not ask the authors? On 9 Dec 2016 10:50 am, "nalingijo" wrote: > hello > > I have just started to use the TMUX 2.1 with the "tmux-logging" but I can > see that the log files are not filled with logs.

Re: [SOLARIS 10] tmux-logging dosn't work on solaris

2016-12-09 Thread Nicholas Marriott
"tmux-users" mailing list, I sent my question here. I > didn't get Your point... > > On 9 December 2016 at 11:52, Nicholas Marriott < > nicholas.marri...@gmail.com> wrote: > >> Hi - I don't know what this is and why you are asking about it here? Why >>

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Nicholas Marriott
.so.5 => /lib64/libtinfo.so.5 (0x003700c0) >** ** ** ** libdl.so.2 => /lib64/libdl.so.2 (0x0036ec80) >** ** ** ** libpthread.so.0 => /lib64/libpthread.so.0 (0x0036ec40) >** ** ** ** /lib64/ld-linux-x86-64.so.2 (0x0036ebc0) >I have at

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Nicholas Marriott
No symbol table info available. >#3 **0x00406580 in client_connect () >No symbol table info available. >#4 **0x00406917 in client_main () >No symbol table info available. >#5 **0x00439c03 in main () >No symbol table info available

Re: Getting "lost server" on tmux 2.3 when typing tmux for first time

2017-01-13 Thread Nicholas Marriott
Hi It probably crashed. Are you sure you are using the same libevent version as the libevent you built against? Does it generate a core file? (You may need to do "ulimit -cunlimited" first.) On Fri, Jan 13, 2017 at 03:42:28PM +, Kaushal Modi wrote: >Hello, >I have attached the

Re: Extending vte using notty

2017-01-09 Thread Nicholas Marriott
Hi If it takes off and major terminals and programs start to use it, we will look at it for tmux. There is already support for horizontal scroll regions from VT420 (they are called margins - DECLRMM) and tmux will use them if they are available, but AFAIK only xterm implements them. It looks

Re: regression in attach-client

2016-12-21 Thread Nicholas Marriott
Are you sure you restarted tmux entirely after rebuilding? On 21 Dec 2016 4:56 pm, "Thomas Sattler" <satt...@med.uni-frankfurt.de> wrote: > Am 21.12.2016 um 17:35 schrieb Nicholas Marriott: > >> >> Try this please: >> >> > Unfortunately that

Re: how to make tmux both copy-pipe and clear selection ?

2017-03-23 Thread Nicholas Marriott
send -X copy-pipe "abc" \; send -X clear-selection On Thu, Mar 23, 2017 at 06:40:27PM +0800, Shiyao Ma wrote: >Hi, >I'd like to tmux run the copy-pipe and then clear -selection. >The following binding fails. >tmux bind-key -Tcopy-mode-vi y send -X copy-pipe "nc localhost 8377" >

Re: how to make tmux both copy-pipe and clear selection ?

2017-03-23 Thread Nicholas Marriott
Try \\; instead of \; On Thu, Mar 23, 2017 at 07:31:55PM +0800, Shiyao Ma wrote: >Here's the error I got: >a*-a*-a*- tmux bind-key -Tcopy-mode-vi y send -X copy-pipe "nc localhost >8377" \; send -X clear-selection >not in a mode >On Mar 23, 20

Re: Plugin for changing terminal color

2017-03-22 Thread Nicholas Marriott
Hi run-shell does not have a terminal you can send these escape sequences to, you will need to run it using split-window or new-window. On Wed, Mar 22, 2017 at 02:20:55PM +0100, 'Franky Spamschleuder' via tmux-users wrote: >Hi everybody, > >I'm currently working on a script in which i

Re: imminent release

2017-04-19 Thread Nicholas Marriott
pr 19, 2017 at 02:34:24PM +, Kaushal Modi wrote: >Can you please update the CHANGES file and manpage so that non-C coders >like me can test out the new stuff? >Thanks.A > >On Wed, Apr 19, 2017, 8:36 AM Nicholas Marriott ><nicholas.marri...@gmail.

Re: tmux 2.4 does not support vim yank and paste?

2017-04-21 Thread Nicholas Marriott
>" >After commented them out, the yank for multiple lines in tmux vim still >does not work, but yank one line works nowA >On Fri, 21 Apr 2017 at 13:59 Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > If you are copying and p

Re: imminent release

2017-04-20 Thread Nicholas Marriott
2.4 is done now: https://github.com/tmux/tmux/releases/tag/2.4 On Wed, Apr 19, 2017 at 01:36:28PM +0100, Nicholas Marriott wrote: > Hi all > > We will release tmux 2.4 soon so if you have any problems, bugs, > concerns to report, now is the time! -- You received this message

Re: imminent release

2017-04-19 Thread Nicholas Marriott
A >bind A R display "Finished sourcing ~/.tmux.conf ." >PREFIX+R shows that display. >Has the way of sequencing commands changed? The use of \;? >On Wed, Apr 19, 2017 at 10:55 AM Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > Man

imminent release

2017-04-19 Thread Nicholas Marriott
Hi all We will release tmux 2.4 soon so if you have any problems, bugs, concerns to report, now is the time! -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: pane scrollback setting?

2017-04-22 Thread Nicholas Marriott
No full screen applications like irssi are responsible for maintaining their own history. history-limit is a window option and when you change it only applies to new panes. On 22 Apr 2017 8:00 pm, "Sivaram Neelakantan" wrote: on V2.3 right now, how do I set the pane

Re: runtime option to disable utempter support?

2017-03-12 Thread Nicholas Marriott
We have too many options already and this is something that really should be controlled by the admin anyway. On 12 Mar 2017 7:35 pm, "Chris Kuehl" <cku...@ocf.berkeley.edu> wrote: Hi, On Sun, Mar 12, 2017 at 07:25:03PM +, Nicholas Marriott wrote: > I don't thin

Re: Having windows with different sizes

2017-07-07 Thread Nicholas Marriott
Control mode clients get all the output from all the panes in their session so they can display them however they like in any combination. On Fri, Jul 07, 2017 at 10:22:10AM -0700, Suraj N. Kurapati wrote: > On Thu, 29 Jun 2017 17:17:58 -0700, Roee Bar wrote: > > When working in control mode,

Re: waitpid issue with latest dev tmux

2017-07-14 Thread Nicholas Marriott
Hi I don't see an error message in this? On Thu, Jul 13, 2017 at 11:18:19AM -0500, Josef Fortier wrote: > I pulled and installed the latest HEAD from github and noticed what > seems to be a fairly serious issue. This list seems fairly active, so > it seems appropriate to give a heads up here

Re: waitpid issue with latest dev tmux

2017-07-14 Thread Nicholas Marriott
del(>ev_sigusr2); + sigaction(SIGUSR2, , NULL); event_del(>ev_sigwinch); + sigaction(SIGWINCH, , NULL); } struct tmuxpeer * On Fri, Jul 14, 2017 at 09:17:04AM +0100, Nicholas Marriott wrote: > Hi > > I don't see an error message in this? > > > On Thu,

Re: [PATCH 1/1] Fix handling of linked windows

2017-07-17 Thread Nicholas Marriott
Are you sure this works? How does the flag get cleared if one of the sessions is destroyed? On Sat, Jul 15, 2017 at 08:39:15PM +0100, Thomas Adam wrote: > The original implementation of working out if a window was linked used > the window's reference count. This is fragile. Instead, use a flag

Re: [PATCH 3/3] mode-tree: rebuild tree on key change

2017-07-09 Thread Nicholas Marriott
I don't know about this, it seems like it is adding a delay without much real benefit and I don't think it is very user friendly to change the list when you move the cursor. On Sat, Jul 08, 2017 at 04:53:32PM +0100, Thomas Adam wrote: > Re-draw/render the tree when navigating the tree; this

Re: [PATCH 1/3] choose-tree: make key shortcuts align

2017-07-09 Thread Nicholas Marriott
Dunno, I don't like the extra spaces when I only have < 10 items and I don't think the jump is a big deal... On Sat, Jul 08, 2017 at 04:53:30PM +0100, Thomas Adam wrote: > When the tree expansion goes from single keys to using Meta-key, the > spacing between the key indicators forces the tree

Re: [PATCH 3/3] mode-tree: rebuild tree on key change

2017-07-10 Thread Nicholas Marriott
Well you could add C-l or C-r or something to rebuild? On Mon, Jul 10, 2017 at 06:52:50PM +0100, Thomas Adam wrote: > On Sun, Jul 09, 2017 at 11:29:28AM +0100, Nicholas Marriott wrote: > > I don't know about this, it seems like it is adding a delay without much > > real benefit an

Re: [PATCH] Support duplication of stdin to all panes of window.

2017-07-10 Thread Nicholas Marriott
How is this different from synchronize-panes? On Tue, Jul 11, 2017 at 12:11:44AM +0300, Rytis Karpuska wrote: > Hey, > > I often need to do some work in a cluster of linux servers, therefore > it would be very convenient if tmux could duplicate input to all panes > of current window. This patch

Re: "bind-key -T root MouseDrag1Border resize-pane -M" doesn't work in a some layout

2017-07-07 Thread Nicholas Marriott
s is just a thought: > cmd_resize_pane_mouse_update() should search > two topmost layout_cell-s which have the border? > > -- > KOIE Hidetaka <h...@koie.org> > > Message-Id: <20170628073321.ojcm3zmy4tukjbhh@yelena> > Date: Wed, 28 Jun 2017 08:33:21 +0100 >

Re: [PATCH] alerts: activity/silence bell in current window

2017-07-26 Thread Nicholas Marriott
command", >diff --git a/tmux.1 b/tmux.1 >index 09eee74..24acb8e 100644 >--- a/tmux.1 >+++ b/tmux.1 >@@ -2544,10 +2544,18 @@ means only bells in windows other than the current >window are ignored and >A .Ic other >A means bells in the current window are

Re: [PATCH] alerts: activity/silence bell in current window

2017-07-26 Thread Nicholas Marriott
Hi Thanks - I don't think we should do this for everyone by default, but you could do a couple of things instead: - bell-on-alert could also check bell-action to decide whether to send the bell (so bell-action "current" would also affect bell-on-alert); - Or bell-on-alert could become a

Re: [PATCH] alerts: activity/silence bell in current window

2017-07-26 Thread Nicholas Marriott
Hi, > >I added it, otherwise you end up with the activity timer constantly being >triggered. > >-- Thomas Adam >On Wed, 26 Jul 2017 at 17:09 Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > If you remove this line from alerts_qu

Re: [PATCH] alerts: activity/silence bell in current window

2017-07-26 Thread Nicholas Marriott
t -g visual-silence on > set -g monitor-silence 10 > set -g monitor-activity on > Hoping that the filter on activity->other and silence->current will hide > the events set by default on any window. > Yet as this configuration is unreasonable, this may not ne

Re: [PATCH] alerts: activity/silence bell in current window

2017-07-26 Thread Nicholas Marriott
monitor-silence 10 > set -g monitor-activity on > Hoping that the filter on activity->other and silence->current will hide > the events set by default on any window. > Yet as this configuration is unreasonable, this may not need to be > fixed... &g

Re: Make tmux commmand return non-zero code when CMD_RETURN_ERROR happens.

2017-07-24 Thread Nicholas Marriott
Are you calling cmdq_error as well as returning CMD_RETURN_ERROR? On Sun, Jul 23, 2017 at 05:05:13PM +0800, Amos Bird wrote: > > Hi, > > I just did a small modification to make select-pane return CMD_RETURN_ERROR > if there is no pane next > to the given direction. So window_pane_find_right

Re: yank-buffer command for OSC 52

2017-04-29 Thread Nicholas Marriott
It would be better as a flag to paste-buffer or save-buffer to write it using OSC 52. save-buffer is probably easier since it doesn't have a -t flag already so you could add "-t client" to tell it which client to write to. On Fri, Apr 28, 2017 at 02:50:23PM -0700, Suraj N. Kurapati wrote: >

Re: tmux 2.4 reusing copy-mode's search-again query

2017-04-29 Thread Nicholas Marriott
You will need to add a format for it, there isn't one at the moment. On 29 Apr 2017 5:54 pm, "Suraj N. Kurapati" wrote: > Hello, > > I want to reuse the most recent copy-mode search query (which the > search-again command already keeps track of) as the initial input > for

Re: ssh, exec su, tmux attach

2017-08-23 Thread Nicholas Marriott
It will keep running until the ssh TCP connection drops which may be 30 minutes or so. We could probably kill it, see if this works: Index: tty.c === RCS file: /cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.294 diff -u -p

Re: Way to access tmux internal window stack?

2017-05-03 Thread Nicholas Marriott
quot; Ta "" Ta "1 if window is zoomed" On Wed, May 03, 2017 at 04:02:58AM +0000, Scott ROCHFORD wrote: > Hi Nicholas, > > Your existing solution does already work for me with a binding such as this: > > # switch to last-but-one window (like prefix-l but last, l

Re: Expanding Control Mode

2017-05-03 Thread Nicholas Marriott
patches I'm very satisfied with the data provided by > control mode and I believe I should be able to complete my project as > planned. :) > > Thanks, > Joshua > > On 5/2/17, Nicholas Marriott <nicholas.marri...@gmail.com> wrote: > > I think all sessions windows pan

Re: TTYC_ECH, tty_reset and 256 color terminals

2017-05-12 Thread Nicholas Marriott
On Fri, May 12, 2017 at 12:47 AM, Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > Do you have 989cdca95fa2e1a4dc3849020838328aded09164? > > On Thu, May 11, 2017 at 04:08:43PM +0300, ?? wrote: > >A A Thank you, this fixes it

Re: Added Missing window-layout-change Notifications to Control Mode

2017-05-15 Thread Nicholas Marriott
Applied, apart from the one in the loop in layout_set_even_h which I think is accidental. Thanks. On Sun, May 14, 2017 at 12:37:22PM -0500, Joshua Brot wrote: > Hi! > > During some testing, I noticed that when changing to one of the preset > layouts, the window-layout-change notification does

Re: TTYC_ECH, tty_reset and 256 color terminals

2017-05-11 Thread Nicholas Marriott
56color the problem doesnt exist) >On Thu, May 11, 2017 at 12:34 AM, Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > I don't know what you are looking at that has tty_reset, but the problem > is most likely that ECH should take account of BC

Re: pane-resize bug

2017-05-11 Thread Nicholas Marriott
I have applied this now and we can see how it goes. Thanks! On Wed, May 10, 2017 at 09:51:21PM +0200, Thomas Sattler wrote: > Am 10.05.2017 um 19:58 schrieb Nicholas Marriott: > > Yes... the bottom border belongs to the pane above it, but we would be > > better to pick the

Re: pane-resize bug

2017-05-10 Thread Nicholas Marriott
Yes... the bottom border belongs to the pane above it, but we would be better to pick the biggest pane I suppose. Try this please: Index: cmd-resize-pane.c === RCS file: /cvs/src/usr.bin/tmux/cmd-resize-pane.c,v retrieving revision

Re: TTYC_ECH, tty_reset and 256 color terminals

2017-05-11 Thread Nicholas Marriott
my mouse -- problem reappears >On Thu, May 11, 2017 at 9:44 AM, Nicholas Marriott ><nicholas.marri...@gmail.com> wrote: > > Try this instead please: > > Index: input.c > === > RC

Re: TTYC_ECH, tty_reset and 256 color terminals

2017-05-10 Thread Nicholas Marriott
I don't know what you are looking at that has tty_reset, but the problem is most likely that ECH should take account of BCE, so it should call tty_default_atttributes instead of tty_attributes. Please try this: Index: tty.c === RCS

Re: Alt Arrow Keys do not work anymore im vim since tmux 2.5

2017-06-22 Thread Nicholas Marriott
ed, it is the last pane >if wnr == winnr() >call system('tmux select-pane -' . tr(a:direction, 'hjkl', 'LDUR')) >end >endfunction >This script is similar toA vim-tmux-navigator and was also noticed in >issue 907 in the last comment. I hope this information may

Re: Tmux 2.5

2017-05-29 Thread Nicholas Marriott
If the instructions in README don't work, please show exactly what commands you are typing. On Mon, May 29, 2017 at 04:04:51PM +, Huntington, Katie L wrote: >hello, > >I am having issues when installing Tmux, when I do a >"Make" it comes back with the error that

Re: Tmux 2.5

2017-05-29 Thread Nicholas Marriott
disclosure, copying or > distribution of the contents of this message is strictly prohibited. NOTE: > Regardless of content, this e-mail shall not operate to bind CSRA to any > order or other contract unless pursuant to explicit written agreement or > government initiative expressl

Re: Error using tmux when built from source: missing libncursesw.so.6

2017-05-29 Thread Nicholas Marriott
Hi It seems like the libraries configure is able to find when compiling are different from those the runtime linker can find. You probably need to find where libncursesw.so.6 is and make sure ld.so is searching that directory. On Sun, May 28, 2017 at 11:54:24PM -0400, Tri Nguyen wrote: >

tmux 2.5

2017-05-29 Thread Nicholas Marriott
Hi I've released tmux 2.5 (no changes since 2.5-rc2): https://github.com/tmux/tmux/releases/tag/2.5 -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Alt Arrow Keys do not work anymore im vim since tmux 2.5

2017-05-31 Thread Nicholas Marriott
'wincmd A k' >nnoremap A :execute 'wincmd j' >nnoremap A :execute 'wincmd h' >nnoremap :execute 'wincmd l' >run vim, do a split and try to switch with these bindings through the >windows > 2017-05-31 10:11 GMT+02:00 Nicholas Marriott ><nicholas.ma

Re: Alt Arrow Keys do not work anymore im vim since tmux 2.5

2017-05-31 Thread Nicholas Marriott
GMT+02:00 Nicholas Marriott ><nicholas.marri...@gmail.com>: > > Do you have TERM=tmux inside tmux or TERM=screen? > > On Wed, May 31, 2017 at 10:17:57AM +0200, Franky Spamschleuder wrote: > >A A the Alt mappings do not work in vim running inside tmux

Re: Alt Arrow Keys do not work anymore im vim since tmux 2.5

2017-05-31 Thread Nicholas Marriott
Are you saying the keys don't work in tmux itself, or just in vim inside tmux? On Wed, May 31, 2017 at 10:06:33AM +0200, Franky Spamschleuder wrote: >konsole 17.04.1 >2017-05-31 10:04 GMT+02:00 Nicholas Marriott ><nicholas.marri...@gmail.com>: > > What t

Re: fedora 25/konsole/screen clearing

2017-06-04 Thread Nicholas Marriott
This is a bug in Konsole, you can work around it by doing set -as terminal-overrides ',*:indn@' On Sat, Jun 03, 2017 at 03:22:55PM -0400, Mark Kennedy wrote: >betweenA 58f8421 (works) andA 7edaedf (fails), a bug was introduced that >causes the screen not to clear when tmux is running

Re: Alt Arrow Keys do not work anymore im vim since tmux 2.5

2017-05-31 Thread Nicholas Marriott
Spamschleuder wrote: >Hi Nicholas, >so I tried export term=tmux; vimA >and test it again but it doesen't work. echo inside vim shoes tmux >so it should set be A correct. >Regards Frank >2017-05-31 10:46 GMT+02:00 Nicholas Marriott ><nic

Re: Feature for deleting parts of the current history buffer

2017-06-08 Thread Nicholas Marriott
t now you have kill-mode. > >Selection could be entire line based ( at first ) and then like a copy, >you actively select the areas you want and then Control-W ( emacs ) would >just delete it. > >-Jimi > > On 06/08/2017 10:55 AM, Nicholas Marriott wrote: &

Re: Feature for deleting parts of the current history buffer

2017-06-08 Thread Nicholas Marriott
It would be possible but I'm not sure how you would possibly make use of it sensibly. You would need to pick and choose the lines manually by number which would take forever. If you want a transcript, it would be better to save the whole history to a file with capture-pane and edit it in emacs.

Re: OS X test please

2017-06-06 Thread Nicholas Marriott
: warning: no previous prototype for function >'daemon_darwin' [-Wmissing-prototypes] >daemon_darwin(void) >--A >Enrico Ghirardi > >On 6 June 2017 at 01:36:39, Nicholas Marriott >(nicholas.marri...@gmail.com) wrote: > > Aargh, sorry for the flood of dif

Re: How to bind square brackets in tmux?

2017-06-17 Thread Nicholas Marriott
These examples work for me. On Sat, Jun 17, 2017 at 11:06:50AM +0300, Vladimir Bauer wrote: >Hi there! > >I have no luck binding square brackets in tmux with the following config: > > bind-key ] select-window -t :=6 > bind-key [ select-window -t :=7 > >I have tried

Re: support gbk pls

2017-06-11 Thread Nicholas Marriott
What is gbk? On 11 Jun 2017 4:01 pm, "曹敏" wrote: tmux doesn't support gbk from version 2.1 anymore, can you fix it, pls? -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop

Re: Expanding Control Mode

2017-05-04 Thread Nicholas Marriott
Great, applied to OpenBSD now, will be in GitHub next time it syncs up. On Wed, May 03, 2017 at 04:51:29PM -0500, Joshua Brot wrote: > Ok. That's good enough for my purposes. > > > On May 3, 2017, at 16:20, Nicholas Marriott <nicholas.marri...@gmail.com> > > wrote:

Re: tmux 2.4 copy-pipe screen corruption bug

2017-05-07 Thread Nicholas Marriott
Either use a more appropriate TERM for your terminal (gnome?) or turn off tmux set-clipboard option. On 7 May 2017 7:38 pm, "Nicholas Sun" wrote: > Screenshot attached > > tmux 2.4 > > archlinux > > % uname -a > Linux quintessa 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27

Re: tmux 2.4 reusing copy-mode's search-again query

2017-05-01 Thread Nicholas Marriott
It is not so easy to do but you can press Up to go back in the history and find it On 1 May 2017 3:57 am, "Suraj N. Kurapati" <sun...@riseup.net> wrote: On Sun, 30 Apr 2017 20:57:44 +0100, Nicholas Marriott wrote: > Oh well, it works in that you will see the previous search t

Re: tmux 2.4 reusing copy-mode's search-again query

2017-04-30 Thread Nicholas Marriott
It worked for me, are you sure you restarted tmux entirely? On 30 Apr 2017 8:47 pm, "Suraj N. Kurapati" <sun...@riseup.net> wrote: On Sun, 30 Apr 2017 20:35:05 +0100, Nicholas Marriott wrote: > There is no search string when you are not in copy mode. Thanks for clarifying.

Re: tmux 2.4 reusing copy-mode's search-again query

2017-04-30 Thread Nicholas Marriott
free(tmp); format_free(ft); On Sun, Apr 30, 2017 at 08:48:48PM +0100, Nicholas Marriott wrote: >It worked for me, are you sure you restarted tmux entirely? >On 30 Apr 2017 8:47 pm, "Suraj N. Kurapati" <sun...@riseup.net> wrote: > >

Re: Expanding Control Mode

2017-05-02 Thread Nicholas Marriott
Hi What have you got so far? Control mode should already get updated for client-session-changed, if you look at notify.c:notify_callback there is already a check that passes it into control_notify_client_session_changed. For new ones you will need to add a notify_add call somewhere and then add

Re: Expanding Control Mode

2017-05-02 Thread Nicholas Marriott
es get > called). Should this be a new control mode notification like the ones > I just implemented, or should this be handled in a different way? > > Thanks, > Joshua > > On 5/2/17, Nicholas Marriott <nicholas.marri...@gmail.com> wrote: > > Hi > > > > What

Re: Expanding Control Mode

2017-05-03 Thread Nicholas Marriott
Looks good, but I think we should use c->name for %%client-session-changed not the PID. Does that change anything for your use? On Wed, May 03, 2017 at 02:22:24AM -0500, Joshua Brot wrote: > No problem. > > On 5/3/17, Nicholas Marriott <nicholas.marri...@gmail.com> wrote: &

OS X test please

2017-06-05 Thread Nicholas Marriott
Someone on OS X 10.5 or above able to build tmux from Git with this and tell me if: a) it compiles without any new warnings; b) tmux still runs; c) it allows them to get rid of reattach-to-user-namespace. diff --git a/compat/daemon.c b/compat/daemon.c index 678d78ef..ddeff02f 100644 ---

Re: OS X test please

2017-06-05 Thread Nicholas Marriott
And without the silly typedef: diff --git a/compat/daemon-darwin.c b/compat/daemon-darwin.c new file mode 100644 index ..ccebcc86 --- /dev/null +++ b/compat/daemon-darwin.c @@ -0,0 +1,82 @@ +/* + * Copyright (c) 2017 Nicholas Marriott <nicholas.marri...@gmail.com> + * + * Perm

Re: OS X test please

2017-06-05 Thread Nicholas Marriott
Need a couple of declarations too I think, please try this: diff --git a/compat/daemon-darwin.c b/compat/daemon-darwin.c new file mode 100644 index ..092ab869 --- /dev/null +++ b/compat/daemon-darwin.c @@ -0,0 +1,82 @@ +/* + * Copyright (c) 2017 Nicholas Marriott <nicholas.ma

Re: Terminal emulators that support tmux control mode

2017-09-19 Thread Nicholas Marriott
No only iterm On Tue, Sep 19, 2017 at 10:22:48PM +0800, Lei Zhang wrote: > Hi tmux users, > > I used to use tmux with iTerm2 on my Mac. Tmux's control mode really > makes my life much easier when working on remote servers. > > Now I'm stuck with a Windows machine at work, but couldn't find

Re: tmux 2.6-rc2

2017-09-11 Thread Nicholas Marriott
OK there was as silly bug so I have made this 2.6-rc3 now: https://github.com/tmux/tmux/releases/download/2.6/tmux-2.6-rc3.tar.gz On Sun, Sep 10, 2017 at 04:13:59PM +0100, Nicholas Marriott wrote: > Hi all > > I've made a second 2.6 release candidate. This fixes a few problem

Re: commit 70bc07a358 incomplete or has a bug

2017-09-11 Thread Nicholas Marriott
Yes this should be fixed soon, thanks. On Mon, Sep 11, 2017 at 12:40:22PM +0800, Vladimir Lomov wrote: > Hello, > > commit 70bc07a358 ("Previously, extended cell data was never reduced in > size even when the...") either incomplete or has a bug. > > I compiled tmux from git (commit 7aa8b8a2,

tmux 2.6-rc2

2017-09-10 Thread Nicholas Marriott
Hi all I've made a second 2.6 release candidate. This fixes a few problems found in the previous and adds a couple of minor features. Get it here: https://github.com/tmux/tmux/releases/download/2.6/tmux-2.6-rc2.tar.gz As usual please report any problems. -- You received this message because

Re: interrupt is control-g (^g).

2017-09-25 Thread Nicholas Marriott
This doesn't seem like anything to do with tmux, more likely you have something weird in some shell profile. On Mon, Sep 25, 2017 at 07:18:38PM +, 'Tom Cat' via tmux-users wrote: >I fired up tmux on my Ubuntu 16.04 server, just like I've done 100s if not >1000s of times before.

Re: ssh, exec su, tmux attach

2017-08-24 Thread Nicholas Marriott
Great, applied, thanks. Yes that will probably work for 2.5. On Wed, Aug 23, 2017 at 12:27:32PM +0200, Thomas Sattler wrote: > That second patch seems to completely solve the observed > issue. Is the following a correct backport for tmux-2.5? > (As far as I can see it does seem to work.) > > >

  1   2   3   4   5   6   >