| Commit message (Collapse) | Author | Age |
| ... | |
| | | |
|
| | |
| |
| |
| | |
wiping over the title is rude and annoying. Agreed by several.
|
| | |
| |
| |
| |
| | |
characters in status-left and status-right (if on, they are treated as UTF-8;
otherwise passed through).
|
| | |
| |
| |
| | |
with alert.
|
| | |
| |
| |
| |
| | |
line options, it is something many want to configure, and the meaning of some
bits weren't really documented.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
fails spectacularly on (at least) sparc64, so disable it for now. Thanks to
naddy and Josh Elsasser for help and testing.
|
| | | |
|
| | |
| |
| |
| | |
ok nicm@
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- SIGUSR1 recreates the socket;
- guesswork to work out if the terminal supports UTF-8;
- a paste key for the command prompt;
- main-horizontal layout to match main-vertical, and options to configure the
size of the large pane;
- clear-history command;
- select-layout command.
|
| |
|
|
|
|
|
| |
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.
ok deraadt pirofti
|
| |
|
|
| |
Thomas Adam.
|
| |
|
|
|
| |
Another missing format from sam at sltosis.org.
|
| |
|
|
|
| |
Add some missing formats from Samuel Le Thiec.
|
| |
|
|
|
| |
Document pane_index variable, from sam at sltosis dot org.
|
| |
|
|
|
| |
remove extraneous line;
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Add -a for kill-session, from Thomas Adam.
|
| |
|
|
|
| |
Add -a flag for detach-client, from Thomas Adam.
|
| |
|
|
|
| |
Simplify references to alerts in the man page, from Thomas Adam.
|
| |
|
|
|
|
| |
Switch all of the various choose- and list- commands over to the format
infrastructure, from Thomas Adam.
|
| |
|
|
|
| |
Ignore line continuation when escaped as \\, from Simon Nicolussi.
|
| |
|
|
|
| |
default-path has the same possibilities as new-window -c now.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Add window-status-separator option, from Thomas Adam.
|
| |
|
|
|
| |
Add -a flag to kill-window, from Thomas Adam.
|
| |
|
|
|
|
| |
Add a layout history which can be stepped through with select-layout -u
and -U commands (bound to 'u' and 'U' by default).
|
| |
|
|
|
| |
Add pane_current_path format, suggested by Mikolaj Kucharski.
|
| |
|
|
|
|
| |
Accept an argument to show-environment to show one variable, based on a
diff from Kazuhiko Sakaguchi.
|
| |
|
|
|
|
| |
Add -C -N -T flags to find-window to find in content, name, title. From
Jonathan Daugherty.
|
| |
|
|
|
| |
50 is a too low trigger default on larger terminals, bump to 250.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a simple form of output rate limiting by counting the number of
certain C0 sequences (linefeeds, backspaces, carriage returns) and if it
exceeds a threshold (current default 50/millisecond), start to redraw
the pane every 100 milliseconds instead of making each change as it
comes. Two configuration options - c0-change-trigger and
c0-change-interval.
This makes tmux much more responsive under very fast output (for example
yes(1) or accidentally cat'ing a large file) but may not be perfect on
all terminals and connections - feedback very welcome, particularly
where this change has a negative rather than positive effect (making it
off by default is a possibility).
After much experimentation based originally on a request Robin Lee
Powell (which ended with a completely different solution), this idea
from discussion with Ailin Nemui.
|
| |
|
|
|
|
| |
Add a wrap-search option to turn off wrapping of searches in copy
mode. From Jacobo de Vera.
|
| |
|
|
|
| |
Add -q option to set-option to turn off info message, from marcel partap.
|
| |
|
|
|
| |
Add -P/-F flags to break-pane too, from George Nachman.
|
| |
|
|
|
|
| |
Add -F format to new-window and split-window to use with the -P flag,
from George Nachman.
|
| |
|
|
|
|
|
|
|
| |
Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if
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.
|
| |
|
|
|
|
|
| |
Add move-pane command (like join-pane but allows the same window). Also
-b flag to join-pane and move-pane to place the pane to the left or
above. From George Nachman.
|
| |
|
|
|
|
| |
Allow a single option to be specified to show-options to show just that
option.
|
| |
|
|
|
| |
Use format for display-message, based on a diff from George Nachman.
|
| |
|
|
|
|
| |
Document option values, particularly that omitting on|off for a flag is
a toggle.
|
| |
|
|
|
|
| |
Add -l flag to send-keys to send input literally (without translating
key names). From Frank Terbeck.
|
| |
|
|
|
|
|
|
|
|
|
| |
Provide defined ways to set the various default-path possibilities: ~
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
|
| |
|
|
|
| |
id -> ID; ok nicm
|
| |
|
|
|
|
| |
Give each window a unique id, like panes but prefixed with @. Based on
work from George Nachman.
|
| |
|
|
|
|
| |
Add an option to move the status line to the top of the screen,
requested by many.
|
| |
|
|
|
| |
it's -> its.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Drop the ability to have a list of keys in the prefix in favour of two
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 :-).
|
| |
|
|
|
|
| |
Add strings to allow the aixterm bright colours to be used when
configuring colours, requested by Elliott Cable a few months ago.
|