aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* |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
|
* PatchSet 887Nicholas Marriott2011-04-18
| | | | | | | | | | | Date: 2011/04/10 04:20:59 Author: guenther Branch: HEAD Tag: (none) Log: Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've got name we want for the API we want
* |PatchSet 886Nicholas Marriott2011-04-18
| | | | | | | | | | | |Date: 2011/04/09 21:00:29 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Since buffers are now global, bump the default buffer-limit a bit higher |to 20 rather than 9.
* Window content backup script from Victor J Orlikowski.Nicholas Marriott2011-04-17
|
* Add tmuxinator.Nicholas Marriott2011-04-15
|
* Add some third party stuff.Nicholas Marriott2011-04-15
|
* +.Nicholas Marriott2011-04-15
|
* Add.Nicholas Marriott2011-04-12
|
* a independent -> an independent.Nicholas Marriott2011-04-11
|
* Entry on italics from Tiago Resende.Nicholas Marriott2011-04-11
|
* Add -s option to detach all clients attached to a session, from ZacNicholas Marriott2011-04-11
| | | | | Sprackett.
* If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
| | | | | (smso). From Tiago Resende.
* Manual date.Nicholas Marriott2011-04-06
|
* |PatchSet 884Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/04/06 22:51:31 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Change so that an empty session name always means the current sessions |even if given with, for example, -t '', and explicitly forbid empty |session names and those containing a : when they are created.
* |PatchSet 883Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/04/06 12:36:26 |Author: miod |Branch: HEAD |Tag: (none) |Log: |Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |for chars.
* |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 881Nicholas Marriott2011-04-06
| | | | | | | | | | |Date: 2011/04/05 19:55:38 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Bind C-u to delete-line in vi mode like ksh does, suggested by thib.
* |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 879Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/29 22:09:13 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |For convenience, work out what type of option is being set by name |regardless of the -s or -w flags (these remain documented however).
* |PatchSet 878Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/29 22:07:08 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Checking for particular options and redrawing is not necessary as we |already redraw unconditionally.
* |PatchSet 877Nicholas Marriott2011-04-06
| | | | | | | | | | |Date: 2011/03/29 21:31:22 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Update an out-of-date and inaccurate comment.
* |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 873Nicholas Marriott2011-04-06
| | | | | | | | | | |Date: 2011/03/28 20:44:31 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Style: uint -> u_int and a missing else.
* |PatchSet 872Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/27 21:36:19 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Set the terminal blocking again earlier, before sending the reset |sequences.
* |PatchSet 871Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/03/27 21:31:25 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Don't include meta twice when working out the flags to output for |xterm-style keys - bit 3 is accepted on input but not on output. Also a |style nit in the header.
* 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.
* Add a couple of items.Nicholas Marriott2011-04-06
|
* Add.Nicholas Marriott2011-03-28
|
* Add.Nicholas Marriott2011-03-28
|
* Done.Nicholas Marriott2011-03-27
|
* Fix to properly wrap wide characters.Micah Cowan2011-03-24
|
* Sync OpenBSD patchset 868:Tiago Cunha2011-03-19
| | | | | | Fix an incorrect test which was always true (oupper is always < olower), from Yusuke ENDOH.
* Sync OpenBSD patchset 867:Tiago Cunha2011-03-19
| | | | | | Prevent tiled producing a corrupt layout when only one column is needed, from Karl Ferdinand Ebert.
* Sync OpenBSD patchset 866:Tiago Cunha2011-03-19
| | | | | | | | | | | | Support passing through escape sequences to the underlying terminal by 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.
* Sync OpenBSD patchset 864:Tiago Cunha2011-03-19
| | | | | | Fix a typo that meant we did not reset the background colour when it was omitted in a 256-colour SGR ([48;5m). From Yusuke ENDOH.
* 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).
* Use the right asprintf since we don't support truly broken platforms right now.Nicholas Marriott2011-03-04
|
* Fix sscanf that was guaranteed to always fail.Micah Cowan2011-03-04
|
* Make sure non-UTF8 mouse coordinates are kept to 8-bit values.Micah Cowan2011-03-04
|
* +.Nicholas Marriott2011-02-28
|
* Sync OpenBSD patchset 862:Tiago Cunha2011-02-15
| | | | | Size on split-window is -l not -s. Doh.
* Sync OpenBSD patchset 861:Tiago Cunha2011-02-15
| | | | | Don't require -d with -x or -y since it could be in the config file.
* Sync OpenBSD patchset 860:Tiago Cunha2011-02-15
| | | | | Redraw pane borders when switching to last pane.
* Sync OpenBSD patchset 859:Tiago Cunha2011-02-15
| | | | | Free old argument even if setting to NULL.
* Sync OpenBSD patchset 858:Tiago Cunha2011-02-15
| | | | | | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the terminal disappears while locked.
* Sync OpenBSD patchset 857:Tiago Cunha2011-02-15
| | | | | | Use input_clear to reset the APC, DCS, OSC state or it could be reused improperly by a later state. From Kevin Goodsell.
* Sync OpenBSD patchset 856:Tiago Cunha2011-02-15
| | | | | Unused declaration.