aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 1004:Tiago Cunha2012-01-21
| | | | | | Add a -R flag to send-keys to reset the terminal. Written ages ago and Suggested by someone, I forget who.
* Sync OpenBSD patchset 1001:Tiago Cunha2012-01-20
| | | | | | Add some trivial additional status line attributes from jwcxz at users dot sourceforge dot net.
* Sync OpenBSD patchset 1000:Tiago Cunha2012-01-20
| | | | | Remove trailing spaces.
* Sync OpenBSD patchset 999:Tiago Cunha2012-01-20
| | | | | | Add an option to disable the window rename escape sequence, from Romain Francoise.
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | Add a man page section on window names and pane titles, from Felix Rosencrantz.
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | | Show how to set default-path to revert to tmux's old behaviour of opening new windows in the current working directory at the time tmux was started, it's not obvious. naddy@ agrees this is a useful inclusion.
* Sync OpenBSD patchset 993:Tiago Cunha2011-12-30
| | | | | | | Allow $HOME as default-path in tmux.conf so the same config file can be used on different machines regardless of where the user's home directory is. ok nicm
* $Id$ not $OpenBSD$.Tiago Cunha2011-12-30
|
* Sync OpenBSD patchset 989:Tiago Cunha2011-12-25
| | | | | formatting errors, found using freebsd's "igor";
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
| | | | | | | | | | | | | | | | | 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 use some platform specific code 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. Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise, OpenBSD bits by me.
* Sync OpenBSD patchset 986:Tiago Cunha2011-12-06
| | | | | | | | Support "jump to" like vi in copy mode using t and T keys. Also add x and X for delete in edit mode. From Ben Boeckel, thanks.
* Sync OpenBSD patchset 981:Tiago Cunha2011-11-25
| | | | | | Move word-separators to be a session rather than window option, from Ben Boeckel.
* Sync OpenBSD patchset 977:Tiago Cunha2011-11-10
| | | | | Missing bits for new keys and buffer indexes, from Tiago Cunha
* Sync OpenBSD patchset 976:Tiago Cunha2011-11-10
| | | | | | Option to change status line (message) background when using vi keys and in command mode. From Ben Boeckel.
* Sync OpenBSD patchset 975:Tiago Cunha2011-10-31
| | | | | minor formatting fix;
* Sync OpenBSD patchset 972:Tiago Cunha2011-10-31
| | | | | | | Didn't really think the else behaviour through - requiring argv to contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha.
* Sync OpenBSD patchset 965:Tiago Cunha2011-10-23
| | | | | Add client formats, from Ben Boeckel.
* Sync OpenBSD patchset 962:Tiago Cunha2011-10-02
| | | | | Add a few more formats for panes (tty, pid, start cmd/cwd).
* Sync OpenBSD patchset 961:Tiago Cunha2011-10-02
| | | | | Add -S option to refresh-client to redraw status line, from Marco Beck.
* Sync OpenBSD patchset 959:Tiago Cunha2011-10-02
| | | | | Tweaks to the format parts, from Tiago Cunha.
* Sync OpenBSD patchset 954:Tiago Cunha2011-09-21
| | | | | tweak previous;
* Sync OpenBSD patchset 953:Tiago Cunha2011-09-21
| | | | | | | | | | Add initial framework for more powerful formatting of command output and 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.
* Sync OpenBSD patchset 951:Tiago Cunha2011-08-25
| | | | | | Support \ for line continuation in the configuration file, from Julius Plenz.
* Sync OpenBSD patchset 950:Tiago Cunha2011-08-25
| | | | | Add pane-base-index option, from Ben Barbour.
* Sync OpenBSD patchset 946:Tiago Cunha2011-08-21
| | | | | | Add a -r flag to switch-client to toggle the client read-only flag. From Johan Commelin.
* Sync OpenBSD patchset 942:Tiago Cunha2011-08-04
| | | | | fix error in previous;
* Sync OpenBSD patchset 941:Tiago Cunha2011-08-04
| | | | | | | | | Extend the mode-mouse option to add a third choice which means the mouse does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options.
* $Id$ not $OpenBSD$.Tiago Cunha2011-08-04
|
* 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.