> I don't think you need to modify getopt, the commands just need to handle a
> variable number of args but I don't remember specifics of what needs to
> change.
I still don't see how I can get "--" passed to neww. For example,
this works fine in tmux 1.8:
tmux neww -- emacs
There's no code in
On 4 February 2014 07:24, Thomas Adam wrote:
> 2014-02-03 Bráulio Bhavamitra :
>> Hello all,
>>
>> I've setup with the Github support team a tmux mirror on Github. The address
>> is https://github.com/tmuxsoftware/tmux
>>
>> I've added nicm and ThomasAdam to the owners team. Are these user correct
I don't think you need to modify getopt, the commands just need to handle a
variable number of args but I don't remember specifics of what needs to change.
Original message
From: Nicholas Marriott
Date: 04/02/2014 07:23 (GMT+00:00)
To: J Raynor ,tmux-users@lists.sourceforge
Check what VERASE is in stty -a, tmux uses that to work out what delete is.
Original message
From: Christian Ebert
Date: 03/02/2014 08:58 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: trouble with control characters
Hi,
Trying out tmux I encounter the follow
Hi
Looks nice, can you make a diff with your suggested text against FAQ and adding
this file to examples/?
Cheers
Original message
From: Mark Oteiza
Date: 04/02/2014 06:11 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: FAQ: xterm-keys and editors
Hi,
Rece
2014-02-03 Bráulio Bhavamitra :
> Hello all,
>
> I've setup with the Github support team a tmux mirror on Github. The address
> is https://github.com/tmuxsoftware/tmux
>
> I've added nicm and ThomasAdam to the owners team. Are these user correct?
Why? I didn't ask for this, can you remove me, ple
On 4 February 2014 07:12, J Raynor wrote:
> If the goal is to get new-session to take more than 1 arg so that
> commands don't need to be quoted, isn't using "--" the wrong way to
> go? I thought getopt consumes "--", so that cmd_new_session_exec()
No, this is why "--" exists, and on BSD, getopt
The idea is that instead of
tmux neww "emacs foo"
You can do
tmux neww -- emacs foo
Which means you don't need to escape stuff inside the quotes.
Original message
From: J Raynor
Date: 04/02/2014 07:12 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: use "--" to
Hi. I don't mind you maintaining a mirror wherever you like but please don't
volunteer me!
Original message
From: Bráulio Bhavamitra
Date: 03/02/2014 22:19 (GMT+00:00)
To: tmux-users
Subject: Mirror of tmux on github
Hello all,
I've setup with the Github support team
The tmux TODO list has this item:
* use "--" to mark start of command w/ neww etc to avoid quoting
I'm a little confused about this, so I'm hoping to get some
clarification. In this email:
http://article.gmane.org/gmane.comp.terminal-emulators.tmux.user/5432
...the user gets a usage error wi
Hi,
Recently I tackled the issue of editors and keybindings in tmux. This
has been addressed on the mailing list a couple times before [0][1], and
has spawned a bunch of SO posts, etc. It would be really nice if
solutions were in the FAQ.
Most of what I think should be added was already writte
Hello all,
I've setup with the Github support team a tmux mirror on Github. The
address is https://github.com/tmuxsoftware/tmux
I've added nicm and ThomasAdam to the owners team. Are these user correct?
Are these users correct? If so I can remove myself from the organization.
This mirror will m
On 31 January 2014 15:45, Nicholas Marriott wrote:
> Ok you need to wait for Thomas to sync up the SF repo tonight or apply
I've now gone ahead and done this.
-- Thomas Adam
--
Managing the Performance of Cloud-Based Ap
On Fri, Jan 31, 2014 at 7:45 PM, Nicholas Marriott
wrote:
> Ok you need to wait for Thomas to sync up the SF repo tonight or apply
> this as well:
Sure, thanks!
>
> Index: format.c
> ===
> RCS file: /cvs/src/usr.bin/tmux/format.c,v
Hi,
Trying out tmux I encounter the following problems with control
characters:
1. I cannot insert them in Vim: Ctrl-BackSpace should show up as
^?, but just goes back - does not happen in xterm or screen.
2. Mutt's (default) mapping for the page
has no effect, also when entered literraly in m
15 matches
Mail list logo