| Commit message (Collapse) | Author | Age |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
this is used and the application has requested bracketed pastes, then
tmux surrounds the pasted text by \033[200~ and \033[201~. Applications
like vim can (apparently) use this to avoid, for example, indenting the
text. From Ailin Nemui.
|
| | |
| | |
| | |
| | | |
Ailin Nemui.
|
| | |
| | |
| | |
| | |
| | | |
-b flag to join-pane and move-pane to place the pane to the left or
above. From George Nachman.
|
| | | |
|
| | |
| | |
| | |
| | | |
option.
|
| | | |
|
| | |
| | |
| | |
| | | |
George Nachman.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
for home directory, . for server start directory, - for session start
directory and empty for the pane's working directory (the default). All
can also be used as part of a relative path (eg -/foo). Also provide -c
flags to neww and splitw to override default-path setting.
Based on a diff from sthen. ok sthen
|
| | |
| | |
| | |
| | | |
work from George Nachman.
|
| | |
| | |
| | |
| | | |
requested by many.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
separate options, prefix and prefix2. This simplifies the code and gets
rid the data options type which was only used for this one option.
Also add a -2 flag to send-prefix to send the secondary prefix key,
fixing a cause of minor irritation.
People who want three prefix keys are out of luck :-).
|
| | |
| | |
| | |
| | | |
Suggested by someone, I forget who.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
default-path isn't empty, it is used. Otherwise:
1) If tmux neww is run from the command line, the working directory of the
client is used.
2) Otherwise sysctl KERN_PROC_CWD is used to retrieve the current
working directory of the process in the active pane.
3) If that fails, the directory where the session was created is used.
Support code by Romain Francois, OpenBSD specific bits by me.
Note this requires a recent userland and kernel with KERN_PROC_CWD.
|
| | |
| | |
| | |
| | |
| | |
| | | |
and X for delete in edit mode.
From Ben Boeckel, thanks.
|
| | |
| | |
| | |
| | | |
Ben Boeckel.
|
| | | |
|
| | |
| | |
| | |
| | | |
terminfo code (E3) before locking.
|
| | |
| | |
| | |
| | | |
working directory if any then default-path or session wd).
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
use it for list-{panes,windows,sessions}. This allows more descriptive
replacements (such as #{session_name}) and conditionals.
Later this will be used for status_replace and list-keys and other
places.
|
| | | |
|
| | |
| | |
| | |
| | | |
command-prompt. From Tiago Cunha.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
hierarchy and instead just look at what panes are actually in the window.
|
| | |
| | |
| | |
| | | |
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
|
| | |
| | |
| | |
| | |
| | | |
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked
by me and Ailin Nemui.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the xterm escape sequence for the purpose (if xterm is configured to
allow it).
Written by and much discussed Ailin Nemui, guidance on
xterm/termcap/terminfo from Thomas Dickey.
|
| | |
| | |
| | |
| | | |
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
|
| | |
| | |
| | |
| | | |
dragging their borders. From hsim at gmx.li.
|
| | |
| | |
| | |
| | |
| | |
| | | |
and automatically fill them in on terminals with the XT capability
(which means their title setting is xterm-compatible). From hsim at
gmx.li.
|
| | |
| | |
| | |
| | |
| | |
| | | |
mode when the mouse is dragged or the mouse wheel is used. Also exit
copy mode when the mouse wheel is scrolled off the bottom. Discussed
with and written by hsim at gmx dot li.
|
| | |
| | |
| | |
| | | |
clicking on the status line, written by hsim at gmx dot li.
|
| | |
| | |
| | |
| | | |
(smso). From Tiago Resende.
|
| | |
| | |
| | |
| | |
| | | |
even if given with, for example, -t '', and explicitly forbid empty
session names and those containing a : when they are created.
|
| | |
| | |
| | |
| | |
| | | |
unattached sessions when choosing the most recently used (if -t is not
given). Suggested by claudio@.
|
| | |
| | |
| | |
| | | |
replacements and add -c as target-client.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
xterm-style keys - bit 3 is accepted on input but not on output. Also a
style nit in the header.
|
| | |
| | |
| | |
| | |
| | | |
put it in the TMUX_PANE environment variable and accept it as a
target. Suggested by and with testing and tweaks from Ben Boeckel.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
using DCS with a "tmux;" prefix. Escape characters in the sequences must
be doubled. For example:
$ printf '\033Ptmux;\033\033]12;red\007\033\\'
Will pass \033]12;red\007 to the terminal (and change the cursor colour
in xterm). From Kevin Goodsell.
|
| | |
| | |
| | |
| | | |
causing it to exit as well).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fire-and-forget.
Status jobs now managed with two trees of output (new and old), rather
than storing the output in the jobs themselves. When the status line is
processed any jobs which don't appear in the new tree are started and
the output from the old tree displayed. When a job finishes it updates
the new tree with its output and that is used for any subsequent
redraws. When the status interval expires, the new tree is moved to the
old so that all jobs are run again.
This fixes the "#(echo %H:%M:%S)" problem which would lead to thousands
of identical persistent jobs and high memory use (this can still be
achieved by adding "sleep 30" but that is much less likely to happen by
accident).
|
| | | |
|
| | |
| | |
| | |
| | | |
history like xterm does. Requested ages ago by someone I've forgotten.
|