|
13441e8cb8
|
The actual terminfo entries we ended up with for cursor changes are Cs,
Ce, Ss and Se (not Cc, Ce, Cs, Csr). So use and document these instead
of the ones we were using earlier.
|
2013-06-02 07:52:15 +00:00 |
|
|
c231381aa3
|
Demote the old single-character replacement variables (#S and friends)
to aliases of formats. From Tiago Cunha.
|
2013-05-31 19:56:05 +00:00 |
|
|
c30d60f7ae
|
Add host_short format, from Tiago Cunha.
|
2013-05-31 19:46:42 +00:00 |
|
|
2555ac58cc
|
.Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel.
|
2013-04-24 10:15:47 +00:00 |
|
|
20f0d917be
|
Missed -o from set-window-option, from Ben Boeckel.
|
2013-04-10 12:07:18 +00:00 |
|
|
7f63658709
|
Add TMUX_TMPDIR variable to put the socket directory outside
TMPDIR. From Ben Boeckel.
|
2013-03-27 11:24:18 +00:00 |
|
|
e44bd9f750
|
Revert the command-prefix change which breaks sequences of commands.
|
2013-03-25 15:59:57 +00:00 |
|
|
4119c476aa
|
b comes before t.
|
2013-03-25 11:46:28 +00:00 |
|
|
6fee3e9e4b
|
Rename session idx to session id throughout and add $ prefix to targets
to use it, extended from a diff from George Nachman.
|
2013-03-25 10:11:45 +00:00 |
|
|
748acdc77c
|
Add wait-for -L and -U for lock and unlock, from Thiago Padilha.
|
2013-03-25 10:09:35 +00:00 |
|
|
14fad6a5cc
|
Add -A flag to new-session to make it behave like attach-session if the
session exists. If -A is used, -D behaves like -d to attach-session.
|
2013-03-24 09:58:40 +00:00 |
|
|
a05b8c4143
|
Add a -o option to set-option to prevent setting an option already set,
from Thiago Padilha.
|
2013-03-24 09:55:02 +00:00 |
|
|
66edb3392b
|
Expand format variables in the run-shell and if-shell shell commands,
from Thiago Padilha.
|
2013-03-24 09:33:35 +00:00 |
|
|
ac1fe83596
|
Couple of fixes pointed out by jmc.
|
2013-03-22 18:45:36 +00:00 |
|
|
702ab8bab0
|
Add a load of miscellaneous pane formats, from George Nachman.
|
2013-03-22 16:03:35 +00:00 |
|
|
8478895eeb
|
Add -e flag to capture-pane to include embedded ANSI SGR escape
sequences, from George Nachman.
|
2013-03-22 15:51:54 +00:00 |
|
|
f0efa576e0
|
Add resize-pane -x and -y for absolute pane size (much requested).
|
2013-03-22 10:37:39 +00:00 |
|
|
ad760b3bf7
|
Add client_session and client_last_session formats.
|
2013-03-22 10:32:36 +00:00 |
|
|
78543cce30
|
Support capture-pane -p to send to stdout.
|
2013-03-21 18:43:34 +00:00 |
|
|
55bf2ecc68
|
tweak previous; ok nicm
|
2013-03-21 17:42:36 +00:00 |
|
|
4920306486
|
Clarify choose-tree entry in man page.
|
2013-03-21 16:23:46 +00:00 |
|
|
180faf73af
|
Allow choose commands to be used outside tmux, so long as at least one
client is attached.
|
2013-03-21 16:09:59 +00:00 |
|
|
e33ba57c13
|
Remove the layout undo/redo code which never really worked.
|
2013-01-17 00:11:22 +00:00 |
|
|
bc2e4a36df
|
If timing between keys is less than (by default) 1 millisecond, assume
the text is being pasted. assume-paste-time option changes the value (0
disables). Based on a diff from Marcin Kulik.
|
2013-01-15 22:55:29 +00:00 |
|
|
854e8ae04d
|
Add ^ and $ special command targets to select lowest and highest
numbered windows, from Raghavendra D Prabhu.
|
2012-12-24 12:38:57 +00:00 |
|
|
4aa4e9fb26
|
Allow cmd-run-shell to accept -t to specify the pane to display the
output, requested by Alexander Tsepkov.
|
2012-11-27 15:09:35 +00:00 |
|
|
93224260ae
|
Add window-status-last-* options, from Boris Faure.
|
2012-11-27 13:52:23 +00:00 |
|
|
9a7e5bd1d3
|
Clarify some points about config files, notably that they are only read
at server start. From Thomas Adam.
|
2012-11-19 10:50:24 +00:00 |
|
|
589b4b8c6a
|
Fix typo bell->bells from Thomas Adam.
|
2012-10-25 11:11:58 +00:00 |
|
|
ea289bc457
|
Remove some out of date text from man page, from Thomas Adam.
|
2012-10-02 08:02:21 +00:00 |
|
|
7263fa36eb
|
add cmd-choose-list to allow arbitrary options to be selected. From
Thomas Adam.
|
2012-09-03 09:57:57 +00:00 |
|
|
cf2e65c0e2
|
Another missing format from sam at sltosis.org.
|
2012-08-11 07:10:01 +00:00 |
|
|
ff4097e02c
|
Add some missing formats from Samuel Le Thiec.
|
2012-08-11 05:55:12 +00:00 |
|
|
89a96b05fa
|
Document pane_index variable, from sam at sltosis dot org.
|
2012-07-15 06:51:57 +00:00 |
|
|
b0f4f94b5b
|
remove extraneous line;
|
2012-07-08 17:24:29 +00:00 |
|
|
f20c6fe009
|
Add choose-tree command to show windows and sessions in the same
list. Change choose-window and -session to use the same code. From
Thomas Adam.
|
2012-07-08 16:04:38 +00:00 |
|
|
2113115cdd
|
Add -a for kill-session, from Thomas Adam.
|
2012-06-18 09:16:15 +00:00 |
|
|
038e8b770d
|
Add -a flag for detach-client, from Thomas Adam.
|
2012-06-18 09:15:22 +00:00 |
|
|
04ac61ecd7
|
Simplify references to alerts in the man page, from Thomas Adam.
|
2012-06-18 09:13:12 +00:00 |
|
|
ebf94bc9cb
|
Switch all of the various choose- and list- commands over to the format
infrastructure, from Thomas Adam.
|
2012-05-22 11:35:37 +00:00 |
|
|
ac7e2f13e9
|
Ignore line continuation when escaped as \\, from Simon Nicolussi.
|
2012-05-17 21:21:31 +00:00 |
|
|
cc979bda0f
|
default-path has the same possibilities as new-window -c now.
|
2012-05-02 19:29:13 +00:00 |
|
|
a6c22d650b
|
Add a flag to move-window to renumber the windows in a session (closing
any gaps) and add an option to do this automatically each time a window
is killed. From Thomas Adam.
|
2012-04-29 17:20:01 +00:00 |
|
|
e02d1bce98
|
Add window-status-separator option, from Thomas Adam.
|
2012-04-23 22:23:14 +00:00 |
|
|
ed58b2d353
|
Add -a flag to kill-window, from Thomas Adam.
|
2012-04-23 22:10:45 +00:00 |
|
|
85f5485cb5
|
Add a layout history which can be stepped through with select-layout -u
and -U commands (bound to 'u' and 'U' by default).
|
2012-04-01 13:18:38 +00:00 |
|
|
b831f86354
|
Add pane_current_path format, suggested by Mikolaj Kucharski.
|
2012-04-01 10:42:39 +00:00 |
|
|
c0cfbe12e4
|
Accept an argument to show-environment to show one variable, based on a
diff from Kazuhiko Sakaguchi.
|
2012-03-22 11:11:57 +00:00 |
|
|
90bf560fe4
|
Add -C -N -T flags to find-window to find in content, name, title. From
Jonathan Daugherty.
|
2012-03-20 17:09:48 +00:00 |
|
|
01f2b5d64b
|
50 is a too low trigger default on larger terminals, bump to 250.
|
2012-03-20 11:23:12 +00:00 |
|