aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 939:Tiago Cunha2011-08-04
| | | | | Sort options alphabetically, from Tiago Cunha.
* Sync OpenBSD patchset 934:Tiago Cunha2011-07-08
| | | | | | | | Make confirm-before prompt customizable with -p option like command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha.
* Sync OpenBSD patchset 929:Tiago Cunha2011-07-04
| | | | | | Add an option to trigger the terminal bell when there is an alert, from Marco Beck.
* Sync OpenBSD patchset 928:Tiago Cunha2011-07-04
| | | | | | Include the existing window and session name in the prompt when renaming and add a new key binding ($) for rename session. From Tiago Cunha.
* Sync OpenBSD patchset 927:Tiago Cunha2011-07-03
| | | | | | Allow the initial context on prompts to be set with the new -I option to command-prompt. From Tiago Cunha.
* PatchSet 924Nicholas Marriott2011-06-23
| | | | | | | | | | | Date: 2011/06/05 12:19:03 Author: nicm Branch: HEAD Tag: (none) Log: Add a respawn-pane command, from Marcel Partap.
* PatchSet 922Nicholas Marriott2011-06-23
| | | | | | | | | | | Date: 2011/05/30 22:02:28 Author: nicm Branch: HEAD Tag: (none) Log: Fix a typo, spotted by Michal Mazurek..
* Sync OpenBSD patchset 918:Tiago Cunha2011-05-22
| | | | | tweak the TERMINFO section; ok nicm
* Sync OpenBSD patchset 917:Tiago Cunha2011-05-22
| | | | | | | Pass prompts through status_replace so that they can be more helpful (such as showing the previous session name when renaming). From Tiago Cunha.
* Sync OpenBSD patchset 916:Tiago Cunha2011-05-22
| | | | | | Support DECSCUSR sequence to set the cursor style with two new terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
* Sync OpenBSD patchset 915:Tiago Cunha2011-05-22
| | | | | | | Support xterm(1) cursor colour change sequences through terminfo(5) Cc (set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui.
* Sync OpenBSD patchset 914:Tiago Cunha2011-05-22
| | | | | | | | | | Support setting the xterm clipboard when copying from copy mode using 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.
* Sync OpenBSD patchset 913:Tiago Cunha2011-05-18
| | | | | | Add three new copy-mode commands - select-line, copy-line, copy-end-of-line. From Dave Disser and Randy Stauner a while back.
* Sync OpenBSD patchset 905:Tiago Cunha2011-05-18
| | | | | | Add a new option, mouse-resize-pane. When on, panes may be resized by dragging their borders. From hsim at gmx.li.
* Sync OpenBSD patchset 904:Tiago Cunha2011-05-18
| | | | | | | | Use the tsl and fsl terminfo(5) capabilities to update terminal title and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li.
* Sync OpenBSD patchset 898:Tiago Cunha2011-04-25
| | | | | Provide #h for short hostname (no domain) from Michal Mazurek.
* Sync OpenBSD patchset 896:Tiago Cunha2011-04-25
| | | | | | | | When mode-mouse is on (it is off by default), automatically enter copy 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.
* |PatchSet 893Nicholas Marriott2011-04-18
| | | | | | | | | | | |Date: 2011/04/18 20:49:05 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add an option (mouse-select-window) which allows the mouse to be used by |clicking on the status line, written by hsim at gmx dot li.
* |PatchSet 891Nicholas Marriott2011-04-18
| | | | | | | | | | |Date: 2011/04/17 20:28:09 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add -t to list-clients, based on a diff from Zac Sprackett.
* |PatchSet 889Nicholas Marriott2011-04-18
| | | | | | | | | | |Date: 2011/04/11 17:44:36 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |-s comes before -t and also add -s to command syntax. Prompted by jmc.
* Sync man page.Nicholas Marriott2011-04-18
|
* Add -s option to detach all clients attached to a session, from ZacNicholas Marriott2011-04-11
| | | | | Sprackett.
* Manual date.Nicholas Marriott2011-04-06
|
* |PatchSet 882Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/04/05 20:37:01 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add a flag to cmd_find_session so that attach-session can prefer |unattached sessions when choosing the most recently used (if -t is not |given). Suggested by claudio@.
* |PatchSet 880Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/04/01 17:59:11 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |"or" should be on a line on its own here so it is not emphasised as |well.
* |PatchSet 876Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/29 20:30:16 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Change -t on display-message to be target-pane for the #[A-Z] |replacements and add -c as target-client.
* |PatchSet 875Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/29 00:13:00 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add -a and -s options to lsp to list all panes in the server or session |respectively. Likewise add -s to lsw. From Ben Boeckel.
* |PatchSet 874Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/03/28 21:17:39 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Allow a start and end line to be specified for capture-pane which may be |negative to capture part of the history. Prompted by request from Victor |J Orlikowski.
* PatchSet 870Nicholas Marriott2011-04-06
| | | | | | | | | | | | Date: 2011/03/27 21:27:26 Author: nicm Branch: HEAD Tag: (none) Log: Give each pane created in a tmux server a unique id (starting from 0), put it in the TMUX_PANE environment variable and accept it as a target. Suggested by and with testing and tweaks from Ben Boeckel.
* Sync OpenBSD patchset 863:Tiago Cunha2011-03-19
| | | | | | Add a -P option to detach to HUP the client's parent process (usually causing it to exit as well).
* Sync OpenBSD patchset 844:Tiago Cunha2011-01-21
| | | | | | Support -x and -y for new-session to specify the initial size of the window if created detached with -d.
* Sync OpenBSD patchset 842:Tiago Cunha2011-01-21
| | | | | Clarify alternate-screen description a little.
* Sync OpenBSD patchset 838:Tiago Cunha2011-01-21
| | | | | Use TMPDIR if set, from Han Boetes.
* Sync OpenBSD patchset 836:Tiago Cunha2011-01-21
| | | | | Remove a bit of text that makes exit-unattached description unclear.
* Sync OpenBSD patchset 835:Tiago Cunha2011-01-21
| | | | | Add missing arguments to some options.
* Sync OpenBSD patchset 833:Tiago Cunha2011-01-21
| | | | | | Accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set.
* Whoops, did not mean to do this.Nicholas Marriott2011-01-13
|
* osdep-linux.cNicholas Marriott2011-01-13
|
* Sync OpenBSD patchset 831:Tiago Cunha2011-01-07
| | | | | | | | | Now that parsing is common, merge some of the small, related commands together to use the same code. Also add some arguments (such as -n and -p) to some commands to match existing commands.
* Sync OpenBSD patchset 828:Tiago Cunha2011-01-07
| | | | | | | | | | | | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 and supports larger terminals than the older way. If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all UTF-8 terminals. The option defaults to on if LANG etc are set in the same manner as the utf8 option. With help and based on code from hsim at gmx.li.
* Sync OpenBSD patchset 825:Tiago Cunha2011-01-03
| | | | | | suspend-client has used -t for the client target (like everything else) for ages, fix the usage string and man page and trim some leftover code.
* Sync OpenBSD patchset 820:Tiago Cunha2011-01-03
| | | | | | Add a -P option to new-window and split-window to print the new window or pane index in target form (useful to pass it into other commands).
* Sync OpenBSD patchset 817:Tiago Cunha2010-12-31
| | | | | fix trailing whitespace;
* Sync OpenBSD patchset 815:Tiago Cunha2010-12-31
| | | | | Fix BUFFERS section now they are global.
* Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha2010-12-30
| | | | | As a consequence buffer-limit is now a server option.
* Sync OpenBSD patchset 810:Tiago Cunha2010-12-27
| | | | | tweak previous;
* Sync OpenBSD patchset 809:Tiago Cunha2010-12-27
| | | | | Add a missing .Pp and sort options alphabetically, from Tiago Cunha.
* Sync OpenBSD patchset 799:Tiago Cunha2010-12-22
| | | | | | | Add other-pane-height and other-pane-width options, allowing the width or height of the smaller panes in the main-horizontal and main-vertical layouts to be set. Mostly from David Goodlad.
* Track the last session for a client and add a flag to switch-client andNicholas Marriott2010-12-11
| | | | | a key binding (L) to move a client back to its last session.
* -V to report version, SF issue 3038862.Nicholas Marriott2010-12-10
|